gitlab-org--gitlab-foss/spec/features
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
..
admin fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
atom fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
dashboard fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
groups/members
issuables
issues fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
merge_requests Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
profiles
projects Merge branch 'adambuckland/gitlab-ce-19727-sort-submodules-with-files' 2016-08-09 18:45:25 -05:00
security
tags
todos fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
builds_spec.rb
ci_lint_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
commits_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
compare_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
container_registry_spec.rb
dashboard_issues_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
dashboard_milestones_spec.rb
environments_spec.rb
expand_collapse_diffs_spec.rb
gitlab_flavored_markdown_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
groups_spec.rb
help_pages_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
issues_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
login_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
markdown_spec.rb
milestone_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
notes_on_merge_requests_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
participants_autocomplete_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
password_reset_spec.rb
pipelines_settings_spec.rb
pipelines_spec.rb Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
profile_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
projects_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
protected_branches_spec.rb
runners_spec.rb
search_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
signup_spec.rb
task_lists_spec.rb
triggers_spec.rb
u2f_spec.rb
users_spec.rb
variables_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00