Commit Graph

9 Commits

Author SHA1 Message Date
Simone Gotti c775918747 makefile: remove test target
There's no test script. Full tests can be easily executed inside a local
running agola instance using an agola "direct run".
Single package tests can be executed using a manual go test invocation based on
the kind of package we want to test (since some of them require a running etcd,
a running docker, a running k8s cluster, a gitea binary etc...)
2020-01-28 14:59:22 +01:00
Carlo Mandelli d775bcac60 cmd: fix version output 2019-09-27 15:34:24 +02:00
Simone Gotti 8d67844cc4 *: use vanity url
use agola.io domain
2019-07-01 11:40:20 +02:00
Simone Gotti 5a74ebf9d8 *: remove agola git hook
* Delete the command and it's rule in the Makefile
* Don't use it inside gitserver and remove related config option (also from
examples)
* Remove webhook parsing from agolagit gitsource
2019-06-11 15:30:09 +02:00
Simone Gotti 4e785e4851 runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +02:00
Simone Gotti 06d6d18305 Makefile: add docker images targets 2019-05-08 15:42:22 +02:00
Simone Gotti 809b17d250 git hook: initial implementation 2019-02-22 10:46:48 +01:00
Simone Gotti 4c0edd6374 Add webbundle implementation 2019-02-21 16:08:02 +01:00
Simone Gotti cbe26c5797 Add makefile 2019-02-21 15:59:16 +01:00