agola/internal
Simone Gotti a7ecfee795 gitea: use custom http request for get tokens
Since the get tokens gitea api is used to do auth by username password we need
to know the api status code to detect if it's an unauthorized error (wrong
username/password) or another error.

Since the gitea client doesn't return the http response to inspect the status
code we'll use our own api call.
2019-05-13 14:21:41 +02:00
..
common *: rename "lts" to "ost" 2019-04-27 15:16:48 +02:00
config config/runconfig: add global docker registries auth 2019-05-10 11:45:00 +02:00
datamanager *: report objects size for objectstorage.WriteObject 2019-05-02 09:49:55 +02:00
db Add database helper 2019-02-21 16:05:54 +01:00
etcd etcd: allow specifying a revision for a get 2019-03-29 11:37:22 +01:00
git-handler Add custom git server 2019-02-21 16:03:17 +01:00
git-save Add user local runs feature 2019-02-21 23:01:17 +01:00
gitsources gitea: use custom http request for get tokens 2019-05-13 14:21:41 +02:00
log Add common logging helper 2019-02-21 16:05:35 +01:00
objectstorage objectstorage: add size option to WriteObject 2019-05-02 09:47:38 +02:00
runconfig config/runconfig: add global docker registries auth 2019-05-10 11:45:00 +02:00
sequence etcd: allow specifying a revision for a get 2019-03-29 11:37:22 +01:00
services gateway: implement projectgroup delete 2019-05-13 00:24:16 +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 errors: add ErrUnauthorized 2019-05-13 14:20:31 +02:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00