gitlab-org--gitlab-foss/features/steps/shared
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
..
active_tab.rb Render only issues/mr in subnav depends on context 2016-06-10 19:15:23 +03:00
admin.rb Fix rubocop issues at feature/ directory 2015-06-22 14:21:34 +02:00
authentication.rb Fix Error 500 when one user attempts to access a personal, internal snippet 2015-06-19 21:23:46 -07:00
builds.rb Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
diff_note.rb Merge branch 'master' into faster-diffs 2016-07-07 18:05:34 -04:00
group.rb Signed in admin should be able to add/remove himself to a group 2015-12-01 20:53:43 -02:00
issuable.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
markdown.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
note.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
paths.rb Move group activity feed to separate page for consistency with dashboard and project pages 2016-03-10 14:29:38 +01:00
project.rb Updated tests 2016-07-05 09:06:38 +01:00
project_tab.rb Rename Repo -> Repository 2016-06-21 07:54:02 -07:00
search.rb Updating to persist a params snippets variable 2014-09-05 13:30:55 -04:00
shortcuts.rb Fix shortcuts tests 2016-05-16 17:36:06 -05:00
sidebar_active_tab.rb Modify tests to match new navigation behaviour for project pages 2016-05-16 12:36:27 -05:00
snippet.rb fix for public snippet 2014-10-24 11:52:52 +03:00
user.rb Add click to tab steps 2016-03-01 17:42:39 -05:00