Agola: CI/CD Redefined
Go to file
Simone Gotti 34cfdfeb3b objectstorage: add size option to WriteObject
On s3 limit the max object size to 1GiB when the size is not provided (-1) or
the minio client will calculate a big part size since it tries to use the
maximum object size (5TiB) and will allocate a very big buffer in ram. Also
leave as commented out the previous hack that was firstly creating the file
locally to calculate the size and then put it (for future reference).
2019-05-02 09:47:38 +02:00
.agola runservice: add k8s driver 2019-04-22 17:54:24 +02:00
cmd configstore: add project/projectgroup visibility 2019-04-30 17:09:26 +02:00
examples *: rename "lts" to "ost" 2019-04-27 15:16:48 +02:00
internal objectstorage: add size option to WriteObject 2019-05-02 09:47:38 +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 update Dockerfile 2019-04-03 08:52:00 +02:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile git hook: initial implementation 2019-02-22 10:46:48 +01: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