summaryrefslogtreecommitdiff
path: root/spec/models/ci/stage_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix coding offenceShinya Maeda2018-12-041-2/+2
* fix wordingShinya Maeda2018-12-031-1/+1
* Fix the coding styleShinya Maeda2018-12-031-2/+2
* Validate enum uniquenessShinya Maeda2018-12-031-0/+2
* fix method name in stage specAlessio Caiazza2018-10-041-2/+2
* Add unit tests for CommitStatus and Ci::StageShinya Maeda2018-10-021-0/+24
* Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+13
* Fix Rubocop offenses in pipeline stage specsGrzegorz Bizon2018-05-251-10/+9
* Add specs for stage detailed status and warningsGrzegorz Bizon2018-05-251-1/+103
* Do not update stage status when it is just createdGrzegorz Bizon2018-05-251-1/+25
* Use stages position column to track stage indexGrzegorz Bizon2018-05-011-6/+6
* Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-6/+6
* Use database query to calculate average stage positionGrzegorz Bizon2018-04-241-5/+19
* Reorder before block contents in stage entity specsGrzegorz Bizon2018-04-241-1/+2
* Ensure that an imported pipeline stage can be updatedGrzegorz Bizon2018-04-241-1/+18
* Set a default CI/CD status when it is not knownfix/gb/fix-invalid-stage-status-transitionGrzegorz Bizon2017-08-221-0/+11
* Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-161-2/+2
* Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-4/+4
* Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-241-0/+19
* Implement method that updates a stage statusGrzegorz Bizon2017-07-201-2/+20
* Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-0/+21
* Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+21
* Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-262/+0
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-0/+4
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-2/+31
* Fix `passed with warnings` stage status on MySQLGrzegorz Bizon2017-03-081-4/+13
* Fix warnings argument memoization in CI/CD stagefeature/success-warning-icons-in-stages-buildsGrzegorz Bizon2017-01-191-5/+19
* Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-181-5/+15
* Add specs for two new methods defined in stage classGrzegorz Bizon2017-01-111-0/+48
* Fix stage and pipeline specs and rubocop offenses19703-direct-link-pipelinesGrzegorz Bizon2016-12-201-1/+1
* Fix broken testFilipa Lacerda2016-12-201-1/+1
* Improve specsKamil Trzcinski2016-12-201-2/+4
* Add tests for stage API endpointKamil Trzcinski2016-12-201-0/+11
* Fix detailed status specs for pipeline stage modelGrzegorz Bizon2016-12-121-1/+3
* Added Ci::Stage specsKamil Trzcinski2016-12-061-0/+133