Add XBlock bulk saves to LMS/CMS - #416
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
did you really want this?
Refactor new set_many and update XBlock version number.
Contributor
|
(thumbsup) |
Contributor
|
👍 |
Update existing tests and provide new ones to test new paradigm.
sarina
added a commit
that referenced
this pull request
Jul 18, 2013
Add XBlock bulk saves to LMS/CMS
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Fix all of askbots style
e-kolpakov
referenced
this pull request
in open-craft/openedx-platform
May 15, 2015
initial configuration
yoann-mroz
pushed a commit
to weuplearning/edx-platform
that referenced
this pull request
Nov 30, 2020
yoann-mroz
pushed a commit
to weuplearning/edx-platform
that referenced
this pull request
Nov 30, 2020
This is effectively a revert of 086b920 (PR openedx#416). We're taking a different approach now -- rather than dumping from the DB, we're adding an HTTP endpoint instead. (Currently in LMS waffle_utils, to be extracted into edx-toggles.) If someone needs to see state from an IDA in devstack they'll be able to call that endpoint in their browser while logged into LMS as a staff user.
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: ahmed-arb <ahmed-arb@users.noreply.github.com>
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.
Interfacing with the new XBlock bulk save mechanism.
Passes all tests including acceptance tests (manual build of acceptance tests here: http://jenkins.edx.org:8080/job/release-acceptance-tests/37/)
@dmitchell @cpennington review please?
We will do a rebase/commit squash prior to final merge, once we have addressed your review comments.