-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove Content Libraries V2 index (#33888)
BREAKING CHANGE: Removes all code, tests, and settings related to indexing of V2 (blockstore-backed) content libraries in elasticsearch. This includes indexing of top-level library metadata as well as indexing of library block metadata. Operators who enabled the experimental Library Authoring MFE *and* the experimental ENABLE_CONTENT_LIBRARY_INDEX feature may notice that sorting, filtering, and searching of V2 libraries and their blocks may now be slower and/or less powerful. The ENABLE_CONTENT_LIBRARY_INDEX feature was already disabled by default, so most/all operators (including edx.org) should not notice any difference. Removed settings include: * FEATURES['ENABLE_CONTENT_LIBRARY_INDEX'] * ENABLE_ELASTICSEARCH_FOR_TESTS * TEST_ELASTICSEARCH_USE_SSL * TEST_ELASTICSEARCH_HOST * TEST_ELASTICSEARCH_PORT For rationale, see the updated "Status" section of: ./openedx/core/djangoapps/content_libraries/docs/decisions/0001-index-libraries-in-elasticsearch.rst
- Loading branch information
1 parent
5ca08fb
commit 140f858
Showing
16 changed files
with
193 additions
and
1,060 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.