Agola: CI/CD Redefined
Go to file
Simone Gotti abab40c6f5 gateway/cmd: generate CacheGroup for user direct runs
Since the user direct runs all belong to the same run group (the user id) all
the user direct runs will share the same caches. To distinguish between the
different caches we need to use something in addition to the user id. In this
case we are usin the local repo uuid generated by the direct run start command.
2019-07-03 15:19:52 +02:00
.agola ci: update agola config 2019-07-03 11:17:03 +02:00
cmd gateway/cmd: generate CacheGroup for user direct runs 2019-07-03 15:19:52 +02:00
doc README: add local development doc and agola demo link 2019-07-02 10:54:44 +02:00
examples agolademo: update config paths to /data 2019-07-02 10:56:29 +02:00
internal gateway/cmd: generate CacheGroup for user direct runs 2019-07-03 15:19:52 +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 dockerfile: remove agola git hook 2019-06-13 15:30:19 +02:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile *: use vanity url 2019-07-01 11:40:20 +02:00
README.md README: add local development doc and agola demo link 2019-07-02 10:54:44 +02:00
go.mod *: use vanity url 2019-07-01 11:40:20 +02:00
go.sum gitsource: update gitea client 2019-06-11 10:29:06 +02:00

README.md

Agola

CI/CD redefined

Try it

See the agolademo example

Local development

See how to develop agola