- Jan 26, 2021
-
-
edX requirements bot authored
-
- Jan 25, 2021
-
-
Michael Roytman authored
update version of edx-proctoring library to 2.6.1
-
Christie Rice authored
-
Robert Raposa authored
[TSD] annotate cookie monitoring toggle
-
Christie Rice authored
* MICROBA-921 fix typos * Fix quality
-
Robert Raposa authored
* Annotate cookie monitoring toggle and settings. * Refactor to replace LegacyWaffleFlag.
-
Robert Raposa authored
[TSD] adds settings annotations for XBLOCK_FIELD_DATA_WRAPPERS
-
Feanil Patel authored
Add an ADR about secret key usage. Don't use secret keys for use cases which would result in breakage upon rotation and which might slow down the act of rotation.
-
Michael Roytman authored
-
Usama Sadiq authored
Merge pull request #26157 from edx/testeng/bokchoy_auto_cache_update_11f54215ae1688b61955053e6c6800362ab1315e Bokchoy Testing DB Cache update
-
Raul Gallegos authored
-
Michael Roytman authored
Merge pull request #26147 from edx/mroytman/MST-545-pass-proctoring-improvements-toggle-edx-proctoring pass value of EXAM_RESUME_PROCTORING_IMPROVEMENTS feature toggle to ed…
-
Carla Duarte authored
AA-568: dates widget styling
-
Carla Duarte authored
-
edX cache uploader bot authored
-
Bianca Severino authored
[MST-543] Allow InstructorService to retrieve proctoring escalation email
-
Bianca Severino authored
-
Michael Roytman authored
pass value of EXAM_RESUME_PROCTORING_IMPROVEMENTS feature toggle to edx-proctoring Javascript via the student-proctored-exam-container div
-
Alex Dusenbery authored
Update edx-enterprise to 3.17.11 and edx-rbac to 1.4.1; Adds an optional applies_to_all_contexts field to the SystemWideRoleAssignment model.
-
Robert Raposa authored
Enable annotation linting with edx-lint
-
Syed Muhammad Dawoud Sheraz Ali authored
Fix TypeError during transcript upload to S3
-
Régis Behmo authored
On a platform that is configured to upload video transcripts to S3 (`DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"`), uploads from the studio fail with a TypeError: "Unicode-objects must be encoded before hashing" A full stacktrace of the issue can be found here: https://sentry.overhang.io/share/issue/2249b6f67d794c7e986cc288758f4ebe/ This error is triggered by md5 hashing in the botocore library, which itself is used by the S3Boto3Storage storage class. This error does not occur with filesystem-based uploads because it does not perform checksum verification. The reason why this error would not occur on edx.org is unknown. Similar issues were already fixed from edxval. To address this issue, we encode the transcript file content prior to sending it to s3.
-
Régis Behmo authored
We upgrade edx-lint to use the latest feature toggle and annotation custom linter. Note that we do not yet make use of code annotation linting, typically run with `code_annotations --lint ...`. Note that we also fix new linting errors detected by the new checkers.
-
Ahtisham Shahid authored
* Improved traces for new relic in cms dashboard
-
- Jan 23, 2021
-
-
Usama Sadiq authored
Merge pull request #26142 from edx/testeng/bokchoy_auto_cache_update_cf1e6aeb39c0a811897f5ef92c7f5a34b83afa52 Bokchoy Testing DB Cache update
-
- Jan 22, 2021
-
-
edX cache uploader bot authored
-
David Ormsbee authored
[MNG-1904] Fix: update new runtime's runtime.anonymous_student_id to store in DB
-
Waheed Ahmed authored
Updated Facebook SSO button color acccording to their brand guidelines. VAN-296
-
Waheed Ahmed authored
If an enterprise customer is associated with the request, keep the user on the monolith FE and do not redirect them to MFE. VAN-125
-
Saad Yousaf authored
* Logo text for edge * Refactored code Co-authored-by:
Asad <asadazam93@gmail.com>
-
Usama Sadiq authored
Python Requirements Update
-
jawad khan authored
LEARNER-8097 Added self paced in course serializer
-
edX requirements bot authored
-
- Jan 21, 2021
-
-
Braden MacDonald authored
This addresses a longstanding TODO item to make runtime.anonymous_student_id for content libraries v2 work the same way as it does for XBlocks in regular courses, persisting the "context ID" (equivalent to course ID) to the database. This way, if SECRET KEY is changed, existing anonymous IDs will continue to work unchanged. This is a potentially breaking change, but should mostly affect capa problems using external code graders or Matlab code input, and I'm not aware of any such usage of the new runtime / libraries v2.
-
Michael Roytman authored
update version of edx-proctoring library to 2.5.13
-
Michael Roytman authored
-
Matthew Piatetsky authored
[AA-497] Only set due dates on subsections that contain graded assignments with a score and a nonzero weight
-
Kyle McCormick authored
Deprecated edx-platform import paths (for example, `student` instead of `common.djangoapps.student`) currently raise warnings when used. We want to fully remove support for those paths. As an easily reversible way to initially remove support, we add a new setting to LMS and Studio called `ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS`, defaulting to False. We set it to True for devstack and will set it to True in Stage and Production soon. If critical errors occur, we can easily flip the setting back to False.
-
Kyle McCormick authored
The correct path is `common.djangoapps.course_modes...`
-
M. Zulqarnain authored
* Upgrade social-auth-core * Fixing a test. Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com> Co-authored-by:
Awais Qureshi <awais.qureshi@arbisoft.com>
-