Agola: CI/CD Redefined
Go to file
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
.agola runservice: add k8s driver 2019-04-22 17:54:24 +02:00
cmd toolbox sleeper: reap inherited child processes 2019-05-10 14:28:56 +02:00
examples runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +02:00
internal gitea: use custom http request for get tokens 2019-05-13 14:21:41 +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 runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +02:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +02:00
README.md Initial commit 2019-02-21 15:56:50 +01:00
go.mod runservice executor: use k8s client informers/listers 2019-04-26 10:15:23 +02:00
go.sum runservice executor: use k8s client informers/listers 2019-04-26 10:15:23 +02:00

README.md

Agola

CI/CD redefined