Make mirror feature more configurable#16957
Conversation
Codecov Report
@@ Coverage Diff @@
## main #16957 +/- ##
=======================================
Coverage ? 45.14%
=======================================
Files ? 764
Lines ? 86282
Branches ? 0
=======================================
Hits ? 38956
Misses ? 41020
Partials ? 6306
Continue to review full report at Codecov.
|
|
Please put better explanations as to what the PR is supposed to be doing in the first comment of the PR. |
|
minor nits only. |
41b966c to
00db6ff
Compare
@zeripath |
|
Ref: #11740 |
Co-authored-by: zeripath <art27@cantab.net>
|
resolve #11740 (comment) too ... |
delvh
left a comment
There was a problem hiding this comment.
Apart from some minor documentation flaws pretty good.
Co-authored-by: delvh <dev.lh@web.de>
Rename
[repository]DISABLE_MIRRORSto[mirror]DISABLE_NEW_PULLand addENABLEDandDISABLE_NEW_PUSHwith the below meanings:ENABLED: true: Enables the mirror functionality. Set to false to disable all mirrors.DISABLE_NEW_PULL: false: Disable the creation of new mirrors. Pre-existing mirrors remain valid.DISABLE_NEW_PUSH: false: Disable the creation of new push mirrors. Pre-existing mirrors remain valid.🚫 DEPRECATION 🚫
This PR deprecates the
[repository]DISABLE_MIRRORSsetting - which is mapped to[mirror]DISABLE_NEW_PULL.