agola/internal/services/gateway
Simone Gotti 3642be6f21 */api: Use helpers for error handling
* client: always parse the json error message field and return its contents
* Use ErrBadRequest and ErrNotFound in every handler and command
* Gateway: by default pass underlying service error (configstore, runservice) to
client keeping the status code and message. In future, if some errors must be
masked, we should change the specific parts that need special handling.
2019-04-09 14:53:00 +02:00
..
api */api: Use helpers for error handling 2019-04-09 14:53:00 +02:00
command */api: Use helpers for error handling 2019-04-09 14:53:00 +02:00
common initial secret and variables impl 2019-03-14 14:36:18 +01:00
handlers gateway: limit requests to a predefined max size 2019-04-03 16:59:17 +02:00
gateway.go */api: Use helpers for error handling 2019-04-09 14:53:00 +02:00
webhook.go gateway: handle skipped webhook 2019-04-03 17:05:50 +02:00