agola/internal
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 *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
config config: refactor config unmarshal 2019-06-08 16:07:15 +02:00
datamanager datamanager: implement data files splitting 2019-06-03 16:17:27 +02:00
db *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
etcd *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
git-handler *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
git-save *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
gitsources gitsource: update gitea client 2019-06-11 10:29:06 +02:00
log Add common logging helper 2019-02-21 16:05:35 +01:00
objectstorage objectstorage: honor write size in posix objectstorage 2019-06-05 14:56:56 +02:00
runconfig runservice types: refactor unmarshal 2019-06-08 16:30:36 +02:00
sequence *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
services util: add ErrInternal 2019-06-11 10:59:21 +02:00
testutil etcd: allow specifying a revision for a get 2019-03-29 11:37:22 +01:00
toolbox toolbox: initial commit 2019-02-21 15:57:11 +01:00
util util: add ErrInternal 2019-06-11 10:59:21 +02:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00