- Jun 28, 2021
-
-
Manjinder Singh authored
Celery tasks needs decorator to correctly add ownership info: https://github.com/edx/edx-django-utils/blob/master/edx_django_utils/monitoring/docs/how_tos/add_code_owner_custom_attribute_to_an_ida.rst#handling-celery-tasks
-
Saad Yousaf authored
feat: Add CourseWaffleFlag for overriding course discussion settings for legacy experience.
-
SaadYousaf authored
-
SaadYousaf authored
-
SaadYousaf authored
-
SaadYousaf authored
-
SaadYousaf authored
-
- Jun 25, 2021
-
-
Michael Roytman authored
Revert "feat: Upgrade edx-proctoring Library to Version 3.17.0"
-
Michael Roytman authored
This reverts commit e286e1ce.
-
Christie Rice authored
CR-3817
-
Kyle McCormick authored
Add a Waffle Flag. When enabled, the courseware pages of the Learning MFE should use the Learning Sequences HTTP API instead of the Course Blocks HTTP API in order to load course structure data. We expect that this switchover will lead to performance improvements and a more comprehensible system. (We are putting the switchover behind a temporary flag in order to enable debugging, incremental rollout, and comparison testing.) The flag is exposed to the MFE via the Course API. As of this commit, the new flag is not enabled in any environment, and the MFE does not have any code to act on the flag's value. So, this commit on its own should have no production impact. TNL-8330
-
Michael Roytman authored
This pull request upgrade the version of the edx-proctoring library from 3.14.0 to 3.17.0. This includes the following changes. GET and POST endpoints are added for to bulk get and bulk create allowances. A bug in the exam attempt API where total time allowed for the exam would not include allowance time is fixed. Internal logic for determing learners' onboarding statuses for the course onboarding API is replaced with a provider onboarding API.
-
Christie Rice authored
feat!: Read from the allowlist model, instead of from the whitelist model. Only write to the allowlist model. (#27974) MICROBA-982
-
edX requirements bot authored
-
- Jun 24, 2021
-
-
Julia Eskew authored
continue instead of returning when an unsupported course key is encountered.
-
Dillon Dumesnil authored
feat: AA-869: Add in logic to mark special exams as complete
-
Dillon Dumesnil authored
This is technically a revert of a revert that also includes some new logic. The original PR was https://github.com/edx/edx-platform/pull/27770 and the revert PR was https://github.com/edx/edx-platform/pull/27973. The new logic is to mock a request and create a module with user state taken into account. We also put this into a celery task to help avoid any potential concerns with recursing through children.
-
edX cache uploader bot authored
-
Julia Eskew authored
and CourseSectionSequence to ensure that cascading deletes will occur to delete the relation upon deletion of a foreign-keyed object. This commit is phase 1 of 3 in order to ensure a smooth deploy. The phases: 1) Add separate through models for user partition groups, add fields to point to the separate models, and start writing to those fields as well. 2) After all models have been re-generated, switch code over to use separate through model fields backed by the separate through models. 3) After phase 2 is deployed smoothly, remove the original ManyToManyField fields and rename the new fields to have the same name as the old fields.
-
Thomas Tracy authored
* [refactor] Reword dashboard verify ID message Small change to reword ID verification messaging on the course dashboard and remove one of the buttons. * set coloring of warning message * follow patter for theme font colors
-
Kshitij Sobti authored
-
edX cache uploader bot authored
-
Kshitij Sobti authored
* docs: ADR for new course apps API This ADR proposes a new course apps API that is driven by a new coruse app plugin type. * Updated based on feedback * Major changes to document structure * Review feedback
-
- Jun 23, 2021
-
-
Diana Huang authored
* refactor: Remove PyContracts usage. We have not used PyContracts in a while and it is overhead we don't need in edx-platform. https://openedx.atlassian.net/browse/DEPR-147 * chore: Updating Python Requirements (#28018) Co-authored-by:
edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
-
Diana Huang authored
There are issues in lti-consumer-xblock version 2.11.0 that we cannot merge into edx-platform. This pins to a previous version until the issues are resolved.
-
Carla Duarte authored
fix: make scores floats rather than ints in progress tab api
-
Kshitij Sobti authored
* feat: Course Apps API This adds a new concept called course apps. These are exposed via a new "openedx.course_app" entrypoint, which helps the LMS and studio discover such apps and list them in a new rest api for the same. These course apps will drive the pages and resources view in the course authoring MFE. This system will track which apps are enabled and which are disabled. It also allows third-party apps to be listed here by using the plugin entrypoint. * Apply feedback from review
-
Christie Rice authored
fix: Copy data from the certificate whitelist to the certificate allowlist, including copying the created date (#28007) MICROBA-982
-
Carla Duarte authored
-
- Jun 22, 2021
-
-
edx-abolger authored
bump: bump edx-enterprise version to 3.26.10
-
Jansen Kantor authored
-
Adrienne Bolger authored
-
Christie Rice authored
CR-3792 MICROBA-1306
-
Adeel Ehsan authored
activation a11y issue fixed
-
Julia Eskew authored
TNL-8412
-
adeelehsan authored
-
Justin Hynes authored
refactor: Rename "whitelist" references to "allowlist" where possible in Instructor Dashboard/Certificates apps
-
Hammad Ahmad Waqas authored
version bump edx-enterprise.
-
Michael Terry authored
feat: add learner_has_access field to progress tab data
-