Jeff LaJoie
f90035dc48
Merge pull request #25451 from edx/jlajoie/ENT-3116
...
ENT-3116: Bumps edx-enterprise to 3.9.10
2020-10-29 11:16:05 -04:00
Feanil Patel
2175d00b83
Update celery task discovery config. ( #25479 )
...
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
2020-10-29 10:52:16 -04:00
David Ormsbee
47b050ca12
Merge pull request #25386 from mitodl/umar/unpin-edx-sga
...
remove the constraint on edx-sga
2020-10-29 10:34:14 -04:00
Jeff LaJoie
b69eddd043
ENT-3116: Bumps edx-enterprise to 3.9.10
2020-10-29 10:08:39 -04:00
Hammad Ahmad Waqas
c50be5daa7
Merge pull request #25444 from edx/saleem-latif/ENT-3522-updates
...
ENT-3522: Upgraded edx-enterprise version to 3.9.9
2020-10-29 18:23:28 +05:00
Saleem Latif
364940b04f
Upgraded edx-enterprise verision to 3.9.9
2020-10-29 17:57:08 +05:00
Albert (AJ) St. Aubin
69a63380c2
Adding in a call to send Program award events to Credentials in
...
management command
2020-10-28 19:41:32 -04:00
Dillon Dumesnil
ff478fd12d
Merge pull request #25470 from edx/ddumesnil/weekly-highlights-error-logging-aa-393
...
AA-393: Add additional logging to CourseNextSectionUpdate
2020-10-28 14:49:52 -07:00
Dillon Dumesnil
96e83de1e5
AA-393: Add additional logging to CourseNextSectionUpdate
...
We have some helpful exception messages, but then we swallow them
and only log a generic message. Now we will log both!
2020-10-28 17:12:33 -04:00
Feanil Patel
375173f1df
Use the default autodiscovery instead of passing in the installed apps. ( #25467 )
...
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.
2020-10-28 15:13:24 -04:00
Diana Huang
eef62eb207
Merge pull request #25465 from edx/robrap/constrain-edx-search
...
add constraint for edx-search<2.0.0
2020-10-28 14:29:40 -04:00
Robert Raposa
07972455a7
add constraint for edx-search<2.0.0
...
constraining edx-search because 2.0.0 requires
ES7 upgrade work to be complete.
2020-10-28 13:20:02 -04:00
Robert Raposa
7afee25ce2
Merge pull request #25456 from edx/robrap/fix-update-assets
...
fix update assets
2020-10-28 10:30:44 -04:00
David Ormsbee
2d4a7d8649
Merge pull request #25461 from edx/ormsbee/batch-fail-tasks
...
Add ability to manually fail instructor tasks in batches.
2020-10-28 10:09:07 -04:00
David Ormsbee
0ffd3699fc
Add ability to manually fail instructor tasks in batches.
...
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.
2020-10-28 09:39:50 -04:00
Robert Raposa
e265a754aa
fix update assets
...
An xmodule file that is loaded during update_assets
without settings was referring to the FEATURES setting
without checking if it existed.
2020-10-28 09:38:51 -04:00
Simon Chen
1edec15dd5
MST-400 Always return the latest approved valid ID verification ( #25453 )
2020-10-28 09:27:38 -04:00
Ahtisham Shahid
b36af3930d
Fixed Alert issue in lbirary editor ( #25433 )
2020-10-28 11:20:41 +05:00
Feanil Patel
0191f2f1bb
Don't install instructor_task for common testing. ( #25459 )
...
* 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.
2020-10-27 18:34:27 -04:00
Muhammad Ammar
1d28f5d60f
Merge pull request #25447 from edx/ammar/enterprise-customer-session-storage
...
update logic to store learner's enterprise customer info in request session
2020-10-27 19:35:37 +05:00
Michael Terry
94e075c440
Merge pull request #25439 from edx/mikix/verified-mode-mfe
...
AA-197: Provide cert upgrade info to learning MFE
2020-10-27 10:34:38 -04:00
muhammad-ammar
5adf9fdd8b
store a learners enterprise customer info into request session only if
...
user is authenticated. This is needed to avoid storing `None` as
enterprise customer info in request session.
2020-10-27 19:12:01 +05:00
Matt Tuchfarber
1caf0875df
Merge pull request #25381 from edx/tuchfarber/add_exec_ed_course_mdoe
...
Add Executive Education course mode
2020-10-27 10:09:30 -04:00
Matt Tuchfarber
488f30496e
Add Executive Education course mode
2020-10-27 09:38:20 -04:00
Robert Raposa
13e8608bdb
Merge pull request #25440 from regisb/regisb/deprecate-defaulttrue-toggles
...
Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG
2020-10-27 09:05:33 -04:00
Michael Terry
a4bd5a7ec9
AA-197: Provide cert upgrade info to learning MFE
...
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.
2020-10-27 09:05:12 -04:00
Régis Behmo
13a70fcaa6
Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG
...
These flags are deprecated in favor or the DISABLE_* equivalent.
This allows us to get rid of the DefaultTrueWaffleNamespace class.
2020-10-27 10:20:41 +01:00
David Ormsbee
59a434303f
Merge pull request #25441 from edx/kdmccormick/fix-unregistered-instructor-tasks
...
Use AppConfig in instuctor_task app to ensure tasks are discovered
2020-10-26 17:01:26 -04:00
Kyle McCormick
762b4fdf7f
Use AppConfig in instuctor_task app to ensure tasks are discovered
...
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
2020-10-26 15:23:22 -04:00
Kellie Selinka
48b4dfb201
Merge pull request #25438 from edx/kselinka_bump_enterprise_fixed_tests
...
bump edx-enterprise version number
2020-10-26 14:18:53 -04:00
Kellie Selinka
c1e15d43e1
bump edx-enterprise version number
2020-10-26 13:33:43 -04:00
David Ormsbee
ab622d2bf8
Reduce noise in CourseOverview->Modulestore fallback ( #25434 )
...
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.
2020-10-26 10:27:14 -04:00
adeel khan
023d364d33
Merge pull request #25382 from edx/adeel/van_18_forgot_password_recovery_options
...
Adds forgot password functionality for secondary email.
2020-10-26 16:30:30 +05:00
Umar Asghar
1c0a550ce1
remove the constraint on edx-sga
2020-10-26 12:04:22 +05:00
edX Transifex Bot
93cb3b2003
fix(i18n): update translations
2020-10-25 17:34:52 -04:00
Adeel Khan
2bc746a0a0
Adds forgot password functionality for secondary email.
...
VAN-18
2020-10-24 22:00:12 +05:00
Albert (AJ) St. Aubin
8cef028429
Update the award_program_cert task to fix celery registration
...
[MICROBA-676]
2020-10-23 17:08:34 -04:00
Dillon Dumesnil
e0795b1f03
Merge pull request #25425 from edx/revert-23343-jlajoie/AA-51
...
AA-256: Revert "AA-51: Adds in 'Up next' banner to course home"
2020-10-23 11:28:17 -07:00
Kellie Selinka
0cfabafbd5
Merge pull request #25423 from edx/kselinka_bump_enterprise_refresh_button
...
bump edx-enterprise version so admin catalog refresh button gets depl…
2020-10-23 14:22:31 -04:00
Dillon Dumesnil
9caf1e51e9
Merge pull request #25424 from edx/ddumesnil/update-self-paced-studio-text-aa-379
...
AA-379: Update the Self-paced Studio text to account for Personalized…
2020-10-23 11:18:20 -07:00
Dillon Dumesnil
8bb88df35f
Revert "AA-51: Adds in 'Up next' banner to course home"
2020-10-23 11:05:27 -07:00
Dillon Dumesnil
b11160ceca
AA-379: Update the Self-paced Studio text to account for Personalized Learner Schedules
2020-10-23 13:54:22 -04:00
Kellie Selinka
c276a6eb42
bump edx-enterprise version so admin catalog refresh button gets deployed
2020-10-23 13:17:53 -04:00
Mike OConnell
0dc494360d
Correcting error with undeclared local ( #25422 )
...
Previous rollback introduced this error while resolving merge
conflicts. Line declaring the local variable was accidentally
omitted.
ENT-3494
2020-10-23 12:48:59 -04:00
Nimisha Asthagiri
c9410b55cc
Merge pull request #24048 from mitodl/pdpinch/sysadmin-dashboard-remove-adr
...
ADR for Sysadmin Dashboard deprecation and removal
2020-10-23 12:06:30 -04:00
Fox Piacenti
c181ed57b1
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.
2020-10-23 10:50:28 -04:00
Carla Duarte
3e2fc5d824
Merge pull request #25413 from edx/ciduarte/AA-405
...
AA-405: UI fixes for courseware
2020-10-23 10:15:01 -04:00
Carla Duarte
ca7434ce3b
AA-405: UI fixes for courseware
2020-10-23 09:20:46 -04:00
Mike OConnell
64ee4a8972
Rolling back previous changes ( #25418 )
...
Rolling back previous changes after unexpected behavior
when testing in stage.
ENT-3494
2020-10-23 07:09:09 -04:00
Zainab Amir
49ea5f5188
Update logistration MFE feature flag ( #25356 )
...
update logistration MFE feature flag to not be used in conjunction
with Accounts MFE toggle.
VAN-11
2020-10-23 12:11:56 +05:00