- Mar 19, 2021
-
-
edX requirements bot authored
-
Awais Jibran authored
-
- Mar 18, 2021
-
-
Christie Rice authored
MICROBA-923
-
Feanil Patel authored
fix: Add more info in warning log messages.
-
Alexander J Sheehan authored
bumping enterprise version to 3.18.7
-
Feanil Patel authored
If this happens, it's usefule to know what main view code was being targetd so that we can more easily investigate what might have caused this issue. Add a new custom attribute 'safe_sessions.user_mismatch' to find requests that had this issue in our monitoring system.
-
Bianca Severino authored
Update edx-proctoring to 3.7.13
-
Awais Jibran authored
-
Robert Raposa authored
The `error_expected` custom attribute used to contain both the class name and the error message. This had the following issues: * Combining data in the same custom attribute limits the ability to query. * The additional error class and message data is only needed for ignored errors, since this data isn't available elsewhere. The following changes were made: * `error_expected` will always have the value True if present. * `error_ignored` no longer exists. * `error_ignored_class` will contain the error module and class for ignored errors. * `error_ignored_message` will contain the error message for ignored errors. ARCHBOM-1708
-
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
-
Waheed Ahmed authored
Currently extra query params are not being handled in get TPAContextView, Fixed using already available get_next_url_for_login_page(). VAN-415
-
Usama Sadiq authored
Co-authored-by:
Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com> Co-authored-by:
Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com>
-
Usama Sadiq authored
-
Usama Sadiq authored
-
Usama Sadiq authored
Ran pyupgrade on {debug, demographics, discussions}.
-
Dillon Dumesnil authored
refactor: AA-692: Update location of is-hidden class when fa icon is …
-
Awais Qureshi authored
Pyupgrade in common/djangoapps/third-party-modes/
-
Awais Qureshi authored
Pyupgrade in common/djangoapps/coursemodes.
-
Zainab Amir authored
Added a new property in edx.bi.user.account.registered event to track total time it took the user to register. VAN-413
-
AsadAzam authored
* Improved logging for import * Refactored code * Refactored code * Refactored code * Refactored code * Refactored code * refactored code * Refactored code * Updating log Co-authored-by:
Awais Jibran <awaisdar001@gmail.com>
-
Awais Qureshi authored
-
Awais Qureshi authored
-
Awais Qureshi authored
-
Awais Qureshi authored
-
Matthew Piatetsky authored
[AA-461] Change how we get course ids to avoid memory issues
-
- Mar 17, 2021
-
-
Matthew Piatetsky authored
-
Alexander Sheehan authored
-
Dillon Dumesnil authored
We ran into a bug where the is-hidden class was being overridden by the font awesome styling due to a late load of font awesome (causing the fa class to take precedence). This changes to instead wrap the icon in the span so there is no competing between the two classes on the same element
-
Awais Qureshi authored
Upgrading update-edx-bulk-grades to latest ver.
-
Bianca Severino authored
-
Stu Young authored
add email to segment traits for enrollment events
-
Awais Qureshi authored
pyupgrade in content-type-gating
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
Awais Qureshi authored
-
Jawayria authored
BOM-2408: Removed unused imports from openedx/core/djangoapps/content
-
Awais Qureshi authored
pyupgrade in course-bookmarks, course-duration
-
Robert Raposa authored
Adds logging and monitoring capabilities for expected errors. See the ADR and how-to documentation for details of how to configure and use the EXPECTED_ERRORS setting and new monitoring and logging. ARCHBOM-1708 Co-authored-by:
Tim McCormack <tmccormack@edx.org>
-
Awais Qureshi authored
-