Commit Graph
277 Commits
Author SHA1 Message Date
Olivier Lacan ca9f2a2356 Replace 'CircleCi' key with 'build'.
Badges are not ads. See https://github.com/badges/shields/blob/master/spec/SPECIFICATION.md
2015-01-30 00:24:16 +01:00
Thaddee Tyl 5c35ef60dc Support GitHub followers 2015-01-25 18:44:17 +01:00
Thaddee Tyl 45b12a458f Factorize version color logic
Related to #349
2015-01-15 23:51:48 +01:00
Thaddee Tyl a2ce1e6be2 CircleCI: valid comment example.
cf. #348
2015-01-11 16:25:52 +01:00
Greg Bowler 54de33b70c Data already serialised 2015-01-07 16:58:04 +00:00
Greg Bowler 25202a8a22 Use JSON serialisation 2015-01-07 16:54:30 +00:00
Greg Bowler 60cb09496c Debug error 2015-01-07 16:34:22 +00:00
Greg Bowler aa708a36fd Update buffer trimming 2015-01-07 16:31:19 +00:00
Greg Bowler 643e59dac7 Update buffer trimming 2015-01-07 16:25:02 +00:00
Greg Bowler c00494eb13 Output debug information 2015-01-07 16:15:59 +00:00
Greg Bowler 4a6104d89a Tidy badly formatted JSON 2015-01-07 16:03:31 +00:00
Greg Bowler 79f7c97327 Improve switch flow 2015-01-07 15:53:32 +00:00
Greg Bowler 90eafcc670 Implement badge response for CircleCI 2015-01-07 15:50:12 +00:00
Greg Bowler 4fc5a0d73d Add CircleCI integration block 2015-01-07 15:33:55 +00:00
Nico Lindemann 871d486f01 Fix gemnasium badge 2015-01-06 21:13:47 +01:00
Thaddee Tyl bb2af1348c Roses are red, License badges are blue
… and this fixes issue #342.
2015-01-06 19:38:22 +01:00
Thaddee Tyl 4e551e9803 Libscore color and metric 2015-01-02 10:42:19 +01:00
Thaddee Tyl 2fc9a29776 Raw GitHub issues
Fixes #321
2014-12-31 13:47:26 +01:00
Thaddee Tyl 38dcd59b2f Merge remote-tracking branch 'baev/master' 2014-12-31 13:37:29 +01:00
Thaddee Tyl 310b970b0b Less strident colors for coverage
Fixes #340
2014-12-31 13:31:45 +01:00
Dmitry Baev 526a7a5901 add sonar coverage support 2014-12-31 15:23:49 +03:00
Thaddee Tyl d8fc63d72d Remove dead code from github license badge 2014-12-31 13:10:38 +01:00
Thaddee Tyl 990a62a429 GitHub stars
Fixes #336
2014-12-31 13:10:38 +01:00
Thaddee Tyl bcc68732b0 Talk.ai switch to /t/ and add to try 2014-12-31 13:10:38 +01:00
Xu JingxinandThaddee Tyl 38e16dce85 talk guest room integration 2014-12-31 13:10:37 +01:00
rummikandThaddee Tyl 15ddea0559 Add GitHub forks integration 2014-12-31 13:10:37 +01:00
Patrik VotocekandThaddee Tyl 6e23bde403 SensioLabs Insight support #306 2014-12-31 13:10:37 +01:00
Thomas DavisandThaddee Tyl dbffa3eb19 Added official Libscore badge 2014-12-31 13:10:36 +01:00
Forbes LindesayandThaddee Tyl 9682f10b8c Make appveyor status match travis status 2014-12-18 12:47:50 +01:00
DevoNoel 16c930cc1d Add apm support 2014-12-17 18:59:16 -05:00
Thaddee Tyl 6d008dd942 packagist: mention example user/repo 2014-12-15 21:50:27 +01:00
Thaddee Tyl 9883d2bd19 Suggestion API.
eg. /$suggest/v1?url=https://github.com/badges/shields
2014-12-15 21:50:27 +01:00
someguy126andThaddee Tyl c4d4aad3ec licenseGuess(): Add more robust checks for MIT-style licenses
The MIT license is also known as the Expat or X11 license;
the optional parentheses accomodate forms such as
"MIT (Expat) license".

This also adds a text match in case the name is not explicitly stated.
2014-12-15 21:50:26 +01:00
someguy126andThaddee Tyl c32a93b99d guessLicense(): create space-changing meta-regex outside loop 2014-12-15 21:50:26 +01:00
someguy126andThaddee Tyl 3b84814c3a Add more robust check for Mozilla Public License in license guessing 2014-12-15 21:50:26 +01:00
someguy126andThaddee Tyl fecd6e867b Add more robust error checking in Github license
This is happens when you have to make multiple API requests.
2014-12-15 21:50:26 +01:00
someguy126andThaddee Tyl 643fe72e17 Remove logging from Github license support 2014-12-15 21:50:26 +01:00
someguy126andThaddee Tyl c78bf2cce6 Add support for Github license
Fixes #280
<https://github.com/badges/shields/issues/280>
2014-12-15 21:50:26 +01:00
Yaron de Leeuw b2efd2977a Appveyor: allow specific branch 2014-12-10 21:41:34 +02:00
Thaddee Tyl d9347fffe4 Plastic style (instead of default)
The default style is now a link.

Fixes #296
2014-11-26 22:34:26 +01:00
Thaddee Tyl 269c19b685 Codacy: log removal, example
Part of #310
2014-11-23 16:30:13 +01:00
Nico LindemannandThaddee Tyl 238b40d319 Branch-Support for Codeship #309 2014-11-23 16:30:13 +01:00
Nico LindemannandThaddee Tyl bfbe3cad50 Add Support for Codacy #260 2014-11-23 16:30:13 +01:00
Thaddee Tyl 7290706de0 Wordpress: check for JSON-ness of data. 2014-11-21 00:27:58 +01:00
Thaddee Tyl ecaf11a50e Prevent possible invalid colors.
They're only theoretical, but better safe than sad.
2014-11-19 09:40:30 +01:00
Thaddee Tyl 7572a829f9 sourceforge: only show "invalid" when data is…
… invalid.
2014-11-19 00:36:25 +01:00
Thaddee Tyl 727114fef3 VersionEye support
Fixes #275
2014-11-15 17:57:39 +01:00
Alexis Tabary 541a098175 Requires.io support added to backend 2014-11-15 17:08:49 +09:00
Sebastian McKenzie 7a6cd7dcfa Add appveyor queued status as exception to an error 2014-11-12 00:50:20 +11:00
Thaddee Tyl 1c22303660 SourceForge: comment examples 2014-11-10 23:49:30 +01:00