summaryrefslogtreecommitdiff
path: root/app/models/ci/stage.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-11-stable-eev15.11.0-rc42GitLab Bot2023-04-201-2/+1
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-0/+3
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-6/+15
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+0
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+0
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eeGitLab Bot2021-05-141-6/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+10
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+2
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+3
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-2/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-1/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-2/+7
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+4
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Add :preparing status to HasStatusTiger2019-03-201-1/+6
* Add a new relation between a stage and related bridgesGrzegorz Bizon2019-01-251-0/+1
* Make Ci::Stage status transition event consistent with Ci::PipelineShinya Maeda2018-10-041-2/+2
* Update pipelines and stages status as wellShinya Maeda2018-10-021-0/+5
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+4
* Do not update stage status when it is just createdGrzegorz Bizon2018-05-251-2/+1
* DRY creating groups of common builds in a stageGrzegorz Bizon2018-05-231-5/+1
* Preload number of warnings in every stage in a pipelineGrzegorz Bizon2018-05-221-1/+12
* Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-0/+18
* Use stages position column to track stage indexGrzegorz Bizon2018-05-011-3/+3
* Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-3/+3
* Use database query to calculate average stage positionGrzegorz Bizon2018-04-241-5/+7
* Ensure that an imported pipeline stage can be updatedGrzegorz Bizon2018-04-241-1/+9
* Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-3/+6
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-1/+1
* Set a default CI/CD status when it is not knownfix/gb/fix-invalid-stage-status-transitionGrzegorz Bizon2017-08-221-0/+4
* Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-161-2/+2
* Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-311-2/+0
* Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-1/+1
* Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-261-1/+1
* Update related stage status when job status is changedGrzegorz Bizon2017-07-241-0/+2
* Implement method that updates a stage statusGrzegorz Bizon2017-07-201-0/+47
* Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-201-1/+1
* Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-2/+2
* Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-0/+5