- 26 Oct, 2016 3 commits
-
-
Stan Hu authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 07 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Oct, 2016 2 commits
-
-
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 1 commit
-
-
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
-
- 12 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 31 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 25 Aug, 2016 1 commit
-
-
De Wet Blomerus authored
-
- 12 Aug, 2016 1 commit
-
-
Kamil Trzcinski 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.
-