- Aug 19, 2020
-
-
Ahtisham Shahid authored
* Revert "New vs Old Data-Download UI. (#24094)" This reverts commit 52669c47. * Fixed linter issues
-
Ali Akbar authored
allow cursor to be in the whole text area
-
Ali-D-Akbar authored
-
M. Zulqarnain authored
Python Requirements Update
-
edX requirements bot authored
-
- Aug 18, 2020
-
-
Dillon Dumesnil authored
AA-307: Turn showanswer override back on
-
Dillon Dumesnil authored
This doesn't handle the default case where the showanswer has never been touched, in which case it will continue to return Finished, but that also happens when it's turned off so this just helps out for all of the other cases.
-
Saad Yousaf authored
[PROD-2052] - Fix issue with transcript dropdown.
-
M. Zulqarnain authored
Python Requirements Update
-
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>
-
edX requirements bot authored
-
- Aug 17, 2020
-
-
SaadYousaf authored
-
Jansen Kantor authored
-
Nicholas D'Alfonso authored
- send course emails to users based on whichever date is later, sedule start date or course start date. This addresses the scenario when a user enrolls in a self paced course before it has actually started.
-
Robert Raposa authored
[BD-21] Generate feature toggle documentation
-
Robert Raposa authored
ARCHBOM-1420: fix waffle instance module name
-
Aarif authored
-
edX requirements bot authored
-
- Aug 15, 2020
-
-
Robert Raposa authored
Fixes the computation of the WaffleFlag and WaffleSwitch instance module name. This in turn fixes the code_owner as well. ARCHBOM-1420
-
- Aug 14, 2020
-
-
Robert Raposa authored
ARCHBOM-1420: add code_owner for flags and switches
-
Robert Raposa authored
Enhances the toggle state endpoint with code_owner, module, and class for WaffleFlag and WaffleSwitch. ARCHBOM-1420
-
daphneli-chen authored
Dlichen/AA-274
-
Daphne Li-Chen authored
-
Diana Huang authored
ARCHBOM-1409 - Add django settings toggles to toggles endpoint.
-
Robert Raposa authored
We introduce a new documentation target, where we use the featuretoggles Sphinx extension from code-annotations to generate human-readable documentation of feature toggles in edx-platform. The annotation report is generated on-the-fly based on the standard feature toggle configuration file in code-annotations. In addition, we add new doc.in & doc.txt requirement files that will be pip-installed by readthedocs to generate the documentation targets.
-
Diana Huang authored
-
Michael Terry authored
Only mark blocks 'complete' if their completion is 1.0
-
Michael Terry authored
This is how the rest of our code seems to treat it, let's be consistent. This is an attempt to fix AA-292.
-
Robert Raposa authored
ARCHBOM-1429/ARCHBOM-1366: add course overrides and computed_status
-
Robert Raposa authored
Adds the following additions to the toggle state endpoint: - course override data from CourseWaffleFlag. - computed_status for waffle flags (accounting for course overrides when applicable), and waffle switches. Note: the waffle switch computed_status will make more sense when we include WaffleSwitch instances that don't have any data in the database. ARCHBOM-1429 ARCHBOM-1366
-
Aarif authored
-
edX requirements bot authored
-
- Aug 13, 2020
-
-
stvn authored
* Commits: Implement kill-switch for the Learning MFE
-
alangsto authored
-
Dillon Dumesnil authored
Temporarily disable Show Answer Override for self-paced courses
-
David Joy authored
by overriding can_load_courseware if the MFE is disabled for the user If the user would be allowed to see the courseware MFE (can_load_courseware), we check whether the MFE is disabled for them, based on global settings, course settings (mongo courses), or their particular bucketing in our ExperimentWaffleFlag. If we determine they shouldn’t be allowed to see it, we return a new CoursewareMicrofrontendDisabledAccessError access response, which the MFE will use to know it should redirect to the old LMS experience. Fixes: TNL-7362 Co-authored-by:
stvn <stvn@mit.edu>
-
Dillon Dumesnil authored
-
David Ormsbee authored
Inline problem response report status
-
Robert Raposa authored
ARCHBOM-1427: add waffle flags and switches to toggle state
-