- Apr 02, 2021
-
-
Jawayria authored
-
- Mar 19, 2021
-
-
Usama Sadiq authored
-
- Mar 18, 2021
-
-
Simon Chen authored
Currently in edx.org production, we have seen unhelpful error message that produces noises covering real important errors. This change would update the logging so we can have better and informative error messages for ID Verification
-
- Mar 12, 2021
-
-
Michael Terry authored
The new version switches how you specify recipients, to use lms_user_id instead of usernames. AA-489
-
- Mar 11, 2021
-
-
alangsto authored
-
- Mar 05, 2021
-
-
Kyle McCormick authored
django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
-
- Mar 04, 2021
-
-
Christie Rice authored
MICROBA-1033 Remove temporary id verification code. Require users to have a current id verification. (#26834)
-
- Mar 02, 2021
-
-
M. Zulqarnain authored
-
- Feb 25, 2021
-
-
Christie Rice authored
-
- Feb 23, 2021
-
-
M. Zulqarnain authored
-
Aarif authored
-
- Feb 19, 2021
-
-
alangsto authored
-
- Feb 10, 2021
-
-
Bianca Severino authored
-
- Feb 03, 2021
-
-
M. Zulqarnain authored
* lint amnesty in teams,tests,survey and verify_student
-
- Jan 07, 2021
-
-
alangsto authored
-
Muhammad Soban Javed authored
-
alangsto authored
simplified public keys made migration fixes for quality added pylint fixes fixed for pylint added endpoint to retrieve user's receipt_ids added tests for 404 with decryption error fixed for quality fixed for quality updates for feedback removed unnecessary method fixed quality issue updated tests
-
- Dec 21, 2020
-
-
Simon Chen authored
MST-400 Update the support verification_api to provide the correct status under the same API used by learner (#25917)
-
- Dec 18, 2020
-
-
alangsto authored
fixed quality issues added comment updated for comments fixing test removed typo readded files moved settings override testing adding other keys not overriding setting
-
- Dec 17, 2020
-
-
Kyle McCormick authored
This reverts commit 356f1875.
-
alangsto authored
fixed quality issues added comment updated for comments
-
- Dec 16, 2020
-
-
Muhammad Soban Javed authored
* Update celery routing - Used routing function instead of class - Move task queues dictionary to Django settings - Removed routing_key parameter - Refactored routing for singleton celery instantiation Co-authored-by:
Awais Qureshi <awais.qureshi@arbisoft.com>
-
- Dec 15, 2020
-
-
Kyle McCormick authored
-
- Dec 14, 2020
-
-
Bianca Severino authored
-
- Dec 11, 2020
-
-
Bianca Severino authored
-
- Dec 07, 2020
-
-
Bianca Severino authored
-
- Dec 04, 2020
-
-
Bianca Severino authored
-
- Dec 03, 2020
-
-
Régis Behmo authored
By explicitly importing the legacy namespace classes, we make it clear that we are using soon-to-be-deprecated classes. We will then be able to start removing the legacy classes, one module at a time.
-
- Dec 01, 2020
-
-
Simon Chen authored
* MST-542 remove the IDV redirect to Account MFE waffle flag to permanently redirect learners to new IDV workflow. This completes the rollout process on edx-platform
-
- Nov 19, 2020
-
-
0x29a authored
-
- Nov 17, 2020
-
-
Robert Raposa authored
ARCHBOM-1260 Co-authored-by:
Tim McCormack <tmccormack@edx.org>
-
- Nov 12, 2020
-
-
Bianca Severino authored
-
- Nov 10, 2020
-
-
Bianca Severino authored
-
Bianca Severino authored
-
Awais Qureshi authored
This reverts commit db4c3b12.
-
Awais Qureshi authored
This reverts commit c1fe3c3a.
-
Bianca Severino authored
-
Kyle McCormick authored
* Generate common/djangoapps import shims for LMS * Generate common/djangoapps import shims for Studio * Stop appending project root to sys.path * Stop appending common/djangoapps to sys.path * Import from common.djangoapps.course_action_state instead of course_action_state * Import from common.djangoapps.course_modes instead of course_modes * Import from common.djangoapps.database_fixups instead of database_fixups * Import from common.djangoapps.edxmako instead of edxmako * Import from common.djangoapps.entitlements instead of entitlements * Import from common.djangoapps.pipline_mako instead of pipeline_mako * Import from common.djangoapps.static_replace instead of static_replace * Import from common.djangoapps.student instead of student * Import from common.djangoapps.terrain instead of terrain * Import from common.djangoapps.third_party_auth instead of third_party_auth * Import from common.djangoapps.track instead of track * Import from common.djangoapps.util instead of util * Import from common.djangoapps.xblock_django instead of xblock_django * Add empty common/djangoapps/__init__.py to fix pytest collection * Fix pylint formatting violations * Exclude import_shims/ directory tree from linting
-
- Nov 09, 2020
-
-
Muhammad Soban Javed authored
This reverts commit 39a22734.
-
Awais Qureshi authored
* Revert "Revert "Update routing config" * Removed settings from lms/celery.py and cms/celery.py * Moved settings import from top-level to function's scopes Co-authored-by:
Soban Javed <iamsobanjaved@gmail.com>
-