- Mar 03, 2020
-
-
Alex Dusenbery authored
Update ORA to 2.6.16 | Fixes the text_response property to be more backwards-compatible with _old_ ORA blocks.
-
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
-
Cory Lee authored
DENG-17 Dropping the FK on schedulesexperience->schedule to apply change to schedule as a gh-ost migration (#23242)
-
Feanil Patel authored
Feanil/remove unvaluable bokchoy tests
-
Feanil Patel authored
BOM-1324: remove oauth2.enforce_jwt_scopes toggle
-
Manjinder Singh authored
* Removing from provider imports from openedx * removed all uses of retire_dop_oauth2_models * Removing provider library from lms, common, and cms Created/copied function short_token(from django-oauth-provider) and create_hash256 to help with conversion
-
Jeremy Bowman authored
The last time we tried this upgrade we encountered timeouts on the quality job, which it now appears were due to the worker running pylint common running out of memory and killing the Jenkins process. Switching to a different worker type with double the RAM (8 GB vs. 4 GB) seems to have fixed this; about 5.5 GB was used. Upstream is aware of the high memory usage on large projects, it's apparently due primarily to a cache of parsed modules: https://github.com/PyCQA/pylint/issues/1495 . Even after disabling some of the new checks that have been added, the new version of pylint found about twice as much to complain about. Just bumping the threshold for now to unblock the Django upgrade, we can try automated utilities like pyupgrade to fix some of these later.
-
Ahtisham Shahid authored
added meta in logger updated logs updated logs
-