Skip to content

Replace references to cron.update_migration_post_id with cron.update_migration_poster_id in docs #11068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 15, 2020

Conversation

kbadk
Copy link
Contributor

@kbadk kbadk commented Apr 14, 2020

Across several files, references to cron.update_migration_post_id are made, although the actual setting is called cron.update_migration_poster_id according to modules/setting/cron.go:

UpdateMigrationPosterID struct {
Schedule string
} `ini:"cron.update_migration_poster_id"`

…migration_poster_id in docs

Across several files, references to cron.update_migration_post_id are made, although the actual setting is called cron.update_migration_poster_id according to modules/setting/cron.go (https://github.com/go-gitea/gitea/blob/10e2f291442fdc7efc31c02f5ffcba79a36db9ac/modules/setting/cron.go#L54).
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Apr 14, 2020
@lafriks lafriks added the type/docs This PR mainly updates/creates documentation label Apr 14, 2020
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 14, 2020
@sapk sapk added the skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. label Apr 14, 2020
@codecov-io
Copy link

Codecov Report

Merging #11068 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #11068   +/-   ##
=======================================
  Coverage   43.50%   43.50%           
=======================================
  Files         598      598           
  Lines       84771    84771           
=======================================
+ Hits        36877    36882    +5     
+ Misses      43353    43348    -5     
  Partials     4541     4541           
Impacted Files Coverage Δ
modules/indexer/stats/queue.go 62.50% <0.00%> (-18.75%) ⬇️
modules/indexer/stats/db.go 40.62% <0.00%> (-9.38%) ⬇️
modules/log/event.go 64.61% <0.00%> (-1.03%) ⬇️
models/gpg_key.go 53.95% <0.00%> (+0.52%) ⬆️
routers/repo/view.go 36.82% <0.00%> (+0.67%) ⬆️
modules/queue/workerpool.go 58.00% <0.00%> (+1.06%) ⬆️
modules/queue/unique_queue_disk_channel.go 55.76% <0.00%> (+1.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d66b9a4...392d1e2. Read the comment docs.

@sapk sapk merged commit 0e4e14d into go-gitea:master Apr 15, 2020
ydelafollye pushed a commit to ydelafollye/gitea that referenced this pull request Jul 31, 2020
…migration_poster_id in docs (go-gitea#11068)

Across several files, references to cron.update_migration_post_id are made, although the actual setting is called cron.update_migration_poster_id according to modules/setting/cron.go (https://github.com/go-gitea/gitea/blob/10e2f291442fdc7efc31c02f5ffcba79a36db9ac/modules/setting/cron.go#L54).

Co-authored-by: Antoine GIRARD <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants