Agola: CI/CD Redefined
Go to file
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
.agola update .agola/config.yml 2019-04-03 18:05:34 +02:00
cmd Implement user token delete 2019-04-05 15:01:57 +02:00
examples gw repos: use config provided gitServerURL 2019-04-05 16:23:54 +02:00
internal */api: Use helpers for error handling 2019-04-09 14:53:00 +02:00
scripts Add makefile 2019-02-21 15:59:16 +01:00
webbundle Add webbundle implementation 2019-02-21 16:08:02 +01:00
.dockerignore Add dockerfile 2019-02-21 16:10:30 +01:00
.gitignore Initial commit 2019-02-21 15:56:50 +01:00
Dockerfile update Dockerfile 2019-04-03 08:52:00 +02:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile git hook: initial implementation 2019-02-22 10:46:48 +01:00
README.md Initial commit 2019-02-21 15:56:50 +01:00
go.mod go.mod: update gorilla mux version 2019-03-18 15:05:43 +01:00
go.sum go.mod: update gorilla mux version 2019-03-18 15:05:43 +01:00

README.md

Agola

CI/CD redefined