summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/status
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' Kamil TrzciƄski2017-01-237-110/+471
|\
| * Extend pipeline detailed status factory specsGrzegorz Bizon2017-01-121-17/+28
| * Fix a Rubocop offense in detailed status factoryGrzegorz Bizon2017-01-121-1/+1
| * Use detailed status for failed but allowed buildsGrzegorz Bizon2017-01-121-12/+113
| * Expose methods that match statuses in status factoriesGrzegorz Bizon2017-01-121-17/+45
| * Make it possible to combine extended CI/CD statusesGrzegorz Bizon2017-01-121-7/+90
| * Add extended status for build failed but allowed toGrzegorz Bizon2017-01-111-0/+110
| * Add specs for two new methods defined in stage classGrzegorz Bizon2017-01-111-1/+0
| * Add concrete success warning status to stage factoryGrzegorz Bizon2017-01-114-71/+100
| * Extract abstract success with warnings CI/CD statusGrzegorz Bizon2017-01-112-2/+2
* | Add detailed statuses for external commit statusesGrzegorz Bizon2017-01-172-0/+77
|/
* Update status group name for success with warningsGrzegorz Bizon2016-12-161-0/+4
* Make CI/CD detailed status group concept explicitGrzegorz Bizon2016-12-1611-0/+52
* Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-144-4/+4
* Extend tests for pipeline detailed status helpersGrzegorz Bizon2016-12-131-12/+18
* Add tests for common build detailed status helpersGrzegorz Bizon2016-12-131-0/+37
* Add tests for detailed build statuses factoryGrzegorz Bizon2016-12-131-0/+141
* Add tests for build cancelable/retryable statusesGrzegorz Bizon2016-12-132-0/+172
* Extend specs for build play/stop detailed statusesGrzegorz Bizon2016-12-132-7/+55
* Refine build stop/play extended status specsGrzegorz Bizon2016-12-132-31/+31
* Add specs for build stop extended detailed statusGrzegorz Bizon2016-12-121-0/+59
* Add tests for build play extended detailed statusGrzegorz Bizon2016-12-121-0/+59
* Fix some detailed statuses specs related to abilitiesGrzegorz Bizon2016-12-127-17/+41
* Fix tests related to detailed statuses and permissionsGrzegorz Bizon2016-12-1214-41/+45
* Code reviewKamil Trzcinski2016-12-072-7/+3
* Add Ci::Status::FactoryKamil Trzcinski2016-12-071-0/+26
* Added Ci::Stage specsKamil Trzcinski2016-12-063-8/+10
* Fix test failuresKamil Trzcinski2016-12-062-4/+6
* Added Stage testsKamil Trzcinski2016-12-062-0/+59
* Add text example for pipeline status without actionrefine-ci-statusesGrzegorz Bizon2016-12-061-1/+3
* Extend tests for pipeline status factoryGrzegorz Bizon2016-12-051-3/+16
* Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-051-0/+37
* Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0511-11/+11
* Implement extended pipeline - status with warningsGrzegorz Bizon2016-12-022-0/+77
* Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-021-0/+23
* Add information about badge test to core statusesGrzegorz Bizon2016-12-027-0/+28
* Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-024-0/+0
* Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-027-1/+107
* Add abstract base class for core CI statusGrzegorz Bizon2016-12-021-0/+2
* Add initial implmentation for core success statusGrzegorz Bizon2016-12-021-0/+11