-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Config option to disable automatic repo watching #5852
Config option to disable automatic repo watching #5852
Conversation
Add a new config option to enable / disable the automatic watching of repos for new repositories and if a user is added to a team. Signed-off-by: Sebastian Sauer <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #5852 +/- ##
==========================================
- Coverage 37.85% 37.84% -0.02%
==========================================
Files 328 328
Lines 48318 48323 +5
==========================================
- Hits 18292 18289 -3
- Misses 27395 27404 +9
+ Partials 2631 2630 -1
Continue to review full report at Codecov.
|
It would be great if that could be added also as per-user option |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update app.ini.sample
https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample
Signed-off-by: Sebastian Sauer <[email protected]>
Mssql test failed when merging to master, can someone restart the build? |
Add a new config option to enable / disable the automatic watching of repos for new repositories and if a user is added to a team. Fixes go-gitea#653 Signed-off-by: Sebastian Sauer <[email protected]>
Hello, I tested the variable set to
Is thoses use cases are intent to be covered by those use cases? This was observed with Updatesorry, it works; I was setting this variable as environment one but is must be set in |
Add a new config option AUTO_WATCH_NEW_REPOS to enable / disable the automatic watching of
repos for new repositories and if a user is added to a team.
This could fix #653