Make the search index creation during migration respect SEARCH_INDEX #689

Merged
epsilon-phase merged 2 commits from search-index-during-migration into master 5 years ago
epsilon-phase commented 5 years ago (Migrated from github.com)

This should fix #661

This should fix #661
codecov[bot] commented 5 years ago (Migrated from github.com)

Codecov Report

Merging #689 into master will decrease coverage by 0.1%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #689      +/-   ##
==========================================
- Coverage   39.35%   39.25%   -0.11%     
==========================================
  Files          72       72              
  Lines        9494     9498       +4     
  Branches     2263     2265       +2     
==========================================
- Hits         3736     3728       -8     
- Misses       4702     4713      +11     
- Partials     1056     1057       +1
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/689?src=pr&el=h1) Report > Merging [#689](https://codecov.io/gh/Plume-org/Plume/pull/689?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/c0469c69c169d4fc2b1b247a33906da93727a7a1?src=pr&el=desc) will **decrease** coverage by `0.1%`. > The diff coverage is `0%`. ```diff @@ Coverage Diff @@ ## master #689 +/- ## ========================================== - Coverage 39.35% 39.25% -0.11% ========================================== Files 72 72 Lines 9494 9498 +4 Branches 2263 2265 +2 ========================================== - Hits 3736 3728 -8 - Misses 4702 4713 +11 - Partials 1056 1057 +1 ```
elegaanz (Migrated from github.com) approved these changes 5 years ago
elegaanz (Migrated from github.com) left a comment

Nice job!

Nice job!

Reviewers

The pull request has been merged as f0846ff546.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b search-index-during-migration master
git pull origin search-index-during-migration

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff search-index-during-migration
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#689
Loading…
There is no content yet.