- Aug 17, 2020
-
-
edX requirements bot authored
-
- 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.
-
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
-
Anirudh Naidu authored
ENT-2939: remove ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG list and upgrade edx-enterprise
-
Robert Raposa authored
Adds basic waffle flag and waffle switch data to the toggle state endpoint. ARCHBOM-1427
-
Brittney Exline authored
[ENT-3315] Reduce calls to enterprise-learner endpoint by looking up data from db
-
alangsto authored
* remove waffle flag for proctoring providers removed waffle flag removed tests updates for requested changes corrected mistake Add edX Django Rest Framework Extensions CSRF App URLS to Studio MST-334 Make sure the CSRF hooks are in INSTALLED_APPS on Studio (#24607) ENT-2894: Use new welcome template when redirected from enterprise proxy login view (#24587) * using new welcome template when redirected from enterprise proxy login view * enabling safe redirects to enterprise learner portal from login in devstack * ading admin portal to login redirect whitelist * running make upgrade to version bump edx-enterprise fix(i18n): update translations Updating Python Requirements [REV-1257] Add upsell tracking for upgrading all programs button on program dashboard (#24589) Added upsell tracking to the course upgrade all button on the program dashboard so we have a better understanding of when users are clicking our upsell links. POST proctored exam settings (#24597) allow blank escalation email (#24613) [BD-10] Remove _uses_pattern_library property from EdxFragmentViews (#24536) [BD-10] remove edx-pattern-library from JS bundles (#24165) Co-authored-by:
Sankar Raj <sankar.raj@crystaldelta.com> Make the ExperimentWaffleFlag respect course masquerading when checking if it's active for a specific enrollment [REV-1205] Add doc location comment so future devs can easily find it (#24615) AA-204: passing correct section information to frontend to complete outline portion of tab AA-204: adding tests AA-204: fixed up documentation and tests [BD-10] Remove uses bootstrap method (#24535) Remove pattern library of certificate styles. update search description on new search string (#24619) * update search description on new search string * disable xss-lint rule for jquery.html make comment more general, to allow for future changes (#24618) [BD-10] [DEPR-92] Remove pattern library of pavelib folder (#24591) [BD-10] [DEPR-92] Remove directories that includes pattern-library. (#24602) Add SSO Records endpoint for support tools Bucket users regardless of enrollment in courseware MFE experiment Updating Python Requirements Change the default value of allow_proctoring_opt_out (#24626) MST-333 ENT-3143: display message banner guiding user to their enterprise LP if enabled (#24625) * display message banner guiding user to their enterprise LP if enabled * adding new sass class name to use same styling as recovery email alert Add "Source from library" XBlock This lets the user import a block from a blockstore-based content library into a (modulestore based) course, by copying the block into the course. Revert "[BD-10] [DEPR-92] Remove pattern library of certificate styles." (#24633) Revert "[BD-10] [DEPR-92] Remove directories that includes pattern-library. (#24602)" This reverts commit e4f28deb. Revert "[BD-10] [DEPR-92] Remove pattern library of pavelib folder (#24591)" (#24635) This reverts commit 6980291d. allow plus or minus one (#24637) geoip2: update maxmind geolite country database fix keyerror with request.session (#24642) * fix keyerror with request.session * improve the conditional AA-127: Created MFE Outline Tab Waffle Flag Note: The team settled on raising a 404 when the waffle flag is disabled. Upon receiving the 404, the frontend will redirect to the LMS. Fixes session caching for enterprise portal links by only caching for auth'd learners BUG: fixes for saml provider config/data lookup Fix xss in edit member template Fix xss while rendering file-upload Fix xss in date Fix xss in base site template * revert * removed from test_views
-
Robert Raposa authored
ARCHBOM-1427: add tests for toggle state view
-
Carla Duarte authored
AA-129: Resume Course bug fix
-
M. Zulqarnain authored
Python Requirements Update
-
Ali Akbar authored
update edx-val
-
edX requirements bot authored
-
- Aug 12, 2020
-
-
chavesj authored
-
chavesj authored
-
Brittney Exline authored
-
Robert Raposa authored
ARCHBOM-1427
-
M. Zulqarnain authored
-
Bianca Severino authored
[MST-354] Update URLs in ID verification-related emails
-
Carla Duarte authored
-
Diana Huang authored
ARCHBOM-1410 - Add barebones toggles endpoint for development.
-
Aura Milena Alba authored
-
Diana Huang authored
-