Agola: CI/CD Redefined
Go to file
Simone Gotti d3a5fbfe5b *: update to go 1.16 2021-03-15 15:17:29 +01:00
.agola *: update to go 1.16 2021-03-15 15:17:29 +01:00
.github/ISSUE_TEMPLATE github: add issue templates config 2020-03-02 11:04:54 +01:00
cmd cmd: remotesource create don't force github defaults 2020-02-10 09:58:08 +01:00
doc doc: document supported go versions. 2020-01-24 13:54:47 +01:00
examples example: fix gitserverURL in example config 2021-01-13 16:15:51 +01:00
internal gitserver: fix fetchfile error handling 2021-03-15 13:19:13 +01:00
scripts Add makefile 2019-02-21 15:59:16 +01:00
services gateway: move authentication apis to /api/v1alpha/auth 2020-02-19 10:48:14 +01:00
tests migrate2 2020-05-22 12:35:05 +02:00
util *: export clients and related types 2019-08-02 12:02:01 +02: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
CHANGELOG.md Release v0.5.0 2020-02-17 15:14:24 +01:00
Dockerfile *: update to go 1.16 2021-03-15 15:17:29 +01:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile makefile: remove test target 2020-01-28 14:59:22 +01:00
README.md Release v0.4.0 2019-11-19 09:52:33 +01:00
go.mod *: update to go 1.16 2021-03-15 15:17:29 +01:00
go.sum *: update to go 1.16 2021-03-15 15:17:29 +01:00

README.md

Agola

Build Status Discourse

CI/CD redefined

For an introduction to agola you can take a look at this post

Try it

See the agolademo example

Features

  • Easy to install and manage.
  • Scalable and High Available: go from a single instance (single process) deployment to a distributed deployment.
  • Deploy anywhere: Kubernetes, IaaS, bare metal and execute the "tasks" anywhere (currently containers executors like docker or orchestrators and Kubernetes, but easily extensible to future technologies or VMs instead of containers).
  • Support any language, deployment system etc... (just use the right image)
  • Integrate with multiple git providers at the same time: you could add repos from github, gitlab, gitea (and more to come) inside the same agola installation.
  • Use it to manage the full development lifecycle: from build to deploy.
  • Tasks Workflows (that we called Runs) with ability to achieve fan-in, fan-out, matrixes etc..., everything containerized to achieve maximum reproducibility.
  • Git based workflow: the run definition is committed inside the git repository (so everything is tracked and reproducible). A run execution is started by a git action (push, pull-request).
  • Design it with the ability to achieve at most once runs: during a deployment to production we don't want multiple concurrent execution of the deploy...
  • Restartable and reproducible Runs (restart a run from scratch or from failed tasks using the same source commit, variables etc...)
  • User Direct Runs: give every user the power to test their software using the same run definition used when pushing to git/opening a pull request inside the Agola installation with just one command like if they were running tests locally (without requiring a super powerful workstation).
  • Testable "Runs" (what is a CI/CD environment if you cannot test your changes to the Runs definitions?): use the same run definition but use a powerful secrets and variables system to access different resources (environments, docker registries etc...).
  • Don't try to extend YAML to be a templating language but use a real templating language (as of now jsonnet) to easily generate the run configuration without side effects.
  • An advanced permissions system (work in progress).
  • Dependency Caching to speed up tasks

Documentation

https://agola.io/doc/

Local development

See how to develop agola

Contributing to Agola

Agola is an open source project under the Apache 2.0 license, and contributions are gladly welcomed! To submit your changes please open a pull request.

Contacts

  • For bugs and feature requests file an issue
  • For general discussion about using and developing Agola, join the agola forum