Thaddee Tyl
e4da6075a0
Analytics: count flat badges requests.
...
Also, allow extending analytics.
Related to issue #185 .
2014-06-21 19:42:37 +02:00
Thaddee Tyl
9c09b3c9d8
Removed dead code.
2014-06-19 12:41:45 +02:00
Sebastian McKenzie
2ba6804d91
Add "running" status case for appveyor
2014-06-19 17:40:33 +10:00
Thaddee Tyl
e6a3fdca11
AppVeyor support.
...
Part of issue #174 .
2014-06-19 09:27:35 +02:00
Thaddee Tyl
be872db99c
Trivial: Scrutinizer's URL requires a /g/
...
Related to issue #193 .
2014-06-18 23:30:16 +02:00
Thaddee Tyl
6244ac1b2e
Relocate helper function.
2014-06-18 23:02:36 +02:00
J.M
97e7853d6a
Add GitHub issues badge
2014-06-18 23:02:36 +02:00
J.M
f77c8cdc6b
Use original score intervals according to feedback from Scrutinizer team
2014-06-18 22:38:07 +02:00
J.M
a6d0875c02
Add Scrutinizer code quality badge
2014-06-18 21:40:56 +02:00
Thaddee Tyl
1e41c247e1
GitHub release: avoid rate-limiting at 60 req/hour
...
Part of issue #161 .
2014-06-10 17:28:01 +02:00
Thaddee Tyl
e7a4d93ee3
Try the cache when GitHub ratelimit reached.
...
Related to issue #161 .
2014-06-10 14:24:15 +02:00
Thaddee Tyl
356498eda7
Omit needless logs.
2014-06-04 22:38:55 +02:00
Thaddee Tyl
2f12470c2d
Use GitHub OAuth apps to increase rate limits.
2014-06-02 23:28:54 +02:00
Thaddee Tyl
e8f8ec6ccb
TeamCity Coverage URL change.
2014-05-26 14:24:37 +02:00
Thaddee Tyl
1acc586bac
Packagist: using semver to order versions
...
Fixes #175 .
2014-05-26 13:30:14 +02:00
Thaddee Tyl
778bdebe10
Show the most recent semver GitHub release tag.
...
Fixes issue #172 .
2014-05-26 13:28:57 +02:00
Samuel E. Giddins
8a12179bcd
[CocoaPods] Added CocoaPods license and platform badges
...
Using Orta-sanctioned colors from https://github.com/CocoaPods/pod-template/issues/44
2014-05-26 13:28:57 +02:00
Thaddee Tyl
64dabbb881
Coveralls: use request().
...
Should fix #180 .
2014-05-26 13:28:57 +02:00
Nick Merwin
c22df02ccf
Coveralls apiUrl use badge subdomain
...
To bypass CloudFlare's threat control.
2014-05-26 13:28:57 +02:00
Thaddee Tyl
8cc1a17cd4
Relocate the TeamCity code.
...
To be with Travis, another build success checker.
Also, changed the comment so that it reflects that this is *not* a version
grabbing hook.
2014-05-26 13:28:57 +02:00
Thaddee Tyl
16a800a82f
Use semver to show versions.
...
This commit introduces the common function to do that.
2014-05-26 13:28:56 +02:00
Daniel Lo Nigro
4bc454198f
Add NuGet download count
2014-05-26 13:28:56 +02:00
Daniel Lo Nigro
77a90bfd77
Americanise spelling
2014-05-19 11:16:11 -07:00
Daniel Lo Nigro
f3b41eea1c
Revert "Americanise spelling"
...
This reverts commit 45a0b413af
.
2014-05-19 11:15:20 -07:00
Daniel Lo Nigro
45a0b413af
Americanise spelling
2014-05-19 11:12:38 -07:00
Daniel Lo Nigro
1257a956fc
Add TeamCity code coverage
2014-05-17 23:23:57 -07:00
Thaddee Tyl
d623f52400
Shorter metric prefix map.
2014-05-10 18:02:39 +02:00
Thaddee Tyl
0cf7c72da8
Small fixes.
2014-05-09 23:06:28 +02:00
Jan Vansteenkiste
734ba2e8b8
Added puppet forge (version) support
2014-05-09 06:06:34 +02:00
Thaddee Tyl
0123974678
Add a lot more metric prefixes.
2014-05-06 10:53:25 +00:00
Thaddee Tyl
2a61abf55c
Total and daily downloads for Packagist.
...
Fixes #167 .
2014-05-04 18:11:11 +00:00
Leo Colombaro
a5851b55ef
Get latest GitHub release by creation dates comparison
...
Fixes #169
2014-05-04 13:00:26 +02:00
Thaddee Tyl
f477e1a517
When failing to get data from a vendor while having sent a badge from cache,
...
… we stop faster.
2014-05-02 18:49:43 +00:00
Thaddee Tyl
99d490e1c3
Send cached badge directly if statistically accurate.
...
See rationale here:
<https://github.com/badges/shields/issues/161#issuecomment-41812007 >.
2014-05-02 17:16:07 +00:00
Thaddee Tyl
0a4bcd6ff9
Set the serverUnresponsive flag correctly.
...
Even when we can send cache data.
2014-04-30 16:11:16 +00:00
Thaddee Tyl
784fcbbbf7
Cache all badges to show them if the vendor is not accessible.
2014-04-30 10:46:13 +00:00
ZHANG Yi
703f67d54a
gemnasium: fix devDependencies badge
2014-04-29 15:58:26 +08:00
Thaddee Tyl
5cee17f494
Trivial comment change for precision.
2014-04-24 15:00:12 +00:00
Thaddee Tyl
fdc9f374c3
Reorder travis builds together on try.html.
...
Also, update comment on TeamCity to be more contextual.
2014-04-23 23:32:22 +00:00
Anthony van der Hoorn
acfe2accb2
Adds TeamCity CodeBetter release badge
2014-04-23 15:00:30 -04:00
Anthony van der Hoorn
abc6d690db
Adds Nuget release badge
2014-04-21 09:14:44 -04:00
Thaddee Tyl
5ec58cae0c
Apply flat style to custom badges.
...
Follow-up to issue #159 .
2014-04-20 22:27:18 +00:00
Thaddee Tyl
d578b65513
new flat style: cleanup.
...
- The information stored in `makeImage`'s `options` parameter is better served
in its `data` parameter,
- Remove the (no longer used) `colorscheme` parameter to `makeTemplate`,
- We can already get to the contents of the URL query parameter `style` through
that `data` parameter in `getRequest`,
- Relocation of the code to set badge data related to the flat style into
`getBadgeData`,
- Code style (adding semicolons).
Related to issue #159 .
2014-04-19 22:25:35 +00:00
Max Ogden
f97fbf0dd0
add templates support and new flat style option
2014-04-19 01:11:06 -07:00
Thaddee Tyl
59c04d33df
Chef's Cookbook version badge: use "cookbook".
...
See issue #157
2014-04-11 20:39:12 +00:00
Thaddee Tyl
296a162a41
Use v[version] for Chef as well.
2014-04-11 19:17:56 +00:00
Seth Vargo
731acf5d94
Add a route for Chef cookbooks
2014-04-10 16:55:33 -04:00
Thaddee Tyl
7805b757b5
Vendor request timeout set at 25s.
2014-04-09 16:49:32 +00:00
Thaddee Tyl
7569f68c3b
Avoid sending data when vendor server unresponsive.
2014-04-09 16:39:46 +00:00
Thaddee Tyl
5685238956
Using Redis to store analytics on Heroku.
2014-04-07 23:29:30 +00:00