- Mar 03, 2020
-
-
edX cache uploader bot authored
-
Michael Terry authored
Add ExperimentWaffleFlag
-
Simon Chen authored
MST-121 We should allow the business case where a learner can be enrolled into a program, then unenrolled, then enroll into another program with the same course
-
Michael Terry authored
This is a helpful class when running an experiment, to help bucket users and keep track of which enrollments to consider as part of the experiment. AA-53
-
Diana Huang authored
Make upgrade to remove duplicate django-countries.
-
Alex Dusenbery authored
Update ORA to 2.6.16 | Fixes the text_response property to be more backwards-compatible with _old_ ORA blocks.
-
Diana Huang authored
-
David Ormsbee authored
Allow Block Structures Collect to work in Studio
-
Calen Pennington authored
Upgrade edx-when
-
Diana Huang authored
-
edX cache uploader bot authored
-
Troy Sankey authored
Merge pull request #23236 from edx/pwnage101/deng-18-rename_site_configuration_siteconfiguration_values_2.2 Add migration to populate site_values in SiteConfigurationHistory
-
David Ormsbee authored
Block Structures were meant to be gathered using the LMS process, as it's meant to be an optimized store for the LMS to use. But there's an argument to be made for at least the Collect side of the Collect + Transform could be a Studio concern, because it explicitly needs to avoid user-awareness. In either event, collect() was broken on devstack before this commit because Studio's runtime does not permit handler_url invocation on "thirdparty" XBlocks. Since VideoBlock is not really third-party (and it's questionable whether there's any benefit to making the distinction these days), I'm just making this change to allow Studio to run collect() without error in the Studio process. This will fix devstack, which does not properly route these collect() calls to the LMS process (because celery runs in-proc by default).
-
Manjinder Singh authored
* Revert "Ran make migration on third_party_auth (#23253)" This reverts commit 49be65cc. * Removing provider.util import * Removing further provider things * Adding hash tests
-
Awais Jibran authored
Fix due date extension view.
-
Awais Jibran authored
Run `make upgrade` on edx-platform to update python packages. PROD-1333
-
Feanil Patel authored
Revert "Ran make migration on third_party_auth"
-
Manjinder Singh authored
This reverts commit 49be65cc.
-
Adam Butterworth authored
TNL-7094 Remove auto focusing of InlineDiscussion views on load. Removing this unneeded focus management eliminates scroll issues when discussions are contain in an iframe in a parent page.
-
Ahtisham Shahid authored
created logs to track edx-lti.org errors
-
- Mar 02, 2020
-
-
Dave St.Germain authored
Add verified mode to the courseware API
-
Feanil Patel authored
Feanil/add shortuuid
-
Manjinder Singh authored
* Ran make migration on third_party_auth and removing skip comment from test_migrations_are_in_sync
-
Cory Lee authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Alex Dusenbery authored
Remove the auth_source kwarg in connect_to_mongodb, since we're now relying on authsource (no underscore) and the pymongo Database init does not expect and will not tolerate an auth_source kwarg.
-
Fred Smith authored
fix very long horizontal scroll for RTL layout
-
Albert (AJ) St. Aubin authored
Create MB External ID on creation of a CourseEntitlement in MB Program
-
Albert (AJ) St. Aubin authored
-
Diana Huang authored
Remove DOP libraries from INSTALLED_APPS.
-
Luis Moreno authored
-
Diana Huang authored
-
Troy Sankey authored
Right now the ORM is very unhappy about the JSONField `site_values` in SiteConfigurationHistory containing non-JSON (empty strings). We cannot even write a data migration using the ORM to populate the field because that causes a JSONDeserializationError. Therefore, we must bypass the ORM and populate the values with raw SQL. DENG-18
-
Feanil Patel authored
Feanil/remove unused bokchoy pages
-
Diana Huang authored
Remove DOP apps from INSTALLED_APPS. Remove DOP libraries from requirements.
-
Feanil Patel authored
-
Feanil Patel authored
These were all un-used on master.
-
Manjinder Singh authored
the patched toggle was removed from edx-drf-extensions recently
-