Agola: CI/CD Redefined
Go to file
Simone Gotti 30f398e361 gateway: move login/oauth endpoints under /api
In this way, when bundling the web interface inside the agola binaries, oauth2
redirect to the web interfaces will be served by the webbundle handler and
return the web SPA and not resolve directly the /oauth2/callback api call.
2019-05-16 10:05:21 +02:00
.agola runservice: add k8s driver 2019-04-22 17:54:24 +02:00
cmd gitsources: add github gitsource 2019-05-15 23:46:21 +02:00
examples notification service: initial implementation 2019-05-15 10:17:20 +02:00
internal gateway: move login/oauth endpoints under /api 2019-05-16 10:05:21 +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
go.mod gitsources: add github gitsource 2019-05-15 23:46:21 +02:00
go.sum gitsources: add github gitsource 2019-05-15 23:46:21 +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

Agola

CI/CD redefined