summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Make sure TraceReader uses Encoding.default_externalfix-trace-reader-encodingLin Jen-Shin2017-01-261-0/+1
* Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' Kamil Trzciński2017-01-237-53/+94
|\
| * Add a default status const to common status concernGrzegorz Bizon2017-01-181-1/+1
| * Extract compound statuses method in status factoryGrzegorz Bizon2017-01-181-3/+7
| * Use detailed status for failed but allowed buildsGrzegorz Bizon2017-01-121-2/+5
| * Expose methods that match statuses in status factoriesGrzegorz Bizon2017-01-121-15/+10
| * Make it possible to combine extended CI/CD statusesGrzegorz Bizon2017-01-121-6/+12
| * Add extended status for build failed but allowed toGrzegorz Bizon2017-01-111-0/+27
| * Add concrete success warning status to stage factoryGrzegorz Bizon2017-01-114-18/+7
| * Extract abstract success with warnings CI/CD statusGrzegorz Bizon2017-01-114-32/+49
* | Link external commit status badge to a target URLGrzegorz Bizon2017-01-171-2/+2
* | Add detailed statuses for external commit statusesGrzegorz Bizon2017-01-172-0/+35
* | Do not check for valid url for .gitlab-ci.ymlZ.J. van de Weg2017-01-051-1/+0
|/
* Improve how we calculate detailed status group nameGrzegorz Bizon2016-12-161-1/+1
* Update status group name for success with warningsGrzegorz Bizon2016-12-161-1/+1
* Make CI/CD detailed status group concept explicitGrzegorz Bizon2016-12-163-8/+9
* Make it possible to mix `Gitlab::Routing` inGrzegorz Bizon2016-12-131-1/+1
* Extract abilities checking module from ability modelGrzegorz Bizon2016-12-131-1/+1
* Refine build stop/play extended status specsGrzegorz Bizon2016-12-131-4/+4
* Use manual build icon in play/stop build statusesGrzegorz Bizon2016-12-132-4/+12
* Add specs for build stop extended detailed statusGrzegorz Bizon2016-12-121-4/+0
* Fix build stop extended status CSS classGrzegorz Bizon2016-12-121-4/+0
* Fix path to build status details in common helpersGrzegorz Bizon2016-12-121-1/+1
* Add action_class/action_titleKamil Trzcinski2016-12-125-3/+30
* Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-124-5/+5
* Fix some detailed statuses specs related to abilitiesGrzegorz Bizon2016-12-122-1/+2
* Incorporate permission checks into new CI statusesGrzegorz Bizon2016-12-1211-49/+60
* Refactor ci status factories to DRY code a littleGrzegorz Bizon2016-12-125-29/+28
* Check permission of detailsKamil Trzcinski2016-12-124-7/+7
* Introduce `cancelable` and `returnable` [ci skip]Kamil Trzcinski2016-12-125-35/+64
* Improve actionsKamil Trzcinski2016-12-124-18/+106
* Added Ci::Status::BuildKamil Trzcinski2016-12-123-3/+76
* Add Ci::Status::FactoryKamil Trzcinski2016-12-073-51/+50
* Fix test failuresKamil Trzcinski2016-12-061-2/+2
* Added Stage testsKamil Trzcinski2016-12-061-1/+1
* Add Ci::Status::StageKamil Trzcinski2016-12-062-0/+63
* Improve support for icons in new detailed statusesGrzegorz Bizon2016-12-062-1/+5
* Untangle status label and text in ci status helperGrzegorz Bizon2016-12-061-0/+11
* Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-051-0/+39
* Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0512-49/+43
* Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-022-4/+5
* Add information about badge test to core statusesGrzegorz Bizon2016-12-028-0/+32
* Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-024-0/+64
* Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-028-7/+53
* Add abstract base class for core CI statusGrzegorz Bizon2016-12-022-1/+42
* Add initial implmentation for core success statusGrzegorz Bizon2016-12-021-0/+7
* Add scaffold for each class of core CI statusGrzegorz Bizon2016-12-027-0/+56
* Merge branch 'fix/ci-linter-undefined-error' into 'master' Kamil Trzciński2016-11-221-1/+1
|\
| * Fix entry lookup in CI config inheritance rulesGrzegorz Bizon2016-11-221-1/+1
* | Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński2016-11-213-0/+64
|\ \ | |/ |/|