Merge appsembler/tahoe/develop into appsembler/tahoe/master - #520
Merged
Conversation
…th-source Add mongo support for auth source
This commit upgrades the version of pymongo from 2.x to 3.x, removing usages to deprecated functions usage and fixing tests where necessary. This version of pymongo supports MongoDB 2.x all the way up to 4.2, and this ensures that the platform will be able to run on a supported MongoDB version in the next release.
Upgrade to Mongo 3.6
Making the regex that gets the index courses more secure
Remove a merge leftover from Hawthorn
Fix Unregistered Task openedx.core.djangoapps.bookmarks.tasks.update_xblock_cache task is not getting autodiscovered by celery and needs to be imported explicitly PROD-284
openedx.core.djangoapps.ccxcon.tasks.update_ccxcon is not get auto discovered by celery. Adding it to CELERY_IMPORTS to be explicitly added. PROD-283
Fix unregistered celery tasks
Regular expressions are harder to read and debug
Safer CourseOverview.org filed matching
Avoid git merge conflict
Add course.load_forum AccessControlBackends action
Instead of hardcoding it in the LMS
Figures cleanup: Use hawthorn plugins URLs
by using the release `appsembler-beta-release-2020-01-07_4`: - https://github.com/appsembler/edx-search/releases/tag/appsembler-beta-release-2020-01-07_4
Support access control backends in edx-search
by enforcing to install from the git repo instead of the installed package from pypi
fix stale edx-search pip package
OmarIthawi
approved these changes
Jan 15, 2020
Author
|
@OmarIthawi Yes, it has backwards compatibility. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The usual stuff, including MongoDB 3.0 prep.