- Jun 01, 2021
-
- May 31, 2021
-
-
stvn authored
commits ======= - build: assign edx/community-engineering for squad-owned directories
-
edX requirements bot authored
-
- May 28, 2021
-
-
stvn authored
A couple of these (*/static, */templates) may prove to be too noisy, but most of them seem low-traffic enough. If we find any of these directories to be unhelpful, we can/should remove them.
-
Ali Akbar authored
Revert "feat: Add Help Center search in Contact Us"
-
Ali-D-Akbar authored
This reverts commit aadbad02.
-
Ali Akbar authored
feat: Add Help Center search in Contact Us
-
Simon Chen authored
[Chore] Upgrade edx-proctoring to 3.11.4 to fix javascript on proctoring worker not starting exam with the same ping interval as during the exam (#27747)
-
Ali-D-Akbar authored
-
Raul Gallegos authored
FAL-1848 (OpenCraft)
-
Kyle McCormick authored
The user_tasks app is only needed by a cms feature. However, it has been listed under INSTALLED_APPS for both cms and lms because app-permissions only ran in an lms context until recently. Since app-permissions now creates the user_tasks_admin group in a cms context, the app can be safely removed from lms's INSTALLED_APPS. TNL-8274
-
Awais Qureshi authored
feat: Adding temporary constraint to check the newly merged changes.
-
Awais Qureshi authored
-
- May 27, 2021
-
-
Binod Pant authored
ENT-4593 to conclude courses in Canvas, instead of delete, on delete_content_metadata ENT-4593
-
Matthew Piatetsky authored
[AA-759] feat: add admin for the User Celebration Model
-
Adam Stankiewicz authored
* feat: enterprise learner portal access modal * fix: quality * fix: remove log.info
-
Matthew Piatetsky authored
-
Régis Behmo authored
The edx-platform codebase already includes quite a few type annotations, but they were not regularly checked. This may cause problems, when the annotations themselves include errors (as we found out in some of the learning_sequences annotations). So here, we add mypy as a dev requirement and introduce a make command to run mypy regularly. Mypy runs on a very small portion of the total edx-platform, as configured in mypy.ini. Our hope is that developers will add more and more modules to this configuration file, until we can eventually run mypy on the full code base. See discussion: https://discuss.openedx.org/t/dev-notes-running-mypy-on-edx-platform/4860
-
Matthew Piatetsky authored
[AA-825] feat: add stacked config model for disabling the frontend-app-learnin…g progress page
-
Matt Tuchfarber authored
fix: remap explicit queues for program tasks
-
Matthew Piatetsky authored
-
Matt Tuchfarber authored
Program tasks got moved from tasks.v1.tasks.py to just tasks.py, but the mapping was never updated.
-
Michael Roytman authored
chore: update edx-proctoring version
-
Michael Roytman authored
This version of the edx-proctoring library includes a fix to a bug in the onboarding status panel. This bug was preventing the appearance of the onboarding panel in a learner's course outline if an onboarding exam in the course was inaccessible to the learner in such a way that the Learning Sequences API did not return schedule information for the sequence. An onboarding exam that is content gated by enrollment track to an enrollment track in which the learner is not enrolled is an example of this. The bug was that the StudentOnboardingStatusView was not taking into account that an inaccessible sequence might not have a schedule.
-
Justin Hynes authored
feat: add `edx.certificate.revoked` event
-
stvn authored
commits ======= - build: add script to list installed XBlocks
-
- May 26, 2021
-
-
stvn authored
Story ===== As an XBlock developer, I want to know which XBlocks are installed so I can debug (and know which to add to Advanced Settings in Studio). Testing ======= - `make studio-shell` - `python scripts/xblock/list-installed.py` Integration =========== I plan to invoke this from `devstack` (after installing XBlocks). Tickets ======= Fixes CENG-95 Fixes stvstnfrd/openedx-meta#153
-
Thomas Tracy authored
[refactor] change backfill date task to long running task Change from a task that spins off multiple other tasks to a single long running task. This will hopefully be way less heavy when this is ran in production.
-
João Cabrita authored
When getting a subsection grade for a user, instead of failing if the user can't access that subsection, fallback to the collected structure.
-