summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/badge
Commit message (Expand)AuthorAgeFilesLines
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-253-3/+3
* Use Ci::Pipeline#latest for finding pipelinesLin Jen-Shin2016-11-241-2/+2
* Fix pipeline fixtures and calls to removed methodGrzegorz Bizon2016-10-041-1/+1
* Render coverage badge for latest successful pipelineGrzegorz Bizon2016-08-181-27/+40
* Add small corrections to test coverage report badgeGrzegorz Bizon2016-08-151-3/+3
* Add metadata and template methods for coverage badgeGrzegorz Bizon2016-08-151-0/+12
* Add template class for coverage report badgeGrzegorz Bizon2016-08-151-0/+130
* Extract the abstract base class of badge metadataGrzegorz Bizon2016-08-152-0/+12
* Add coverage report badge metadata classGrzegorz Bizon2016-08-151-0/+24
* Extract common badge metadata test examplesGrzegorz Bizon2016-08-152-19/+23
* Implement the main class of test coverage badgeGrzegorz Bizon2016-08-151-8/+68
* Refactor badge template and metadata classesGrzegorz Bizon2016-08-153-44/+39
* Move badges to separate modules and add base classGrzegorz Bizon2016-08-152-4/+6
* Add empty test coverage badge class and specsGrzegorz Bizon2016-08-151-0/+19
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-3/+4
* Extend build badge specs to cover multiple pipelinesGrzegorz Bizon2016-08-091-14/+26
* Improve builds badge specs, remove legacy methodsGrzegorz Bizon2016-08-081-25/+15
* Add badge template class to use with SVG ERB templateGrzegorz Bizon2016-07-281-0/+76
* Calculate build status only in build badge classGrzegorz Bizon2016-07-281-10/+13
* Extract build status badge metadata to separate classGrzegorz Bizon2016-07-282-27/+41
* Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-1/+1
* Fix tests failuresKamil Trzcinski2016-06-071-2/+2
* Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-061-2/+23
|\
| * Merge remote-tracking branch 'origin/master' into rename-ci-commitrename-ci-commitKamil Trzcinski2016-06-061-3/+23
| |\
| | * Extend specs for builds badgetests/extend-specs-for-build-badgeGrzegorz Bizon2016-06-031-3/+23
* | | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-3/+2
|/ /
* | Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|/
* Fix specsKamil Trzcinski2016-04-111-3/+3
* Extend build status badge, add html/markdown methodsGrzegorz Bizon2016-04-061-1/+32
* Extend specs for build badgerefactor/project-badges-interfaceGrzegorz Bizon2016-03-291-9/+48
* Refactor builds badge, encapsulate inside a classGrzegorz Bizon2016-03-291-0/+33