gitlab-org--gitlab-foss/app/views/projects/commit
Kamil Trzcinski 39203f1adf Pre-create all builds for Pipeline when a trigger is received
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.
2016-08-11 15:22:35 +02:00
..
_builds.html.haml Rename all ci_commit[s] in application code to pipeline[s] 2016-06-03 16:27:50 +02:00
_change.html.haml Only show branches for revert / cherry-pick 2016-06-13 11:05:22 +01:00
_ci_menu.html.haml Move to Gitlab::Diff::FileCollection 2016-08-03 07:00:20 +02:00
_ci_stage.html.haml Get rid of pluralize on stage names 2016-07-06 11:09:28 -05:00
_commit_box.html.haml Fixed issue with dropdown buttons 2016-06-17 09:49:50 +01:00
_pipeline.html.haml Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
branches.html.haml
builds.html.haml
show.html.haml Introduce Compare model in the codebase. 2016-08-03 07:00:20 +02:00