agola/internal/services/gateway/api
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
..
api.go util: add ErrInternal 2019-06-11 10:59:21 +02:00
badge.go gateway: add badges endpoint 2019-05-10 11:08:24 +02:00
client.go gateway: move create run to own action 2019-06-11 09:31:12 +02:00
oauth2.go gateway: move remaining user logic from api to actions 2019-05-05 14:45:19 +02:00
org.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
project.go gateway api: return project visibility 2019-05-12 23:23:30 +02:00
projectgroup.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
remoterepo.go gateway: update and log errors on remoterepo api 2019-05-23 17:30:20 +02:00
remotesource.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
repos.go */api: Use helpers for error handling 2019-04-09 14:53:00 +02:00
run.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
secret.go gateway: move secret logic from api to actions 2019-05-05 14:11:29 +02:00
user.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
variable.go service: move gateway/common to common 2019-05-15 09:38:27 +02:00