Move CAPA code and static assets from edx-platform to xblocks-contrib/problem#38045
Draft
irtazaakram wants to merge 1 commit intoremove-capa-foldersfrom
Draft
Move CAPA code and static assets from edx-platform to xblocks-contrib/problem#38045irtazaakram wants to merge 1 commit intoremove-capa-foldersfrom
irtazaakram wants to merge 1 commit intoremove-capa-foldersfrom
Conversation
901afb5 to
2f9fb4f
Compare
irtazaakram
commented
Feb 25, 2026
Comment on lines
2204
to
+2208
| # .. setting_name: CODE_JAIL_REST_SERVICE_REMOTE_EXEC | ||
| # .. setting_default: 'xmodule.capa.safe_exec.remote_exec.send_safe_exec_request_v0' | ||
| # .. setting_default: 'xblocks_contrib.problem.capa.safe_exec.remote_exec.send_safe_exec_request_v0' | ||
| # .. setting_description: Set the python package.module.function that is reponsible of | ||
| # calling the remote service in charge of jailed code execution | ||
| CODE_JAIL_REST_SERVICE_REMOTE_EXEC = 'xmodule.capa.safe_exec.remote_exec.send_safe_exec_request_v0' | ||
| CODE_JAIL_REST_SERVICE_REMOTE_EXEC = 'xblocks_contrib.problem.capa.safe_exec.remote_exec.send_safe_exec_request_v0' |
90d5d48 to
2f73347
Compare
04bfb07 to
18533de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the following folders from edx-platform:
xmodule/capa/common/static/applets/capa/common/static/images/capa/common/static/js/capa/These directories have been moved to
xblocks-contrib/problemas-is and will now be maintained and used from there.All relevant imports in edx-platform have been updated to reference the new paths in
xblocks-contrib/problem.This removes duplication and consolidates CAPA-related code and static assets within the Problem XBlock repository.
Settings
Tutor requirements