gitlab-org--gitlab-foss/spec/features/merge_requests
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
..
award_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
cherry_pick_spec.rb Add tests 2016-04-20 14:28:43 +02:00
create_new_mr_spec.rb Prevent private project name and namespace from leaking in the new MR view 2016-04-25 15:32:44 -04:00
created_from_fork_spec.rb Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
diffs_spec.rb Remove flaky diff note tests for now 2016-07-20 18:36:48 -06:00
edit_mr_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
filter_by_milestone_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
merge_when_build_succeeds_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
only_allow_merge_if_build_succeeds.rb Rename MergeRequest methods that return commits or shas to be more clear and consistent 2016-07-06 18:50:58 -04:00
toggle_whitespace_changes.rb Syntax and code improvements 2016-04-26 14:01:40 -05:00
user_lists_merge_requests_spec.rb State specific default sort order for issuables 2016-08-01 11:28:56 +02:00