summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2020-02-28Test_SSL_Service_Redirect updateValery Piashchynski
2020-02-28Resolve test issuesValery Piashchynski
2020-02-28Update service_testsValery Piashchynski
2020-02-28Set different ports for each testcaseValery Piashchynski
2020-02-28Fix linter errorsValery Piashchynski
2020-02-28Test_RPC updateValery Piashchynski
2020-02-28Test_FCGI_Service updateValery Piashchynski
2020-02-28Move c.Stop() to end of function, since that goroutine can start afterValery Piashchynski
c.Stop() (there is no order)
2020-02-28Test_RPC_Unix updateValery Piashchynski
2020-02-28Test_Service_Echo remove defersValery Piashchynski
2020-02-28Remove defer and move deferred statement just to end of Test_CORS_PassValery Piashchynski
function
2020-02-28H2C test updateValery Piashchynski
2020-02-27Merge remote-tracking branch 'remotes/origin/master' into ↵Valery Piashchynski
address_already_in_use_error
2020-02-27Update reload testsValery Piashchynski
2020-02-26Test updateValery Piashchynski
Ci remove windows
2020-02-26Fix test [experiment]Valery Piashchynski
2020-02-23Merge branch 'file_watcher_module' of github.com:spiral/roadrunner into ↵Valery Piashchynski
file_watcher_module
2020-02-23Fix GoExit issueValery Piashchynski
2020-02-23Merge remote-tracking branch 'origin/file_watcher_module' into ↵Wolfy-J
file_watcher_module
2020-02-23- csWolfy-J
2020-02-23Send message to the service stop channelValery Piashchynski
2020-02-23Remove data raceValery Piashchynski
Smart restart
2020-02-23Fix broken importsValery Piashchynski
2020-02-23Add FW to removes and deletesValery Piashchynski
2020-02-23Fix CR issuesValery Piashchynski
2020-02-23- need batchingWolfy-J
2020-02-21Tests updateValery Piashchynski
2020-02-21Add testsValery Piashchynski
Add reload tests to Makefile Remove old code
2020-02-21Fix issues during the testingValery Piashchynski
2020-02-21Fix misconfigurationValery 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
2020-02-12Update pause time in Test_Serve_ClientValery Piashchynski
2020-02-10Renaming typoValery Piashchynski
2020-02-10Resolve CR commentsValery Piashchynski
2020-02-10Add json tags to Collector and NamedCollectorValery Piashchynski
2020-02-10Constant collector types instead of stringsValery Piashchynski
Update tests
2020-02-10Update go.mod/go.sumValery Piashchynski
New Register method
2020-02-07Update README.md (remove travis, replace with github actions)Valery Piashchynski
Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13
2020-02-06Fix bug with unused importValery Piashchynski
2020-01-27stabilize unhealthy testmarliotto
2020-01-27fix REQUEST_URI for requests through FastCGImarliotto
2019-12-25commentwppd