- Jan 27, 2021
-
-
Alexander J Sheehan authored
Adding collected structure to the course grade read
-
Tim McCormack authored
- Make it easier to rotate `SECRET_KEY` by documenting this usage for both sensitivity and rotation process. (ARCHBOM-1676). - Just use a hash of the secret rather than HMAC + MD5. We're not authenticating a message, so HMAC isn't really needed -- it just needs to be unique, deterministic, and irreversible. SHAKE allows generation of an arbitrary length hash without needing to truncate. Also, rename tracking session ID generator for clarity -- there's no encryption happening here. Add additional test for existing claim of uniqueness.
-
alangsto authored
-
Muhammad Soban Javed authored
* import task decorator from celery APP instance instead of celery package in CMS * replaced task decorator with shared_task in cms and common * Fixed import of shared_task * Fixed import
-
Manjinder Singh authored
These changes were initially made to make it easier to do SECRET_KEY rotations. Along the way, we found it made sense to refractor the code as well. Changes made: - changed get_to_create to create because now the code should only get to this block when a write is necessary - added a lookup for anonymous_user_id. This is to return an existing anonymous_user_id rather than calculating. This will mitigate the results of SECRET_KEY rotation. - Added monitoring to help us make better decisions: should we not sue SECRET_KEY, performance considerations... - put old function behind toggle in case something goes wrong in production with new code - refractoring function structure for better understanding
-
Ahtisham Shahid authored
* changed instructor dashboard waffle type form course to legacy
-
edX requirements bot authored
-
Ahtisham Shahid authored
-
- Jan 26, 2021
-
-
alangsto authored
-
Alexander Sheehan authored
-
alangsto authored
-
Christie Rice authored
-
Kyle McCormick authored
[BD-04] [SE-3708] Convert HiddenDescriptor to an XBlock.
-
Robert Raposa authored
[BD-21] Fix `ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS` code annotation
-
Tim McCormack authored
For ARCHBOM-1674 we need more information on how often save=False is actually used vs. other code paths.
-
Robert Raposa authored
[TSD] adds annotations for XBLOCK_RUNTIME_V2_EPHEMERAL_DATA_CACHE
-
Raul Gallegos authored
-
Raul Gallegos authored
-
alangsto authored
-
Régis Behmo authored
This annotation was causing a linting failure, and a TypeError down the road in the feature toggle report processing step by edx-toggles/scripts/feature_toggle_report.py.
-
Awais Jibran authored
Provide logo URL from the backend
-
Usama Sadiq authored
Python Requirements Update
-
Ali Akbar authored
disable xsslint
-
Saad Yousaf authored
* edge logo * Refactored code * Refactored code Co-authored-by:
Asad <asadazam93@gmail.com>
-
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
-