- Nov 09, 2020
-
-
Awais Qureshi authored
* Revert "Revert "Update routing config" * Removed settings from lms/celery.py and cms/celery.py * Moved settings import from top-level to function's scopes Co-authored-by:
Soban Javed <iamsobanjaved@gmail.com>
-
Waheed Ahmed authored
Pasting a longer password than allowed limit silently truncated to the max value, resulting in creating an account with a password user is unaware of because no validation error occurs. VAN-86
-
adeel khan authored
Adds error message for logistration MFE.
-
- Nov 08, 2020
-
-
Adeel Khan authored
This adds new user facing locked out messaging for logistration MFE. VAN-105
-
- Nov 06, 2020
-
-
Manjinder Singh authored
* Fixing code-annotations
-
Ned Batchelder authored
asadiqbal08/Added a deprecation message for SysAdmin
-
jawad khan authored
Get last visited block id as user staus with version v1 VAN-85
-
Michael Terry authored
AA-408: Treat group_access as inheritable in gating transformer
-
Robert Raposa authored
[BD-21] Improve waffle_utils tests to not rely on internal API
-
Adeel Ehsan authored
Added next and cours_id params in register endpoint
-
Kyle McCormick authored
We are curious whether async jail_code calls on Celery workers have different resource limit configurations than synchronous calls on LMS/Studio. We suspect it may be different because codejail is configured via a Django Middleware, which may not be initialized for Celery workers. TNL-7649
-
adeelehsan authored
VAN-6
-
Régis Behmo authored
This is required for a smooth upgrade of edx-toggles.
-
Zaman Afzal authored
* ENT-3509 Upgrade edx-enterprise to version 3.10.4
-
Simon Chen authored
-
- Nov 05, 2020
-
-
Muhammad Soban Javed authored
Revert "Update routing config"
-
Muhammad Soban Javed authored
-
Michael Terry authored
ContentTypeGateTransformer was not considering parent values of 'group_access' when providing its own default value for it. Also fix a few minor bugs around the place.
-
Robert Raposa authored
[BD-21] Improve monitoring of waffle deprecation with custom attributes
-
Robert Raposa authored
[BD-21] Ensure we don't break unit tests by upgrading edx-completion
-
Muhammad Soban Javed authored
-
Fred Smith authored
Merge pull request #25473 from edx/github-actions-mysqldbdump/69a63380 edxapp MySQL database dump
-
Alan Zarembok authored
Add new create_video_upload api.
-
Alan Zarembok authored
-
Kyle McCormick authored
The limits can be defined in settings.CODE_JAIL['limits_overrides'], which is a dict mapping context ids (generally, course run keys) to overrides to be applied to settings.CODE_JAIL['limits']. This will allow us to temporarily alter the codejail limits for certain contexts in order to enable, for example, a certain course run's tasks to run longer while a large exam's grades are recomputed. TNL-7649
-
Kyle McCormick authored
Pulls in lastest release: 'Allow context-specific resource limits to be provided'
-
Zainab Amir authored
-
Régis Behmo authored
We expect edx-completion to break unit tests in v3.3.0, so here we make sure that it does not get upgraded automatically.
-
Robert Raposa authored
Squashes CourseWaffleFlag waffle_utils.WaffleFlag deprecation warning
-
Syed Muhammad Dawoud Sheraz Ali authored
update devstack video upload authentication mechanism
-
Régis Behmo authored
We observe a lot of deprecation warnings using the "deprecated_waffle_utils" custom attribute. To make it easier to track these items, we add the waffle flag/namespace name to the custom attribute.
-
- Nov 04, 2020
-
-
Nizar Mahmoud authored
-
edX Transifex Bot authored
-
Diane Kaplan authored
-
Robert Raposa authored
[BD-21] Expose SettingToggle and SettingDictToggle objects in the API
-
Régis Behmo authored
Note that settings for which a corresponding SettingToggle or SettingDictToggle exists are no longer exposed in the "django_settings" list of the API.
-
Muhammad Ammar authored
refactor dsc logs to avoid splunk noise
-
Kyle McCormick authored
* Use full LMS imports paths in LMS settings and urls modules * Use full LMS import paths in Studio settings and urls modules * Import from lms.djangoapps.badges instead of badges * Import from lms.djangoapps.branding instead of branding * Import from lms.djangoapps.bulk_email instead of bulk_email * Import from lms.djangoapps.bulk_enroll instead of bulk_enroll * Import from lms.djangoapps.ccx instead of ccx * Import from lms.djangoapps.course_api instead of course_api * Import from lms.djangoapps.course_blocks instead of course_blocks * Import from lms.djangoapps.course_wiki instead of course_wiki * Import from lms.djangoapps.courseware instead of courseware * Import from lms.djangoapps.dashboard instead of dashboard * Import from lms.djangoapps.discussion import discussion * Import from lms.djangoapps.email_marketing instead of email_marketing * Import from lms.djangoapps.experiments instead of experiments * Import from lms.djangoapps.gat...
-
Saleem Latif authored
ENT-3522: upgrade edx-enterprise version to 3.10.3
-
muhammad-ammar authored
* refactor DSC logs ENT-3494
-