Implement a notification based watcher#1439
Implement a notification based watcher#1439dgageot merged 6 commits intoGoogleContainerTools:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1439 +/- ##
==========================================
- Coverage 44.53% 44.25% -0.28%
==========================================
Files 112 112
Lines 4596 4634 +38
==========================================
+ Hits 2047 2051 +4
- Misses 2342 2375 +33
- Partials 207 208 +1
Continue to review full report at Codecov.
|
|
Hi @dgageot just implemented the requested changes, let me know if ok for you |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
FWIW I tried this out and it seemed to work quite well. |
- Add debouncing - Always stop triggers Signed-off-by: David Gageot <david@gageot.net>
|
@ltouati Are you ok with my changes? The CLA requires that we both agree. I do |
|
Hi @dgageot Yes I am ok with your change |
Revert "Merge pull request #1439 from ltouati/fsnotify"
This fix was introduced by, but unrelated to, GoogleContainerTools#1439 Signed-off-by: David Gageot <david@gageot.net>
This fix was introduced by, but unrelated to, GoogleContainerTools#1439 Signed-off-by: David Gageot <david@gageot.net>
* interval shouldn’t be exported * Properly stop Triggers This fix was introduced by, but unrelated to, #1439 Signed-off-by: David Gageot <david@gageot.net>
Hi Team,
This is to support file system notifications instead of reading the files one by ones. It is specially important on MacOS where the current notification scheme is killing the laptop battery.
Let me know your feedback