- Oct 28, 2020
-
-
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.
-
- Oct 25, 2020
- Oct 24, 2020
-
-
Adeel Khan authored
VAN-18
-
- Oct 23, 2020
-
-
Albert (AJ) St. Aubin authored
[MICROBA-676]
-
Dillon Dumesnil authored
AA-256: Revert "AA-51: Adds in 'Up next' banner to course home"
-
Kellie Selinka authored
bump edx-enterprise version so admin catalog refresh button gets depl…
-
Dillon Dumesnil authored
AA-379: Update the Self-paced Studio text to account for Personalized…
-
Dillon Dumesnil authored
-
Dillon Dumesnil authored
-
Kellie Selinka authored
-
Mike OConnell authored
Previous rollback introduced this error while resolving merge conflicts. Line declaring the local variable was accidentally omitted. ENT-3494
-
Nimisha Asthagiri authored
ADR for Sysadmin Dashboard deprecation and removal
-
Fox Piacenti authored
Add ability to filter library blocks by type. Prevent changing types with unpublished changes. (#25368) Adds the ability to filter v2 library blocks by block type. Also prevents switching the library type when there are unpublished changes/deletes, as this may cause consistency errors.
-
Carla Duarte authored
AA-405: UI fixes for courseware
-
Carla Duarte authored
-