- Sep 30, 2020
-
-
edX requirements bot authored
-
- Sep 29, 2020
-
-
Diana Huang authored
https://openedx.atlassian.net/browse/DEPR-43 Co-authored-by:
Jeremy Bowman <jbowman@edx.org>
-
Thomas Tracy authored
* Focus first input when loading a wizard page * Add aria-hidden to info icon:
-
Justin Hynes authored
MICROBA-605 | Adjust demographics modal button style
-
Alex Dusenbery authored
-
Justin Hynes authored
[MICROBA-605] - Remove box-shadow on buttons in Demographics modal
-
Justin Hynes authored
MB-600 | Open demographics modal link in new tab
-
Thomas Tracy authored
An issue with 2 options having the same react child key. This makes the keys more unique.
-
Justin Hynes authored
[MB-600] - Update demographics modal to open embedded link in new tab
-
Justin Hynes authored
MICROBA-596 | Adjust style of MultiSelect dropdown in demographics modal
-
Nimisha Asthagiri authored
Move Celery check task to the high priority queue
-
Uzair Rasheed authored
Refactor third party auth msg
-
uzairr authored
-
- Sep 28, 2020
-
-
Justin Hynes authored
[MICROBA-596] - Add space between checkbox and label - Adjust spacing between end of MultiSelect dropdown choices and next question
-
David Ormsbee authored
Exclude CCX Courses from search indexing.
-
Brandon Baker authored
-
David Ormsbee authored
Search indexing is prohibitively slow for large CCX courses, even taking hours in the case of some particularly large ones with thousands of blocks. Temporarily disabling this functionality until it can be made more performant (PSRE-288), so that we're not blocking the workers from doing more latency-sensitive work. There is a separate effort to put search indexing in its own set of workers.
-
Albert (AJ) St. Aubin authored
-
Tim McCormack authored
-
Michael Terry authored
AA-253: don't send outline if not enrolled
-
Tim McCormack authored
* Rename CookieMetricsMiddleware to CookingMonitoringMiddleware This fixes a misuse of New Relic terminology. Here we are in fact using custom attributes; custom metrics are a different thing that we may start using in the future. * Rename metric -> attribute in courseware New Relic code * Fix my weird typo * Replace `s/metric/attribute/g` in waffle_utils and in caller This changes: - `WAFFLE_FLAG_CUSTOM_METRICS` - `WaffleFlagNamespace._set_waffle_flag_metric` - `_get_waffle_flag_custom_metrics_set` and some other unreferenced internals * Avoid direct use of newrelic (while we're in there) * Fix existing typo in line I touched * A few other "metric" names in files touched in previous renaming PRs * Make dependency constraint note terse, and add description
-
Fox Piacenti authored
-
Michael Terry authored
This is for the learning MFE outline endpoint. Also clean up some related permissions issues.
-
Tim McCormack authored
# Conflicts: # cms/envs/common.py # lms/envs/common.py
-
Tim McCormack authored
Revert "Revert "ARCHBOM-1494: Refer to custom attributes, not metrics, especially with edx-django-utils (#25010)" (#25025)" (#25055) This reverts commit 986a448d.
-
Sameen Fatima authored
upgrade edx-enterprise 3.8.21
-
sameenfatima78 authored
-
- Sep 27, 2020
- Sep 26, 2020
-
-
Josh McLaughlin authored
-
- Sep 25, 2020
-
-
Tim McCormack authored
-
Thomas Tracy authored
- fixes an issue with the keyboard not properly opening the multiselect - Adds missing aria-label - properly disables "clear all" on multiselect when theres an error
-
Tim McCormack authored
-
Robert Raposa authored
- Add ADR for the extraction of waffle_utils to edx-toggles to reuse across IDAs. - Add ADR for temporarily leaving CourseWaffleFlag in edx-platform in order to simplify extraction. - Add ADR for simplifying the interface for WaffleFlag and WaffleSwitch by removing the Namespace classes. ARCHBOM-1339 Co-authored-by:
Feanil Patel <feanil@edx.org>
-
Calen Pennington authored
Increase the mongo query count by one because edxnotes has been turned back on, and it loads the course from the modulestore as part of get_html
-
Kyle McCormick authored
-
Kyle McCormick authored
-
Troy Sankey authored
Bypass calls to has_access() when listing courses
-
Robert Raposa authored
ARCHBOM-1495: replace deprecated RequestMetricsMiddleware
-
Troy Sankey authored
-
Robert Raposa authored
remove flaky test_login_ratelimited
-