summaryrefslogtreecommitdiff
path: root/app/models/ci/stage.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+3
* Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-0/+11
* Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-64/+0
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+8
* Fix Rubocop offense in CI/CD stage codefix/gb/passed-with-warnings-status-on-mysqlGrzegorz Bizon2017-03-081-1/+1
* Fix `passed with warnings` stage status on MySQLGrzegorz Bizon2017-03-081-3/+3
* Fix warnings argument memoization in CI/CD stagefeature/success-warning-icons-in-stages-buildsGrzegorz Bizon2017-01-191-1/+5
* Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-181-2/+3
* Add concrete success warning status to stage factoryGrzegorz Bizon2017-01-111-0/+8
* Add tests for stage API endpointKamil Trzcinski2016-12-201-0/+4
* Improve readability in methods for detailed statusGrzegorz Bizon2016-12-131-1/+3
* Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-121-2/+2
* Code reviewKamil Trzcinski2016-12-071-1/+3
* Fix test failuresKamil Trzcinski2016-12-061-3/+3
* Added Stage testsKamil Trzcinski2016-12-061-0/+4
* Add Ci::Status::StageKamil Trzcinski2016-12-061-0/+2
* Preserve stage values and use StaticModelKamil Trzcinski2016-12-061-5/+11
* Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski2016-12-061-0/+23