-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Change UpdateRepoIndex api to include watchers #7012
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7012 +/- ##
=========================================
+ Coverage 41.5% 41.5% +<.01%
=========================================
Files 440 440
Lines 59453 59457 +4
=========================================
+ Hits 24675 24677 +2
- Misses 31558 31560 +2
Partials 3220 3220
Continue to review full report at Codecov.
|
It seems |
@lunny It is called in multiple places, other places just does not need to be changed as watchers are optional arguments |
* Change UpdateRepoIndex api to include watchers * Add timeout
This PR changes the UpdateRepoIndex api to include any number of error channel watchers.