- Jul 12, 2020
-
-
edX Transifex Bot authored
-
- Jul 10, 2020
-
-
Robert Raposa authored
isort 5.0.0 dropped support for Python 3.5.
-
David Ormsbee authored
SE-2589 fix AttributeError: 'LibraryLocatorV2' object has no attribute 'make_asset_key'
-
Feanil Patel authored
Revert "ENT-3007 : Add auth/saml/v0/providerconfig|data CRUD endpoints for use in admin portal"
-
David Ormsbee authored
[BD-4] Convert WordCloud XModule into WordCloud XBlock. [SE-2722]
-
Feanil Patel authored
Revert "ENT-3007 : Add auth/saml/v0/providerconfig|data CRUD endpoints for use in admin portal (#24298)" This reverts commit 96ddcdc2.
-
Feanil Patel authored
[BD-6] Upgrade packages [codejail]
-
Matthew Carter authored
ensure anonymous_id is persisted for each team member in a team
-
Binod Pant authored
* Add auth/samlproviderconfig CRUD endpoints for use in admin portal Fixes: ENT-3007 * Move code to subfolder for samlproviderconfig * extra comma * undo accidental remove of import * GET works for a single config now * Use ModelViewSet to get all CRUD method. Test still fails * Add auth/saml/v0/providerdata endpoints * fixup reverse and test issue, remove leading caret * just triggering run, why is it failing in CI? * pycodelint fixes * Skip auth tests unless feature is on * Tests for post/put for samlproviderdata * move urls to their own folders * api tests for post samlprovierconfig * create 1 providerconfig test case * lint fixes * lint * lint * cleanup code local urls /samlproviderconfig works * note needed right now * Fix import errors * lint * unused import * wip: first attempt at rbac auth and jwt cookie in test * round 2 with enterprise uuid as url param for samlproviderconfig * improve tests, still dont pass * fix test by using system role, wip other test * fix create test * add get/post tests for providerdata * isort fixes * string lint fix * Cleanup based on feedback round1 * move utils to tests package * Move util fn to openedx.feature area * lint * lint fix * remove unused import
-
Ubuntu authored
-
Feanil Patel authored
Revert "Python Requirements Update"
-
Feanil Patel authored
-
Tim McCormack authored
https://openedx.atlassian.net/browse/CR-2425 for re-evaluating it
-
Feanil Patel authored
Correct logic on building marketing links.
-
adeelehsan authored
Get user email from request
-
Michael Terry authored
Bump edx-when to 1.2.9
-
Aarif authored
-
adeelehsan authored
PROD-674
-
edX requirements bot authored
-
- Jul 09, 2020
-
-
Michael Terry authored
This prevents seeing due dates for enrollments originally created too close to the course end to allow for finishing the course in time. AA-195
-
Feanil Patel authored
The logic used to has a special case for edge in the hostname which didn't really make sense. So instead we just check to see if the given url starts with http and if it does we return it directly. If it doesn't, then we try to convert it to a valid url and return that. If that fails we return . Add a new custom metric `unresolved_marketing_link` to track when we run into this scenario.
-
Mat Carter authored
-
Mat Carter authored
-
Alex Dusenbery authored
-
Dillon Dumesnil authored
Adding in missing field to the DateSummarySerializer
-
Felipe Montoya authored
[BD-6] Use PyPi release of django-ratelimit
-
alangsto authored
* testing * updates to drop down * unit tests. env changes were copied based on other MFEs in LMS * added exam settings link to other course settings pages * fixed pylint errors * updates for requested changes * updates for requested changes, as well as changes for xss linter
-
Feanil Patel authored
If this reverse failed, it was throwing a 500.
-
Dillon Dumesnil authored
-
Robert Raposa authored
This is the final step in removing the deprecated flag_undefined_default as explained by the following ADR: https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst Notes: * All uses of flag_undefined_default=False were always supposed to have been no-ops. * All uses of flag_undefined_default=True that are removed in this PR have been replaced by migrations in past PRs. * The temporary metric temp_flag_default_used id no longer reporting any data. ARCHBOM-1305
-
JJ authored
Create a Javascript function to log upsell events to & attach the eventing to the course dashboard upsell button. The revenue squad is looking for more insight into which buttons users are clicking to get to the checkout page.
-
Awais Jibran authored
Deprecate old idv emails
-
AsadAzam authored
Fixed email sent on valid sso verification
-
edX Transifex Bot authored
-
Asad authored
-
Awais Jibran authored
-
Usman Khalid authored
-
- Jul 08, 2020
-
-
Feanil Patel authored
Catch the 500 in this case and throw a 404 instead.
-
Carla Duarte authored
AA-200: Redirecting logged out users on Dates Tab
-
Feanil Patel authored
ARCHBOM-1298 Validate before accessing email parts.
-