This repository was archived by the owner on Aug 3, 2026. It is now read-only.
[SE-4364] Update reindex_courses command to use --all option - #159
Merged
pkulkark merged 3 commits intoMay 14, 2021
Conversation
pkulkark
force-pushed
the
pooja/fix-reindex-courses-command
branch
2 times, most recently
from
May 6, 2021 11:58
042e7ee to
bfc3a6a
Compare
pkulkark
force-pushed
the
pooja/fix-reindex-courses-command
branch
from
May 10, 2021 09:34
bfc3a6a to
810248d
Compare
…guration into pooja/fix-reindex-courses-command
pkulkark
force-pushed
the
pooja/fix-reindex-courses-command
branch
from
May 13, 2021 13:22
767a7f9 to
3972e00
Compare
gabor-boros
approved these changes
May 14, 2021
gabor-boros
left a comment
There was a problem hiding this comment.
👍 🎉 LGTM
- I tested what's in the test instructions
- I read through the code
3 tasks
0x29a
pushed a commit
that referenced
this pull request
May 4, 2022
0x29a
pushed a commit
that referenced
this pull request
May 28, 2022
0x29a
pushed a commit
that referenced
this pull request
May 30, 2022
kaustavb12
pushed a commit
that referenced
this pull request
Aug 29, 2022
kaustavb12
pushed a commit
that referenced
this pull request
Aug 29, 2022
kaustavb12
pushed a commit
that referenced
this pull request
Aug 29, 2022
kaustavb12
pushed a commit
that referenced
this pull request
Aug 29, 2022
Cup0fCoffee
pushed a commit
that referenced
this pull request
Sep 28, 2022
Cup0fCoffee
pushed a commit
that referenced
this pull request
Oct 5, 2022
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
After upgrading to Koa, it was noticed that the courseware search stops working (after redeployment). Running
reindex_coursescommand fixes the issue. We already have a config variable,EDXAPP_REINDEX_ALL_COURSESthat when set will runreindex_coursescommand during deployment. However, it does not use the--alloption as the name suggests, but rather uses--setupoption. The setup option should only be used in a devstack installation and does not reindex courses in a production setup. This PR updates the ansible task to use--alloption instead of--setupoption.Testing Instruction:
EDXAPP_REINDEX_ALL_COURSESis set to true in the config variables.ENABLE_COURSEWARE_SEARCHandENABLE_DASHBOARD_SEARCHto true, to enable courseware search.Reviewers: