Make the search index creation during migration respect SEARCH_INDEX #689

已合并
epsilon-phase 5 年前 将 2 次代码提交从 search-index-during-migration 合并至 master
epsilon-phase 评论于 5 年前 (从 github.com 迁移)

This should fix #661

This should fix #661
codecov[bot] 评论于 5 年前 (从 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 (从 github.com 迁移)5 年前 批准此合并请求
elegaanz (从 github.com 迁移) 留下了一条评论

Nice job!

Nice job!

评审人

该合并请求已作为 f0846ff546 被合并。
你也可以查看 命令行指令

第一步:

从你的仓库中签出一个新的分支并测试变更。
git checkout -b search-index-during-migration master
git pull origin search-index-during-migration

第二步:

合并变更并更新到 Forgejo 上
git checkout master
git merge --no-ff search-index-during-migration
git push origin master
登录 并参与到对话中。
无审核者
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:Plume/Plume#689
正在加载...
这个人很懒,什么都没留下。