Commit Graph

  • 6d1f159500 tests: add wait function in place of sleep Simone Gotti 2019-08-30 10:03:22 +0200
  • 409033c9a8
    Merge pull request #91 from sgotti/cmd_fix_variable_create_update Simone Gotti 2019-08-29 18:06:28 +0200
  • 53dad95cd0 cmd: fix variable create/update Simone Gotti 2019-08-29 16:14:07 +0200
  • afcd05244f
    Merge pull request #89 from camandel/update_doc_devel Simone Gotti 2019-08-20 09:55:37 +0200
  • 985c17f66b update example in devel doc Carlo Mandelli 2019-08-19 10:16:54 +0200
  • 8a05513db6
    Merge pull request #88 from sgotti/fix_check_task_and_parent_common_deps Simone Gotti 2019-08-12 23:34:37 +0200
  • 79c74e9423 config: fix check on task and parents with common deps Simone Gotti 2019-08-12 23:11:19 +0200
  • b113018283
    Merge pull request #86 from sgotti/user_direct_run_variables Simone Gotti 2019-08-07 11:22:12 +0200
  • 488007fcf3
    Merge pull request #85 from sgotti/update_dockerfile Simone Gotti 2019-08-07 11:21:21 +0200
  • 2676770336 userdirectrun: add options to define variables Simone Gotti 2019-08-05 17:33:30 +0200
  • b9cf9d7a9c Dockerfile: update to debian buster Simone Gotti 2019-08-05 09:15:21 +0200
  • 252bd95a58
    Merge pull request #84 from sgotti/executor_listen_wildcard Simone Gotti 2019-08-06 15:18:46 +0200
  • e31b0b47ef executor: listen on wildcard address Simone Gotti 2019-08-06 11:14:28 +0200
  • 7623202048
    Merge pull request #78 from sgotti/config_run_when Simone Gotti 2019-08-06 11:25:22 +0200
  • db742a6cd6 config: add run when field Simone Gotti 2019-08-01 18:16:34 +0200
  • 4fe4631729
    Merge pull request #83 from sgotti/user_direct_run_custom_branch_tag_ref Simone Gotti 2019-08-05 16:06:44 +0200
  • 4ec0b33eb4 userdirectrun: allow setting destination branch/tag/ref Simone Gotti 2019-08-02 10:03:28 +0200
  • 0da52e2d8a
    Merge pull request #82 from sgotti/tests_test_also_clone_step Simone Gotti 2019-08-05 14:33:19 +0200
  • c17772040b tests: test also clone step Simone Gotti 2019-08-05 11:10:30 +0200
  • 1c96b5fbff
    Merge pull request #81 from sgotti/docker_driver_use_fixed_client_api_version Simone Gotti 2019-08-04 23:56:17 +0200
  • f082ee52db
    Merge pull request #80 from sgotti/docker_driver_use_toolbox_exec Simone Gotti 2019-08-04 23:55:57 +0200
  • df66cfc736 docker driver: use fixed client api version Simone Gotti 2019-08-04 18:31:07 +0200
  • b3672bf927 docker driver: use toolbox exec Simone Gotti 2019-08-04 15:38:58 +0200
  • b333b6f423
    Merge pull request #77 from sgotti/export_api_client_types Simone Gotti 2019-08-02 14:41:50 +0200
  • c1ff28ef9f *: export clients and related types Simone Gotti 2019-07-31 15:39:07 +0200
  • a52b52865c
    Merge pull request #76 from sgotti/configstore_internal_types Simone Gotti 2019-08-02 10:58:26 +0200
  • 9371e407ee
    Merge pull request #75 from sgotti/remove_util_time Simone Gotti 2019-08-02 10:42:37 +0200
  • fd26e617b3 configstore: move configstore types inside configstore package Simone Gotti 2019-07-31 15:17:54 +0200
  • d0c5621201 util: remove time.go Simone Gotti 2019-08-01 14:14:56 +0200
  • e48a28d5b9
    Merge pull request #71 from sgotti/executor_set_task_endtime_when_marking_task_failed Simone Gotti 2019-07-29 14:43:13 +0200
  • 43e445f3aa
    Merge pull request #70 from sgotti/executor_fix_task_endtime_setup_step_failed Simone Gotti 2019-07-29 14:43:02 +0200
  • fe90eecf62
    Merge pull request #69 from sgotti/runservice_fix_executor_delete Simone Gotti 2019-07-29 14:42:41 +0200
  • b81ad4cd8c runservice: fix/improve executor delete logic Simone Gotti 2019-07-26 18:48:12 +0200
  • 504cd3d6dc
    Merge pull request #68 from sgotti/runservice_maintenance_export_import Simone Gotti 2019-07-29 12:05:38 +0200
  • f812597410 runservice: maintenance/export/import Simone Gotti 2019-07-25 15:54:58 +0200
  • 1034b3afdb
    Merge pull request #67 from sgotti/configstore_maintenance_export_import Simone Gotti 2019-07-29 11:11:02 +0200
  • 0ecfc24def executor: fix typo in setting task endTime when setup failed Simone Gotti 2019-07-26 19:03:06 +0200
  • 1707be9528 executor: set task endTime when marking as failed Simone Gotti 2019-07-29 09:58:17 +0200
  • fafa5188c2 configstore: maintenance/export/import Simone Gotti 2019-07-17 19:52:25 +0200
  • f3fa229f6c util: add GoWait function Simone Gotti 2019-07-26 10:15:28 +0200
  • e2526a6399
    Merge pull request #66 from sgotti/util_backoff_use_context Simone Gotti 2019-07-26 10:54:54 +0200
  • bd035e9840 util: use context in backoff Simone Gotti 2019-07-25 15:55:52 +0200
  • 335d1a2aad
    Merge pull request #65 from sgotti/readdb_close_open_on_run Simone Gotti 2019-07-26 10:18:29 +0200
  • ceafc2ef98 readdb: close and open readdb on Run Simone Gotti 2019-07-24 15:20:41 +0200
  • d18c878d4d
    Merge pull request #64 from sgotti/use_sleep_timers_loops Simone Gotti 2019-07-25 17:56:46 +0200
  • 6f3798e8fe *: use sleep timer in loops Simone Gotti 2019-07-25 15:53:26 +0200
  • 9481b8d67d
    Merge pull request #62 from sgotti/db_use_context Simone Gotti 2019-07-25 16:22:10 +0200
  • b8c2b4020a db: use context functions Simone Gotti 2019-07-25 10:46:02 +0200
  • 5c87d89c72
    Merge pull request #63 from sgotti/datamanager_export_import Simone Gotti 2019-07-25 14:49:16 +0200
  • 3404cb94b9 datamanager: implement import/export Simone Gotti 2019-07-17 17:16:35 +0200
  • af4aa58903
    Merge pull request #61 from sgotti/datamanager_maintenance_mode Simone Gotti 2019-07-25 10:58:40 +0200
  • 3987caf664 datamanager: implement maintenance mode Simone Gotti 2019-07-17 17:13:35 +0200
  • e0a6e78cf3
    Merge pull request #60 from sgotti/go_mod_update_xerrors Simone Gotti 2019-07-24 17:00:34 +0200
  • 5a16b72adb
    Merge pull request #59 from sgotti/db_retry_on_sqlite_locked_err Simone Gotti 2019-07-24 17:00:14 +0200
  • 2800f6cd6e go mod: update golang.org/x/xerrors Simone Gotti 2019-07-24 15:19:36 +0200
  • 3297244d5d db: retry on sqlite locked error Simone Gotti 2019-07-24 12:16:43 +0200
  • 77ee8d9e7d
    Merge pull request #58 from sgotti/readdb_fix_deadlock Simone Gotti 2019-07-23 15:47:05 +0200
  • 19706fe485
    Merge pull request #57 from sgotti/runservice_stop_also_if_result_is_not_set Simone Gotti 2019-07-23 15:09:58 +0200
  • 85876310af readdb: fix deadlock in Run method Simone Gotti 2019-07-23 14:24:21 +0200
  • 75d68b2b52 runservice: stop run also if result is not set Simone Gotti 2019-07-23 12:11:01 +0200
  • ea3e0d1d7c
    Merge pull request #56 from sgotti/datamanager_multiple_improvements v0.1.1 Simone Gotti 2019-07-19 11:12:16 +0200
  • 3a963ef95f readdb: error if there's no wal in etcd Simone Gotti 2019-07-18 13:43:28 +0200
  • 3f64bda0cc readdb: save walSequence provided by data file Simone Gotti 2019-07-18 13:39:12 +0200
  • 16820e9033 readdb: insert current wal sequence after checking wal status Simone Gotti 2019-07-17 16:58:43 +0200
  • f7175c4592 datamanager: save previous wal in waldata Simone Gotti 2019-07-18 15:16:10 +0200
  • 18c5ae0492 datamanager: error if there're wals but not a datastatus in ost Simone Gotti 2019-07-18 14:54:28 +0200
  • c034819087 datamanager: accept optional datastatus in initEtcd Simone Gotti 2019-07-18 14:54:07 +0200
  • df716fccc6 datamanager: create a new wal and checkpoint in initEtcd Simone Gotti 2019-07-18 13:34:10 +0200
  • cb2a871be6 datamanager: start initEtcd from last datastatus Simone Gotti 2019-07-18 15:02:11 +0200
  • 445ef24daa datamanager: add option to force a checkpoint Simone Gotti 2019-07-18 14:58:42 +0200
  • 512162bf98 datamanager: clean etcd data before reinitialization Simone Gotti 2019-07-17 17:05:35 +0200
  • 8fbb9fdcbe datamanager: add deleteEtcd method Simone Gotti 2019-07-17 17:09:36 +0200
  • 21964f90fd etcd: add DeletePrefix method Simone Gotti 2019-07-17 17:01:44 +0200
  • 1927a17857
    Merge pull request #52 from sgotti/readme_add_features Simone Gotti 2019-07-15 17:31:55 +0200
  • e3e9e162cd README: Add "features" and "documentation" sections Simone Gotti 2019-07-15 17:08:13 +0200
  • 44adad61a4 README: add link to agola introduction post Simone Gotti 2019-07-15 00:15:40 +0200
  • 94462e6ee4 README: add screenshot Simone Gotti 2019-07-14 18:15:00 +0200
  • 86d822a247 service: handle cors config and use it only on gateway v0.1.0 Simone Gotti 2019-07-13 23:15:00 +0200
  • 5483620fb0 gateway: return project if the project is public Simone Gotti 2019-07-12 23:41:34 +0200
  • f61a6068c2 cmd/serve: don't make --config required Simone Gotti 2019-07-12 17:26:00 +0200
  • 973c72976c README: add contacts and contributing info Simone Gotti 2019-07-12 10:13:53 +0200
  • cf0b7f8ded add initial integration tests Simone Gotti 2019-05-29 13:35:20 +0200
  • b80710e2f0 k8s driver: start goroutines after setup Simone Gotti 2019-07-10 21:55:26 +0200
  • 940264e413 runservice: add lock around compatchangegroups Simone Gotti 2019-07-10 10:20:35 +0200
  • c064e490b2 datamanager: add lock around compatchangegroups and initetcd Simone Gotti 2019-07-10 10:20:03 +0200
  • 276c045c3b configstore: add parenttype to related tables Simone Gotti 2019-07-09 10:16:45 +0200
  • 8b7a5602e0 configstore: fix project/projectgroup rename Simone Gotti 2019-07-08 18:12:42 +0200
  • 25322a6d81 github: fix retrieving commit sha for signed tags Simone Gotti 2019-07-08 17:21:24 +0200
  • 11a2ff48d6 runservice: delete executor task early Simone Gotti 2019-07-08 16:03:14 +0200
  • 7aea06fce8 k8s driver: use right node selector on old k8s versions Simone Gotti 2019-07-08 13:51:31 +0200
  • 378ee352c0 cmd: implement secret update Simone Gotti 2019-07-08 10:32:59 +0200
  • 34d36e9e24 gateway: implement secret update Simone Gotti 2019-07-08 10:32:45 +0200
  • 289e691a58 configstore: implement secret update Simone Gotti 2019-07-08 10:32:32 +0200
  • 6508fd2b53 secret create: read values from yaml file/stdin Simone Gotti 2019-07-08 09:58:11 +0200
  • 95f0df8576 README: add agola run status badge Simone Gotti 2019-07-08 09:39:52 +0200
  • 45a460ebc0 runservice: handle run not existing Simone Gotti 2019-07-08 09:30:15 +0200
  • 8c2f37d47c cmd: implement variable update Simone Gotti 2019-07-06 15:25:57 +0200
  • 49c1c263fd gateway: implement variable update Simone Gotti 2019-07-06 15:25:45 +0200
  • ac0c1fc2bd configstore: implement variable update Simone Gotti 2019-07-06 15:25:24 +0200
  • 28c44ce1fc configstore: update/fix remotesource rename Simone Gotti 2019-07-06 14:40:31 +0200