- Jun 18, 2020
-
-
stvn authored
to remove some `DeprecationWarning`s from the logs as the former method as been deprecated since Python 3.3 [1][2]. - [1] https://github.com/python/cpython/blob/3.3/Lib/logging/__init__.py#L1252-L1253 - [2] https://stackoverflow.com/a/15655674
-
Michael Roytman authored
update version of edx-proctoring library
-
Nick authored
Fix Dates Banner Translations
-
Robert Raposa authored
If setting ENABLE_WAFFLE_FLAG_METRIC is True, a custom metric will be added with the values of all WaffleFlag and CourseWaffleFlags seen during the transaction. Metric flag values could be False, True, or Both. The value Both would mean that the flag had both a True and False value at different times through the transaction. This is most likely due to having a check_before_waffle_callback, as is the case with CourseWaffleFlag. Example metric value: "{'another.course.flag': 'False', 'some.flag': 'False', 'some.course.flag': 'Both'}" Warning: NewRelic does not recommend large custom metric values due to the potential performance impact on the agent, so you may just want to enable when researching usage of a particular flag. Metric values longer than 255 are truncated. TODO: A how_to can be added later if we find this useful, including helpful querying tips. ARCHBOM-132
-
Nicholas D'Alfonso authored
- replace unicode apostrophes with single quotes in dates banner. - change language in button from 'Reset my deadlines' to 'Shift due dates'
-
Jansen Kantor authored
* use external_user_key in teams csv download
-
Michael Terry authored
AA-137: Support courseware celebrations
-
atesker authored
-
atesker authored
-
atesker authored
-
Michael Roytman authored
-
Adam Butterworth authored
[BD-10] Remove unused course sock URL.
-
Adam Butterworth authored
[BD-10] [DEPR-68][DEPR-84] Remove pattern library of learner_dashboard/programs.py
-
Adam Butterworth authored
[BD-10] [DEPR-79] Remove pattern library of mobile/course-dates-fragment.html
-
Adam Butterworth authored
[BD-10] [DEPR-70] Remove waffle flag edx_discussions.use_bootstrap.
-
Adam Butterworth authored
[BD-10] [DEPR-78][DEPR-82] Remove pattern library of latest-update-fragment.html and welcome-message-fragment.html
-
Adam Butterworth authored
-
Aura Milena Alba authored
-
Awais Qureshi authored
[BD-6] Fix python 3.8 compatibility
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ali Akbar authored
Sustaining xsslint security fixes
-
- Jun 17, 2020
-
-
edX Transifex Bot authored
-
Luis Moreno authored
-
morenol authored
[BD-10] [DEPR-83]
-
M. Zulqarnain authored
-
Ahtisham Shahid authored
Removed confirm email after SSO
-
- Jun 16, 2020
-
-
Michael Terry authored
- Add a new CourseEnrollmentCelebration model, which ties a course enrollment to some booleans about progress celebrations - Add serialization of the new model to the existing courseware_api app's existing course info view - Add new API in courseware_api to update a celebration model
-
ericfab179 authored
Use transifex client from PyPi since required change was merged recently.
-
Alex Wang authored
MST-234
-
Ahtisham Shahid authored
-
Saad Yousaf authored
[PROD-1230] - syncing certificates on course update on credential side.
-
SaadYousaf authored
-
- Jun 15, 2020
-
-
Farhanah Sheets authored
Revert "BOM-1703 : Ora2 Upgrade"
-
Farhanah Sheets authored
This reverts commit f3161468.
-
Matt Tuchfarber authored
Revert "Add demographics prompt to edx.org theme"
-
Carla Duarte authored
AA-181: Updating Outline Tab API to include Course Blocks
-
Nick authored
AA-133 mfe dates banner
-
Matt Tuchfarber authored
-
Nicholas D'Alfonso authored
- add serializer mixin to expose date banner info - add endpoint to reset deadlines for a sepcific course
-
Dave St.Germain authored
[BD-5] [BB-2503] Add 'ENABLE_ORA_USERNAMES_ON_DATA_EXPORT' feature toggle
-