- Oct 29, 2020
-
-
muhammad-ammar authored
-
muhammad-ammar authored
-
Jeremy Bowman authored
Part of the notifier service deprecation (DEPR-106). Also removed pdfminer from the package uninstall list, since we no longer install the package it conflicts with either.
-
Jeff LaJoie authored
ENT-3116: Bumps edx-enterprise to 3.9.10
-
Feanil Patel authored
Update the celery startup code to more closely match the docs. We believe some of these imports are causeing circulare dependencies that are causing race conditions in task discovery. Since all django apps should be loaded using the django fixup in celery 4, we shouldn't need these other overrides. https://github.com/celery/celery/blob/v4.4.7/celery/fixups/django.py https://docs.celeryproject.org/en/v4.4.7/django/first-steps-with-django.html#using-celery-with-django
-
David Ormsbee authored
remove the constraint on edx-sga
-
Jeff LaJoie authored
-
Hammad Ahmad Waqas authored
ENT-3522: Upgraded edx-enterprise version to 3.9.9
-
Saleem Latif authored
-
- Oct 28, 2020
-
-
Albert (AJ) St. Aubin authored
management command
-
Dillon Dumesnil authored
AA-393: Add additional logging to CourseNextSectionUpdate
-
Dillon Dumesnil authored
We have some helpful exception messages, but then we swallow them and only log a generic message. Now we will log both!
-
Feanil Patel authored
Passing in the INSTALLED_APPS lambda seems to result in some tasks for certain apps like instructor_task and bulk_email to not get discovered properly.
-
Diana Huang authored
add constraint for edx-search<2.0.0
-
Robert Raposa authored
constraining edx-search because 2.0.0 requires ES7 upgrade work to be complete.
-
Robert Raposa authored
fix update assets
-
David Ormsbee authored
Add ability to manually fail instructor tasks in batches.
-
David Ormsbee authored
When an InstructorTask is stuck in QUEUING (say if there was a problem with celery), the support team needs to manually intervene and mark the task as "FAILED" so that new tasks of that type can be created for that course. This is usually done one at a time, but sometimes a bug or outage might cause many tasks to fail at once, making recovery extremely cumbersome. This commit adds the ability to do this process in batches.
-
Robert Raposa authored
An xmodule file that is loaded during update_assets without settings was referring to the FEATURES setting without checking if it existed.
-
Simon Chen authored
-
Ahtisham Shahid authored
-
- Oct 27, 2020
-
-
Feanil Patel authored
* Import instructor tasks explicitly on workers. Importing them via app config leads to an dependency chain nightmare as lots of other apps get pulled into the startup and are not configured in situations like testing the common and lib unit tests. This should register tasks to the celery workers without messing with the startup dependency chains of the LMS, CMS and test setup.
-
Muhammad Ammar authored
update logic to store learner's enterprise customer info in request session
-
Michael Terry authored
AA-197: Provide cert upgrade info to learning MFE
-
muhammad-ammar authored
user is authenticated. This is needed to avoid storing `None` as enterprise customer info in request session.
-
Matt Tuchfarber authored
Add Executive Education course mode
-
Matt Tuchfarber authored
-
Robert Raposa authored
Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG
-
Michael Terry authored
Specifically, pass the MFE the audit access expiration date and let it know when the upgrade deadline has passed, by not passing any verified mode information along.
-
Régis Behmo authored
These flags are deprecated in favor or the DISABLE_* equivalent. This allows us to get rid of the DefaultTrueWaffleNamespace class.
-
- Oct 26, 2020
-
-
David Ormsbee authored
Use AppConfig in instuctor_task app to ensure tasks are discovered
-
Kyle McCormick authored
This fixes an issue where instructor_task Celery tasks were not being auto-discovered, thus leaving them unregistered and unable to be completed by our Celery workers. TNL-7652
-
Kellie Selinka authored
bump edx-enterprise version number
-
Kellie Selinka authored
-
David Ormsbee authored
This was originally intended as a placeholder to remind us to optimize the data model for sequence metadata API calls (say by adding those fields to the CourseOverview model itself). Logging a quarter million messages a day is overkill for this purpose, and we will be doing another pass at the performance of this code in the coming weeks/months.
-
adeel khan authored
Adds forgot password functionality for secondary email.
-
Umar Asghar authored
-
- Oct 25, 2020
- Oct 24, 2020
-
-
Adeel Khan authored
VAN-18
-
- Oct 23, 2020
-
-
Albert (AJ) St. Aubin authored
[MICROBA-676]
-