summaryrefslogtreecommitdiff
path: root/app/models/concerns/has_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-166/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-6/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-3/+19
* New interruptible attribute supported in YAML parsing.Cédric Tabin2019-09-051-0/+1
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Optimise DAG processingoptimise-dag-processingKamil Trzciński2019-08-141-0/+5
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-32/+34
* Backport EE changesmc/feature/pipeline-tracking-ceMatija Čupić2019-05-061-0/+4
* Add :preparing status to HasStatusTiger2019-03-201-6/+11
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-5/+5
* Change the order of status_sql to avoid the query for scheduled status at the...Shinya Maeda2018-10-021-1/+1
* Optimize query formatShinya Maeda2018-10-021-1/+1
* Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-1/+1
* Update pipelines and stages status as wellShinya Maeda2018-10-021-0/+2
* Add a new status to ci_builds.statusShinya Maeda2018-10-021-7/+9
* Squashed commit of the following:Shinya Maeda2018-10-021-1/+2
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+2
* Add a additional scope related to alive CI/CD statusesGrzegorz Bizon2017-10-051-0/+1
* Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-261-4/+0
* Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-201-1/+1
* Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-111-1/+1
* Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-8/+4
* Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+10
* Check warnings when building compound status SQL queryGrzegorz Bizon2017-06-201-10/+13
* Move custom compound status method to commit statusGrzegorz Bizon2017-06-201-3/+1
* Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon2017-06-201-1/+3
* Exclude manual actions from cancelable jobs scopefix/gb/exclude-manual-actions-from-cancelable-jobsGrzegorz Bizon2017-05-191-1/+1
* Count number of queriesKamil Trzcinski2017-04-071-1/+1
* add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+1
* Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-201-0/+1
* Sort builds in stage dropdownKamil Trzcinski2017-03-071-1/+1
* Extend specs for pipelines with manual blocking actionsGrzegorz Bizon2017-03-061-0/+4
* Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-061-2/+2
* Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-9/+9
* Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-2/+3
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-12/+9
* Make manual actions blockingKamil Trzcinski2017-03-061-3/+7
* Enable Style/MutableConstantDouwe Maan2017-02-231-6/+6
* Add a default status const to common status concernGrzegorz Bizon2017-01-181-0/+1
* Fix success statusKamil Trzcinski2016-12-071-1/+1
* Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+2
* Fix handling of skipped vs success statusKamil Trzcinski2016-12-061-3/+3
* Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski2016-11-191-0/+1
* Improve how we could cancel pipelines:Lin Jen-Shin2016-11-171-0/+4
* Move build order array to HasStatus module21192-retried-buildsAnnabel Dunstone Gray2016-10-181-0/+1
* Introduce all_state_names so that we could avoid NOT INLin Jen-Shin2016-10-051-0/+4