Commit Graph

717 Commits

Author SHA1 Message Date
Александар Симић
d0414c95b4 Display the clojar name in clojure fashion
Instead of the current:

v + clojar-version number: v1.1.2

use full name and version: [clojar-name "1.1.2"]
2015-04-25 19:52:31 +01:00
Thaddee Tyl
0d96e209e6 Remove logo padding if no left text
Part of #401
2015-04-25 16:03:55 +02:00
Thaddee Tyl
8675b6526e Use query parameters in default badges 2015-04-25 15:59:28 +02:00
Thaddee Tyl
20e0d4c6de CTAN: a return was forgotten 2015-04-25 15:41:03 +02:00
Thaddee Tyl
52d38b8a1c SensioLabs don't break when server secrets absent 2015-04-25 14:59:52 +02:00
Thaddee Tyl
b1d3e00a21 Support for logos in flat design
Closes #401
Part of #337
2015-04-25 14:46:49 +02:00
Thaddee Tyl
86476bca54 Merge remote-tracking branch 'ahmadnassri/master' 2015-04-23 22:58:41 +02:00
Thaddee Tyl
dca2723b65 Ignore dot file templates 2015-04-22 23:27:27 +02:00
Thaddee Tyl
f6669d143e website: clojars 2015-04-20 22:39:36 +02:00
Thaddee Tyl
286c8069e4 Merge remote-tracking branch 'dotemacs/clojars' 2015-04-18 20:25:16 +02:00
Александар Симић
542a0fc7ae Omitted unnecessary variable creation
As per @espadrine's suggestion in the PR discussion. No need for this
variable to be created.
2015-04-18 19:17:19 +01:00
Александар Симић
f9fa73c3ef Tweaked the regexp for Clojars
As per @espadrine's suggestion, slimmed down the regexp, as the previous
one was sub optimal.
2015-04-18 19:09:57 +01:00
Ahmad Nassri
5cdfeb51e1 silent if latest 2015-04-18 13:02:30 -04:00
Thaddee Tyl
50d400d418 website: Scrutinizer build, GitHub license. 2015-04-17 23:56:56 +02:00
Александар Симић
1dc9108d99 Added support for Clojars versioning
Since Clojars now have `clojar/latest-version.json', this change uses
that data to parse out the version and create a version badge.

Built on top of the work done by @erwan!
2015-04-17 21:25:24 +01:00
Ahmad Nassri
8dab4bb170 Merge remote-tracking branch 'upstream/master' 2015-04-16 20:18:08 -04:00
Thaddee Tyl
1b56604a32 Merge remote-tracking branch 'bmpvieira/david-nodeps-green' 2015-04-16 23:48:27 +02:00
Thaddee Tyl
e89597abdb Merge branch 'master' of github.com:badges/shields 2015-04-16 23:07:50 +02:00
Thaddee Tyl
6748eb5b21 Merge remote-tracking branch 'montanaflynn/github-license' 2015-04-16 23:05:00 +02:00
Montana Flynn
1ec85bf8f8 Add return statements, remove throw, and adjust text 2015-04-16 13:56:48 -07:00
Olivier Lacan
ac4743fb43 Update outdated mention of upcoming SVG
We've had SVG for a while now. :-)
2015-04-16 22:46:11 +02:00
Olivier Lacan
b371608955 Fix Markdown formatting error 2015-04-16 22:43:15 +02:00
Olivier Lacan
9a3e52c33d Add good and bad examples of badge implementations 2015-04-16 22:38:39 +02:00
Thaddee Tyl
fc4b562368 Return in case of emergency 2015-04-16 22:16:12 +02:00
Thaddee Tyl
32d51d6f0e Merge remote-tracking branch 'kyrias/scrutinizer' 2015-04-16 22:15:52 +02:00
Ahmad Nassri
8d8a88a3ff improvements
+ grab releases by tag name instead of obscure ID
+ more examples
+ better labels
2015-04-13 11:48:52 -04:00
Thaddee Tyl
68c22b2f05 GitHub tag: semver ordering
Fixes #418
2015-04-13 09:10:36 +02:00
Thaddee Tyl
38ee1bdb4e website: Dub and coverity scan 2015-04-12 22:25:40 +02:00
Thaddee Tyl
91f3a9e10e Merge remote-tracking branch 'kyrias/coverity-scan' 2015-04-11 23:04:08 +02:00
Johannes Löthberg
59da9a53d1 Add Coverity Scan integration
Closes #405
Closes #325
2015-04-11 23:00:47 +02:00
Montana Flynn
bb637cd398 Add github license integration 2015-04-10 06:52:37 -07:00
Bruno Vieira
ec63bc4760 Make David badge green for "dependencies: none". Fix #413 2015-04-10 10:48:47 +01:00
Ahmad Nassri
478fc27003 code review updates 2015-04-09 19:33:05 -04:00
Johannes Löthberg
0b20bb4eac Add Scrutinizer Build integration
Closes #312
2015-04-08 15:22:46 +02:00
Martin Nowak
a6563d2968 dub integration
- http://code.dlang.org
2015-04-04 04:25:54 +02:00
Ahmad Nassri
7753098646 Github Releases Download counter
possible combinations:

- `/github/downloads/:user/:repo/latest/total.svg`
- `/github/downloads/:user/:repo/:release_id/total.svg`
- `/github/downloads/:user/:repo/:release_id/:asset_name.svg`
2015-04-03 14:57:46 -04:00
Thaddee Tyl
2fbb1b6bf0 website: sonarqube fix. 2015-03-28 12:50:43 +01:00
drdamour
6772b1d102 Update try.html 2015-03-27 10:24:41 -06:00
Martin Nowak
887a8dc733 fix download/coverage color 2015-03-26 12:21:20 +01:00
Thaddee Tyl
39ed54a3b1 website: Word*P*ress and heading anchors 2015-03-25 08:57:12 +01:00
Thaddee Tyl
be50121b4b Merge remote-tracking branch 'pathawks/patch-1' 2015-03-25 08:57:04 +01:00
Thaddee Tyl
16cb379283 Merge remote-tracking branch 'mgedmin/patch-1' 2015-03-25 08:56:08 +01:00
Thaddee Tyl
30cfc635d2 website: user gems and uppercase warning 2015-03-25 08:53:22 +01:00
Pat Hawks
e8c162d0e5
capital P dangit 2015-03-24 11:51:08 -07:00
Marius Gedminas
0ed5b82833 Add anchors for direct linking
I've often wanted to point people to http://shields.io/#styles, but couldn't, because the <h2> had no ID.  Let's fix that!
2015-03-24 12:49:05 +02:00
Thaddee Tyl
a3f36176e0 Uppercase the "generated" warning in index.html 2015-03-24 09:02:03 +01:00
Thaddee Tyl
daff090b9e Code style 2015-03-24 08:56:45 +01:00
Thaddee Tyl
8fb63001fe Merge branch 'master' of github.com:badges/shields 2015-03-24 08:55:42 +01:00
Thaddee Tyl
4ae68a1c48 Website: PyPI, CPAN, PuppetForge 2015-03-24 08:52:50 +01:00
Thaddee Tyl
c59b2e8dbf Website: PyPI, CPAN, PuppetForge 2015-03-24 08:47:59 +01:00