- Sep 23, 2020
-
-
Troy Sankey authored
-
- Sep 22, 2020
-
-
Soban Javed authored
Replace django-celery with django-celery-results Upgrade redis to latest
-
- Sep 21, 2020
-
-
Ahtisham Shahid authored
Created new UI for Data download in instructors dashboard Co-authored-by:
Awais Jibran <awaisdar001@gmail.com>
-
Ahtisham Shahid authored
Revert "ARCHBOM-1494: Refer to custom attributes, not metrics, especially with edx-django-utils (#25010)" (#25025) This reverts commit ba9ee4e1. Fixed Style lint issue
-
- Sep 18, 2020
-
-
Troy Sankey authored
-
Tim McCormack authored
This uses the new names introduced in edx-django-utils 3.8.0 (edx/edx-django-utils#59), which we're already using, as well as updating a few other locations where we incorrectly refer to New Relic custom metrics instead of custom attributes. Includes a couple of unrelated lint fixes in a file I modified.
-
Gábor Boros authored
-
- Sep 17, 2020
-
-
Michael Terry authored
Previously, we'd been avoiding PLS due dates for ORA *sections*. That is, if a section had only ORA content, we'd not set a PLS due date for anything in that section. If any content in that section had non-ORA graded content however, we would set dates on all subsections, including the ORA one. This resulted in some ORA-only subsections showing up twice on the dates tab. So this patch simply brings down the ORA-only check to a *subsection* level, not a section one.
-
Simon Chen authored
MST-418 retire program_enrollments external_user_key with hashed values instead of setting it to null (#25001)
-
- Sep 16, 2020
-
-
Carla Duarte authored
-
Régis Behmo authored
-
Régis Behmo authored
This is part of the changes brought by code-annotations==0.7.0
-
Régis Behmo authored
This annotation is deprecated since code-annotations==0.7.0
-
Régis Behmo authored
Since code-annotations==0.7.0, incremental_release, launch_date, monitored_rollout, graceful_degradation, beta_testing are all considered as "temporary" use cases.
-
Régis Behmo authored
Since code-annotations==0.7.0, this annotation is not used anymore.
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
This takes advantage of the new multiline annotation format with single-line comment prefix, from code-annotations.
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
-
- Sep 15, 2020
-
-
Usman Khalid authored
-
- Sep 14, 2020
-
-
Régis Behmo authored
Instead of going up the stacktrace to find the module names of waffle flags and switches, we manually pass the module __name__ whenever the flag is created. This is similar to `logging.getLogger(__name__)` standard behaviour. As the waffle classes are used outside of edx-platform, we make the new module_name argument an optional keyword argument. This will change once we pull waffle_utils outside of edx-platform. Note that the module name is normally only required to view the list of existing waffle flags and switches. The module name should not be necessary to verify if a flag is enabled. Thus, maybe it would make sense to create a `add` class methor similar to: class WaffleFlag: @classmethod def add(cls, namespace, flag, module): instance = cls(namespace, flag) cls._class_instances.add((instance, module))
-
- Sep 11, 2020
-
-
Kshitij Sobti authored
Use alternative method for getting report download link
-
- Sep 10, 2020
-
-
Dillon Dumesnil authored
This also starts taking priority into account for all tabs, and not just dynamic tabs via the CourseTabPluginManager (see comments in the code for more detail)
-
Jansen Kantor authored
* reproduce * Prevent 404 for empty non-private teamset * add another teamset to teams view tests * don't return 404 for staff querying empty private teamset
-
- Sep 08, 2020
-
-
Jansen Kantor authored
EDUCATOR-5240: LMS Returns 500 when requesting grade override history for a Subsection a Course Staff does not have access to (#24849) * recreate issue * add success and error_message * catch case where target block has been hidden
-
- Sep 04, 2020
-
-
Dillon Dumesnil authored
This updates the Android user agent regex to accept both Build or MIUI and for "-" and "." to be allowed in that same part of the user agent
-
- Sep 02, 2020
-
-
Bill Currie authored
-
- Sep 01, 2020
-
-
Carla Duarte authored
-
- Aug 31, 2020
-
-
Michael Terry authored
- Use the same get_course_outline_block_tree call that the current outline uses - Show number of problems in subsection display names - Don't send links if the user is not enrolled or course isn't public - Send subsection icons to MFE - Send subsection descriptions to MFE - Send completion info to MFE
-
- Aug 29, 2020
-
-
Régis Behmo authored
When the extended courseware module history feature is disabled (ENABLE_CSMH_EXTENDED=false), the coursewarehistoryextended application cannot be added to INSTALLED_APPS. Otherwise, the StudentModuleHistoryExtended model is loaded in the project: it contains signal receivers that automatically save objects to the student history table. This table does not exist because the CSMH flag is disabled and there is no student_module_history database. So the feature flag is disabled and coursewarehistoryextended is not part of INSTALLED_APPS: this was the default behaviour in Ironwood. To make sure that this behaviour keeps working, we also need to make sure that the migrations do not depend on the coursewarehistoryextended app when the feature flag is disabled.
-
- Aug 28, 2020
-
-
Carla Duarte authored
-
Ali-D-Akbar authored
-
- Aug 27, 2020
-
-
Ahtisham Shahid authored
-
- Aug 25, 2020
-
-
Ali-D-Akbar authored
-
- Aug 21, 2020
-
-
0x29a authored
-
- Aug 19, 2020
-
-
Ahtisham Shahid authored
* Revert "New vs Old Data-Download UI. (#24094)" This reverts commit 52669c47. * Fixed linter issues
-
- Aug 18, 2020
-
-
Kshitij Sobti authored
This change adds support for specifying multiple root blocks while generating problem response reports. It also allows specifying a block type filter so that only blocks of the filtered types will be included in the report. Finally, this change also consistenly uses absolute path for the location in the report instead of relative paths.
-
Ahtisham Shahid authored
updated css temp fixex Updated js code for data download updated js hooks for new UI fixed ui and navigation reset paver file Removed unused changes Initial tests added Initial tests added fixed style issues Created new tests for data download Fixed A11y and quality issues Updated test file and removed new fixed Accesibility issues fixed code style in spec removed old data download file Moved problem grade report Updated html to fix accessiblity issue Fixed accessiblity issues Created waffle flag for data download added doc strign in doc renamed waffles file Break down Html and fixed tests Removed extra js and updated comments Removed extra js and updated comments renamed var fixed styling fixed js test fail Fixed styling issues updated description texts Updated problem selector UI Fixed Jest test for react component removed depricated default param added class instead of style updated snapshot Co-authored-by:
Awais Jibran <awaisdar001@gmail.com>
-