- Sep 19, 2019
- Sep 18, 2019
-
-
Ned Batchelder authored
REST API docs
-
Alex Dusenbery authored
-
David Ormsbee authored
Disable edxnotes for blockstore runtime.
-
Usman Khalid authored
Blockstore runtime does not support courses currently and it will not have the modulestore attribute in any case.
-
Braden MacDonald authored
This commit introduces the changes needed for XBlocks in Blockstore to save their user state into CSM. Before this commit, all student state for Blockstore blocks was ephemeral (in-process dict store). Notes: * The main risk factor of this PR is that it adds non-course keys to the course_id field in CSM. If any code (like analytics?) reads course keys directly out of CSM and doesn't have graceful handling for key types it doesn't recognize, it could cause an issue. With the included changes to opaque-keys, calling CourseKey.from_string(...) on these values will raise InvalidKeyError since they're not CourseKeys. (But calling LearningContextKey.from_string(...) will work for both course and library keys.) * This commit introduces a slight regression for the Studio view of XBlocks in Blockstore content libraries: their state is now lost from request to request. I have a follow up PR to give them a proper studio-appropriate state store, but I want to review it separately so it doesn't hold up this PR and we can test this PR on its own.
-
edX cache uploader bot authored
-
aarif authored
minor fixes minor changes
-
Aarif authored
BOM-485
-
Aarif authored
BOM-483
-
Feanil Patel authored
Feanil/unpin pip tools
-
Ayub khan authored
python3 compatibility
-
adeel khan authored
Adds config model to pass arguments to management command
-
Aarif authored
BOM-486
-
Adeel Khan authored
This would enable simulate_publish management command to fetch its arguments from config model. PROD-548
-
- Sep 17, 2019
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
API docs are now always available, no more toggle to enable them.
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Michael Terry authored
Show Upgrade Deadline in Studio
-
Michael Terry authored
This shows the verified upgrade deadline for the course, as a read-only field. DISCO-1345
-
Awais Qureshi authored
BOM-422
-
Awais Qureshi authored
Awais786/prod 692
-
Ayub authored
BOM-438
-
David Ormsbee authored
SE-1553 conditionally run migration on CSMH Extended table
-
Stu Young authored
clean up toggle annotations and lint when running feature toggle report
-
Feanil Patel authored
-
Feanil Patel authored
Issue 851 seems to have been resolved and issue 8.5.2 while still open is not occuring with the latest version of pip-tools.
-
Feanil Patel authored
Update edx-platform dependencies.
-
aarif authored
-
Awais Qureshi authored
Fixing python3
-
aarif authored
-