agola/internal/services
Simone Gotti f7d0950ca1 *: write and flush header on log handlers
Explicitly write and flush the headers in the various services LogHandlers.

Currently the 200 response and the other headers will be automatically written
by the golang http implementation only when we send something in the body. But if
there's nothing to send (no logs yet written) the client will never receive the
headers and cannot know if the request was successful.
2019-11-14 10:52:45 +01:00
..
common gateway: api implement get secrets removeoverridden 2019-09-20 15:39:21 +02:00
config services: check config only for enabled services 2019-11-05 09:25:22 +01:00
configstore readdb: improve HandleEvents goroutine exiting 2019-11-12 11:03:21 +01:00
executor *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
gateway *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
gitserver service/*: log error only if nil 2019-07-04 15:50:37 +02:00
notification *: use etcd mutex TryLock 2019-11-12 22:27:17 +01:00
runservice *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
scheduler *: export clients and related types 2019-08-02 12:02:01 +02:00
types configstore: move configstore types inside configstore package 2019-08-02 10:05:47 +02:00