Commit Graph

  • 0a32b78359 gitsources: implement gitlab hooks Simone Gotti 2019-04-03 15:01:21 +0200
  • 4cf72748b4 gitsources: update api Simone Gotti 2019-04-03 15:01:21 +0200
  • a2cd92c70b webhook: use provided userID Simone Gotti 2019-04-03 15:11:50 +0200
  • 2548598bb8 localrun: use userid and pass it to webhook Simone Gotti 2019-04-03 14:59:24 +0200
  • 2d68be8a30 gw api: fix project and remotesource to return the right response Simone Gotti 2019-04-03 15:08:33 +0200
  • bb21520133 gw api client: add GetCurrentUser Simone Gotti 2019-04-03 15:06:02 +0200
  • 9d559d49d7 webhook: correctly handle git host and port Simone Gotti 2019-04-03 12:27:09 +0200
  • 3d39553189 project create: user project path Simone Gotti 2019-04-03 11:07:54 +0200
  • 6736f5aebc gw api: require at least one group on runs query api Simone Gotti 2019-04-03 08:52:29 +0200
  • e2bc2043d0 update Dockerfile Simone Gotti 2019-04-03 08:52:00 +0200
  • 7bf2c106e4 serve: set default value for --config to ./config.yml Simone Gotti 2019-04-03 08:53:16 +0200
  • f0e7ce4a96 cmd: implement project/projectgroup variable create Simone Gotti 2019-04-02 11:07:39 +0200
  • 99a6c12f98 project delete: use project ref Simone Gotti 2019-04-02 11:06:45 +0200
  • ed502276ba update configstore for previous wal changes Simone Gotti 2019-04-03 18:11:31 +0200
  • fc891409ca update wal and readdb Simone Gotti 2019-04-01 12:54:43 +0200
  • eb8cd9cc52 gateway: add user registration Simone Gotti 2019-03-29 17:53:15 +0100
  • 704da47afc configstore: createuser also create linked account when requested Simone Gotti 2019-03-29 17:50:51 +0100
  • 3e3a7a0ea5 gateway: move user la and login validation to command layer Simone Gotti 2019-03-29 14:33:41 +0100
  • 75b5b65da3 runservice: check that readdb is initialized Simone Gotti 2019-03-29 12:20:54 +0100
  • e46766829c runservice: rework store and readdb logic Simone Gotti 2019-03-29 12:15:48 +0100
  • 3c5eb71ba8 runservice: make and check that group paths are absolute Simone Gotti 2019-03-29 12:09:32 +0100
  • 48ab496beb *: add api to query last run per group Simone Gotti 2019-03-29 12:00:18 +0100
  • 21447fc59d etcd: allow specifying a revision for a get Simone Gotti 2019-03-29 11:37:22 +0100
  • 1e41e3ad33 gateway/api: report if the run can be restarted Simone Gotti 2019-03-29 09:22:34 +0100
  • c9089c3ccc runservice: allow restart run only if possible Simone Gotti 2019-03-29 09:09:57 +0100
  • 1657a35a6f runservice: refactor fetch phase check Simone Gotti 2019-03-29 09:00:19 +0100
  • 7fa14c1b7a util/path: add PathList function Simone Gotti 2019-03-28 16:02:11 +0100
  • 3e9fcf9d7b wal: add function to return current changes revision Simone Gotti 2019-03-28 16:01:33 +0100
  • 975bc810b3 wal: return error when changes isn't initialized Simone Gotti 2019-03-28 16:01:08 +0100
  • 65c425b22b wal: report when wal is ready Simone Gotti 2019-03-28 15:46:24 +0100
  • d13fe43e19 wal: fix file close Simone Gotti 2019-03-28 15:44:14 +0100
  • 805099b693 wal: don't use path.Base to get changegroup value Simone Gotti 2019-03-28 15:42:45 +0100
  • 0f9a5f9c4b wal: send watch events only when needed Simone Gotti 2019-03-27 20:40:23 +0100
  • 1e1ba89a3f wal: remove additionalwalactions Simone Gotti 2019-03-27 20:39:59 +0100
  • 61b454d4da config environment from variable Simone Gotti 2019-03-18 15:02:32 +0100
  • 50547a6490 initial secret and variables impl Simone Gotti 2019-03-14 14:36:18 +0100
  • 8b92b6f55c initial project group impl Simone Gotti 2019-03-14 14:36:18 +0100
  • 4cacae198f go.mod: update gorilla mux version Simone Gotti 2019-03-18 15:05:43 +0100
  • 3b8a1d684b configstore: use httpError everywhere Simone Gotti 2019-03-14 09:34:05 +0100
  • 8f4a5b29b9 *: implement setup step Simone Gotti 2019-03-13 15:48:35 +0100
  • 41ac92086a *: test on itself Simone Gotti 2019-03-13 12:14:55 +0100
  • b05b377d31 runservice: add option to define custom container entrypoint Simone Gotti 2019-03-13 12:12:32 +0100
  • 16ac6ada66 runservice: add privileged containers options Simone Gotti 2019-03-13 12:11:46 +0100
  • 7d105f1232 configstore: use ErrBadRequest Simone Gotti 2019-03-12 15:12:19 +0100
  • f09602cdc3 *: implement run stop Simone Gotti 2019-03-08 10:02:37 +0100
  • 6f38c48066 *: initial implementation of when conditions Simone Gotti 2019-03-07 18:01:34 +0100
  • a4ad66ac2d gateway: implement initial basic run restart Simone Gotti 2019-03-04 16:12:07 +0100
  • 9d2c133817 runservice implement initial basic run restart Simone Gotti 2019-03-04 16:11:18 +0100
  • f383a0056d gateway gitsources: use owner id for deploy keys and webhook urls Simone Gotti 2019-02-28 17:19:53 +0100
  • 41002efbff *: add organizations Simone Gotti 2019-02-28 15:52:35 +0100
  • e6595b2dba types: add organizations Simone Gotti 2019-02-28 15:53:10 +0100
  • 3c2a06c6b0 Add password utils Simone Gotti 2019-02-21 16:04:00 +0100
  • b2917ad0cd Add dockerfile Simone Gotti 2019-02-21 16:10:30 +0100
  • 715596e650 Add user local runs feature Simone Gotti 2019-02-21 23:01:17 +0100
  • 809b17d250 git hook: initial implementation Simone Gotti 2019-02-22 10:46:48 +0100
  • 6f55ab1d38 Add git save implementation Simone Gotti 2019-02-21 16:06:18 +0100
  • fd486bbe09 gateway: add internal git server repos api Simone Gotti 2019-02-22 09:34:48 +0100
  • 203a41eaf7 Add custom git server Simone Gotti 2019-02-21 16:03:17 +0100
  • cae68c6971 Add our own git gitsource Simone Gotti 2019-02-21 18:08:09 +0100
  • 021a0465ce gateway: initial implementation Simone Gotti 2019-02-21 17:58:25 +0100
  • 4c0edd6374 Add webbundle implementation Simone Gotti 2019-02-21 16:08:02 +0100
  • 18c4b631bf Add git utils Simone Gotti 2019-02-21 23:14:55 +0100
  • ba00398009 Add initial git sources implementations Simone Gotti 2019-02-21 16:06:34 +0100
  • 57c756a5a4 configstore: initial implementation Simone Gotti 2019-02-21 16:08:30 +0100
  • bd21f1f9b5 scheduler: initial basic implementation Simone Gotti 2019-02-21 16:04:33 +0100
  • cbe26c5797 Add makefile Simone Gotti 2019-02-21 15:59:16 +0100
  • 44173ac473 cmd: initial commit Simone Gotti 2019-02-21 15:57:40 +0100
  • 36fc79dfc6 runservice: initial commit Simone Gotti 2019-02-21 15:54:50 +0100
  • 4cd382425c toolbox: initial commit Simone Gotti 2019-02-21 15:57:11 +0100
  • f70dc16738 Add initial agola config format and handling Simone Gotti 2019-03-07 14:42:32 +0100
  • 86e8479de9 Add initial objectstorage wal manager Simone Gotti 2019-02-22 08:45:59 +0100
  • 02ed2871db Add errors utils Simone Gotti 2019-02-21 16:32:01 +0100
  • 6ef77158e3 Add slice utils Simone Gotti 2019-02-21 16:32:27 +0100
  • 11d1920b04 Add time utils Simone Gotti 2019-02-21 16:31:48 +0100
  • 2eea5ab8c6 Add dump util Simone Gotti 2019-02-21 16:30:34 +0100
  • 981aea1284 Add common services types Simone Gotti 2019-02-21 16:04:15 +0100
  • 9daa5c1326 Add internal/common Simone Gotti 2019-02-21 16:07:20 +0100
  • 5bdfb4c084 Add common services configuration Simone Gotti 2019-02-21 16:05:06 +0100
  • 968104c469 Add database helper Simone Gotti 2019-02-21 16:05:54 +0100
  • 7aae1d3e1b Add initial objectstorage implementation Simone Gotti 2019-02-21 16:00:48 +0100
  • fb022c5992 Add etcd sequence implementation Simone Gotti 2019-02-21 16:01:52 +0100
  • e38ba8ea31 Add etcd store Simone Gotti 2019-02-21 16:00:12 +0100
  • 24f4ab6bc0 Add tls util Simone Gotti 2019-02-21 16:23:36 +0100
  • 86d5a85409 Add common logging helper Simone Gotti 2019-02-21 16:05:35 +0100
  • 686d7abedb Initial commit Simone Gotti 2019-02-21 15:56:50 +0100