39203f1adf
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. |
||
---|---|---|
.. | ||
ci | ||
abuse_reports.rb | ||
appearances.rb | ||
award_emoji.rb | ||
broadcast_messages.rb | ||
commit_statuses.rb | ||
commits.rb | ||
deploy_keys_projects.rb | ||
deployments.rb | ||
emails.rb | ||
environments.rb | ||
events.rb | ||
file_uploader.rb | ||
forked_project_links.rb | ||
group_members.rb | ||
groups.rb | ||
identities.rb | ||
issues.rb | ||
keys.rb | ||
label_links.rb | ||
labels.rb | ||
lfs_objects.rb | ||
lfs_objects_projects.rb | ||
merge_requests.rb | ||
milestones.rb | ||
namespaces.rb | ||
notes.rb | ||
notification_settings.rb | ||
oauth_access_tokens.rb | ||
oauth_applications.rb | ||
personal_access_tokens.rb | ||
personal_snippets.rb | ||
project_group_links.rb | ||
project_hooks.rb | ||
project_members.rb | ||
project_snippets.rb | ||
project_wikis.rb | ||
projects.rb | ||
protected_branches.rb | ||
releases.rb | ||
sent_notifications.rb | ||
service_hooks.rb | ||
services.rb | ||
snippets.rb | ||
spam_logs.rb | ||
system_hooks.rb | ||
todos.rb | ||
u2f_registrations.rb | ||
users.rb | ||
wiki_pages.rb |