agola/internal/services/gateway/api
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
..
api.go *: improve error handling 2019-11-11 12:17:35 +01:00
badge.go *: export clients and related types 2019-08-02 12:02:01 +02:00
oauth2.go *: export clients and related types 2019-08-02 12:02:01 +02:00
org.go *: export clients and related types 2019-08-02 12:02:01 +02:00
project.go gateway: add parentRef field to project update api 2019-09-27 17:10:04 +02:00
projectgroup.go gateway: add parentRef field to project group update api 2019-10-01 14:39:45 +02:00
remoterepo.go *: export clients and related types 2019-08-02 12:02:01 +02:00
remotesource.go *: export clients and related types 2019-08-02 12:02:01 +02:00
repos.go *: remove unneeded logging 2019-06-14 11:28:00 +02:00
run.go *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
secret.go gateway: api implement get secrets removeoverridden 2019-09-20 15:39:21 +02:00
user.go userdirectrun: add options to define variables 2019-08-06 16:58:00 +02:00
variable.go types: use a global When type 2019-09-05 09:37:27 +02:00
version.go cmd: add version command 2019-10-05 12:11:18 +02:00
webhook.go *: export clients and related types 2019-08-02 12:02:01 +02:00