- Feb 02, 2021
-
-
Usama Sadiq authored
Applied pylint-amnesty
-
Usama Sadiq authored
BOM-2306 : pylint amnesty in cms apps
-
Usama Sadiq authored
BOM-2282
-
Usama Sadiq authored
BOM-2283
-
Usama Sadiq authored
BOM-2285
-
Usama Sadiq authored
BOM-2286
-
Zulqarnain authored
-
usamasadiq authored
-
Jawayria authored
Applied pylint-amnesty to course_wiki
-
Jawayria authored
Applied pylint-amnesty to commerce
-
Jawayria authored
Applied pylint-amnesty to ccx
-
Jawayria authored
Applied pylint-amnesty to branding
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
- Feb 01, 2021
-
-
Robert Raposa authored
[TSD] Annotates block structures settings and waffle switches
-
Robert Raposa authored
[BD-21] Remove soon-to-be-deprecated value monitor in edx-toggles
-
Nizar Mahmoud authored
This includes the following settings: - BLOCK_STRUCTURES_SETTINGS : setting dictionary which stores the other different block structures related settings - BLOCK_STRUCTURES_SETTINGS['PRUNING_ACTIVE'] : keeps only a specific number of versions of each block structure, and deletes the rest - BLOCK_STRUCTURES_SETTINGS['COURSE_PUBLISH_TASK_DELAY'] : specifies the delay, in seconds, after a new edit of a course is published before updating the block structures cache - BLOCK_STRUCTURES_SETTINGS['TASK_DEFAULT_RETRY_DELAY'] : Specifies the delay, in seconds, between retry attempts for block structure tasks - BLOCK_STRUCTURES_SETTINGS['TASK_MAX_RETRIES'] : specifies the max number of retries per block structure task - BLOCK_STRUCTURES_SETTINGS['STORAGE_CLASS'] : specifies the storage which block structures would be saved to when storage backed block structures are enabled Example: 'storages.backends.s3boto.S3BotoStorage' - BLOCK_STRUCTURES_SETTINGS['STORAGE_KWARGS'] : specifies additional arguments needed when utilizing storage for storing storage backed block structures Example: { bucket: 'test-edxapp' } - BLOCK_STRUCTURES_SETTINGS['DIRECTORY_PREFIX'] : specifies the path to which storage backed block structures are saved Example: '/courses/' This also includes the following waffle switches: - block_structure.storage_backing_for_cache : enables storage backed block structures, used to retrieve the block structures from storage instead of regenerating the structure, when not available in cache it is important to note that this is important for production because it reduces response times on block structure related apis - block_structure.raise_error_when_not_found : raises an error if the block structure requested doesnt exist in store or is outdated - block_structure.invalidate_cache_on_publish : invalidates the block structure cache when courses are published For an example with additional context, see the following forum post: https://discuss.openedx.org/t/help-please-very-slow-load-time-10-seconds-for-courseware-on-sections-with-several-subsections-and-xblocks/2998/16 This also includes information about the toggles that will likely be deprecated and removed: https://github.com/edx/edx-platform/pull/26175#issuecomment-769080286
-
Robert Raposa authored
[BD-21] Improve test coverage of toggle state view
-
Robert Raposa authored
[TSD] Annotate course_experience.calendar_sync
-
Robert Raposa authored
[TSD] [SE-3990] Add in standardized documentation for Badgr-related settings.
-
Dillon Dumesnil authored
AA-492: Adds research tracking event for reset deadlines
-
Dillon Dumesnil authored
This PR also removes the exemption for staff from seeing the reset deadlines banner (staff will now see the banner). Staff users would still be unable to submit problems and wouldn't have a way of resetting their deadlines while enrolled.
-
Bianca Severino authored
[MST-515] Automated proctoring requirements email
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Bianca Severino authored
-
Jawayria authored
-
Awais Qureshi authored
Apply pylint-amnesty.
-