agola/internal/services
Simone Gotti 6e8d467c80 util: add ErrInternal
ErrInternal is an internal error that should be provided to the user (http api
will return a 500 with the error message)

It'll be used for any kind of error that are not auth or bad requests (like
errors to communicate to another service)
2019-06-11 10:59:21 +02:00
..
common webhook: add runRefType and convert webhook event 2019-06-10 16:49:39 +02:00
config *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
configstore util: add ErrInternal 2019-06-11 10:59:21 +02:00
executor *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
gateway util: add ErrInternal 2019-06-11 10:59:21 +02:00
gitserver *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
notification gateway: move create run to own action 2019-06-11 09:31:12 +02:00
runservice util: add ErrInternal 2019-06-11 10:59:21 +02:00
scheduler *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
types webhook: add run creation trigger type 2019-06-10 17:04:50 +02:00