summaryrefslogtreecommitdiff
path: root/lib/gitlab/badge
Commit message (Expand)AuthorAgeFilesLines
* Rename latest_successful to be more explicitMatija Čupić2019-07-261-1/+1
* Add :preparing status to HasStatusTiger2019-03-201-0/+1
* Rename project's pipelines relationFrancisco Javier López2018-12-052-2/+2
* Enable some frozen string in lib/gitlabgfyoung2018-10-139-0/+18
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+4
* Change coverage badge rounding for other CI system consistencyJeff Stubler2018-02-012-3/+3
* Reword success to passing for pipeline badgesZ.J. van de Weg2017-07-211-1/+2
* Rename build to pipeline for status badgesZ.J. van de Weg2017-07-213-12/+12
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-053-8/+5
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-232-6/+6
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-6/+6
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-6/+6
* Enable Style/MutableConstantDouwe Maan2017-02-232-2/+2
* Enable Style/DotPositionDouwe Maan2017-02-232-6/+6
* Add AsciiDoc snippet for CI/CD BadgesJan Christophersen2017-02-201-0/+4
* Also use latest_status, feedback:Lin Jen-Shin2016-12-151-2/+1
* Use Ci::Pipeline#latest for finding pipelinesLin Jen-Shin2016-11-241-1/+2
* Fix testsLin Jen-Shin2016-08-261-3/+1
* Render coverage badge for latest successful pipelineGrzegorz Bizon2016-08-181-2/+1
* Add small corrections to test coverage report badgeGrzegorz Bizon2016-08-151-2/+2
* Add metadata and template methods for coverage badgeGrzegorz Bizon2016-08-151-0/+8
* Extract base abstract template for badgesGrzegorz Bizon2016-08-153-35/+51
* Add template class for coverage report badgeGrzegorz Bizon2016-08-151-0/+69
* Extract the abstract base class of badge metadataGrzegorz Bizon2016-08-153-22/+42
* Add coverage report badge metadata classGrzegorz Bizon2016-08-151-0/+38
* Implement the main class of test coverage badgeGrzegorz Bizon2016-08-151-1/+30
* Refactor badge template and metadata classesGrzegorz Bizon2016-08-154-14/+19
* Move badges to separate modules and add base classGrzegorz Bizon2016-08-157-49/+74
* Add empty test coverage badge class and specsGrzegorz Bizon2016-08-151-0/+17
* Improve indentation in svg badge templateGrzegorz Bizon2016-08-081-1/+1
* Improve builds badge specs, remove legacy methodsGrzegorz Bizon2016-08-081-15/+6
* Use new badge template to render build status badgeGrzegorz Bizon2016-08-081-0/+4
* Add badge template class to use with SVG ERB templateGrzegorz Bizon2016-07-281-0/+63
* Calculate build status only in build badge classGrzegorz Bizon2016-07-281-7/+13
* Extract build status badge metadata to separate classGrzegorz Bizon2016-07-282-21/+40
* Extend build status badge, add html/markdown methodsGrzegorz Bizon2016-04-061-4/+26
* Refactor builds badge, encapsulate inside a classGrzegorz Bizon2016-03-291-0/+24