summaryrefslogtreecommitdiff
path: root/service/reload/watcher.go
AgeCommit message (Collapse)Author
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-02-23Fix GoExit issueValery Piashchynski
2020-02-23Send message to the service stop channelValery Piashchynski
2020-02-23Add FW to removes and deletesValery Piashchynski
2020-02-23Fix CR issuesValery Piashchynski
2020-02-23- need batchingWolfy-J
2020-02-21Add testsValery Piashchynski
Add reload tests to Makefile Remove old code
2020-02-21Fix issues during the testingValery Piashchynski
2020-02-21Slight updateValery Piashchynski
Start to write tests
2020-02-21Update service to support file patternsValery Piashchynski
Update watcher Gracefull stop
2020-02-20Declare general interfaces, Controllable and Attacher instead of privateValery Piashchynski
First dirty working example of reload
2020-02-20Some fixesValery Piashchynski
2020-02-20Update wathcer implementation. Need to rethink structure and optimizeValery Piashchynski
algorithms
2020-02-19First concept of reloadValery Piashchynski
2020-02-18Finish with Adding single path w/o recursionValery Piashchynski
2020-02-17Remove unused errorsValery Piashchynski
Put reload service import in proper place
2020-02-17Add reload serviceValery Piashchynski
Start to implement Watcher