Commit graph

17 commits

Author SHA1 Message Date
gfyoung
265478ad74 Enable frozen string in apps/services/**/*.rb
For directories application_settings --> labels.

Partially addresses #47424.
2018-07-16 12:36:41 -07:00
Kamil Trzcinski
f2a4420d66
Store retried in database for CI builds 2017-05-07 22:43:53 +02:00
Grzegorz Bizon
fc121cca5b Do not reprocess actions when user retries pipeline
User who is not allowed to trigger manual actions should not be
allowed to reprocess / retrigger / retry these actions.
2017-05-05 19:35:32 +02:00
Kamil Trzcinski
8a1c12aa6f
Introduce endpoint optimisations 2017-04-06 14:33:17 +02:00
Grzegorz Bizon
8c59489c93 Do not retry jobs multiple times when retrying a pipeline 2017-03-27 09:11:29 +02:00
Grzegorz Bizon
ed98680678 Process skipped jobs in the pipeline when retrying it 2017-02-23 11:44:49 +01:00
Grzegorz Bizon
1965482f12 Reprocess jobs in stages once when retrying pipeline 2017-02-22 09:06:58 +01:00
Grzegorz Bizon
d16eed3b09 Fix reprocessing skipped jobs when retrying pipeline 2017-02-22 08:39:50 +01:00
Grzegorz Bizon
b9cc02a68e Remove support for locking in pipeline retry service 2017-02-17 14:36:43 +01:00
Grzegorz Bizon
9c37a26cc7 Close all pipeline todos at once when retrying it 2017-02-15 11:02:05 +01:00
Grzegorz Bizon
056f1b7020 Simplify implementation of pipeline retry service 2017-02-14 13:29:58 +01:00
Grzegorz Bizon
94495f984c Use new pipeline retry service with optimistic locking 2017-02-14 12:20:02 +01:00
Grzegorz Bizon
346a7c696a Add after_stage scope to commit status class 2017-02-14 11:38:19 +01:00
Grzegorz Bizon
c0db4400f4 Preserve base service abstraction for retry services 2017-02-14 11:27:14 +01:00
Grzegorz Bizon
21401a39b8 Fix Rubocop offense in pipeline retry service 2017-02-13 20:03:18 +01:00
Grzegorz Bizon
c65e96061b Implement new pipeline retry service
The new service takes stages order into account.
2017-02-13 16:38:08 +01:00
Grzegorz Bizon
19ef4083f3 Add a separate CI/CD pipeline retry service class 2017-02-13 15:14:40 +01:00