- 19 May, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 09 May, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 07 Apr, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 04 Apr, 2017 1 commit
-
-
Rydkin Maxim authored
fix changelog MR reference add non-HEAD builds finder and add `created` pipelines to scope add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec more refactoring for spec adds option for auto-cancel into CI/CD settings fix spec to new configuration fix rubocop fix schema.rb fix schema.rb replace Gitlab 9.0 with 9.1 in doc change wording on pipeline settings added auto_canceled_by field as identifier of autocancel subject remove unnecessary index replace service with retry_lock replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model) fix schema.rb fix schema.rb remove projekt attribute and clean up spec clean up spec withcouple of shared examples added spec for "It does not cancel current pipeline" scenario add some specs to auto-cancel add spec for another branch pipelines
-
- 20 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Mar, 2017 1 commit
-
-
Kamil Trzcinski authored
Order: failed pending running manual canceled success skipped created
-
- 06 Mar, 2017 6 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 18 Jan, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Dec, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 19 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 17 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
* Introduce `HasStatus.cancelable` which we might be able to cancel * Cancel and check upon `cancelable` * Also cancel on `CommitStatus` rather than just `Ci::Build` Fixes #23635 Fixes #17845
-
- 18 Oct, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 04 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 03 Oct, 2016 4 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
which merges previous exclude_ignored_jobs and failed_but_allowed, so that we don't treat ignored a special case in HasStatus.
-
- 01 Oct, 2016 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
also respect this ignorance. Address feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6604#note_16273363
-
- 30 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 29 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 18 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Sep, 2016 1 commit
-
- 12 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 25 Aug, 2016 1 commit
-
-
De Wet Blomerus authored
-
- 19 Aug, 2016 1 commit
-
- 15 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 11 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
This change simplifies a Pipeline processing by introducing a special new status: created. This status is used for all builds that are created for a pipeline. We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped). This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled. This also allows us to visualise a full pipeline (with created builds). This also removes an after_touch used for updating a pipeline state parameters. Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
-
- 10 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 18 Jul, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 27 Apr, 2016 1 commit
-
-
Grzegorz Bizon authored
This status will be returned only when there are no failed jobs that are not allowed to fail.
-