Thaddee Tyl
f84b5cd550
Fix Libraries.io try.html URL
...
Related to #570 .
2016-08-16 09:45:26 +02:00
Mauro Pompilio
a51c440310
Merge branch 'master' into librariesio
2016-08-12 10:48:47 +01:00
Thaddee Tyl
618246f1f1
Remove maxAge on front page links
2016-08-08 21:45:49 +02:00
Thaddee Tyl
fbe13d7896
Merge remote-tracking branch 'jrottenberg/241'
2016-07-26 00:00:08 +01:00
Thaddee Tyl
f41ee2d0f8
Issue Stats: default to short form
...
Use the long form with prefix 'long'.
An example of that is added.
Part of #656 .
2016-07-24 00:04:19 +02:00
Thaddee Tyl
08b2989756
Merge remote-tracking branch 'kevinoid/issuestats'
2016-07-23 23:59:27 +02:00
Thaddee Tyl
e98461538c
Merge remote-tracking branch 'larsbrinkhoff/master'
2016-07-04 19:49:28 +02:00
Thaddee Tyl
d69ecd5ef3
GitHub pull requests / closed pull requests
...
Corrects code from the #423 patch.
2016-07-03 20:05:00 +02:00
Peter Dave Hello
9ba7e7c439
update keywords of GitHub issues integration
2016-07-03 20:31:30 +08:00
Peter Dave Hello
e1666e1cae
add GitHub closed issues, pr integration
2016-07-03 20:31:28 +08:00
Peter Dave Hello
04d24f6c62
add GitHub contributors integration
2016-07-03 20:28:09 +08:00
Peter Dave Hello
2d3f21624d
add GitHub pullrequests integration
2016-07-03 20:28:08 +08:00
Thaddee Tyl
61fcc6018b
website: use HTTPS for GitHub button
2016-07-01 20:33:47 +02:00
Thaddee Tyl
56746d4a38
GitHub auth: rely on cache if no tokens remain
2016-06-27 19:37:19 +02:00
Nikita Lutsenko
8faa38e7f0
Add CocoaPods apps badges.
2016-06-07 12:07:44 -07:00
Nikita Lutsenko
f8861a4c51
Add CocoaPods downloads badges.
2016-06-07 12:07:44 -07:00
Thaddee Tyl
4f20b2ede3
website: use real buttons for website up
2016-05-19 08:33:11 +02:00
Thaddee Tyl
f69be9b2c0
website: website up badge tweaks
2016-05-18 23:57:55 +02:00
Thaddee Tyl
bf78077010
Merge remote-tracking branch 'jsmaniac/website-badge'
2016-05-17 23:58:04 +02:00
Thaddee Tyl
69762e139c
website: codacy coverage
...
Related to #668 .
2016-05-15 23:26:43 +02:00
Thaddee Tyl
2c30d62d10
Merge remote-tracking branch 'g105b/master' into codacy
2016-05-16 23:59:20 +02:00
Thaddee Tyl
fa677009ac
website: contributors no longer make sense
...
They're outdated and there are too many of them to update it.
2016-05-01 11:19:19 +02:00
Thaddee Tyl
b5a90f8859
Twitter follow badge adjustment
...
It has an @ for parity with official buttons.
2016-05-01 11:10:52 +02:00
Thaddee Tyl
5201654675
website: use shields.io badge for Twitter follow button
2016-04-26 20:24:06 +02:00
Thaddee Tyl
cedc23a0b4
website: replace AUR
2016-04-26 20:23:50 +02:00
Thaddee Tyl
f5bdef4298
Merge remote-tracking branch 'colkito/master'
2016-04-20 20:33:00 +02:00
Lars Brinkhoff
9e80a725e9
Shippable sample project ID changed.
2016-04-19 09:50:27 +02:00
Thaddee Tyl
1358a3fae5
website: document MyGet tenants
...
Part of #679 .
2016-04-18 21:12:17 +02:00
Georges Dupéron
36a6da574d
Added support for online/offline website badge.
2016-04-17 00:32:52 +02:00
Kevin Locke
4fe65e1675
[PATCH v3] Add support for issuestats.com
...
This commit adds support for issuestats.com, as requested in #351 . The
implementation is straight-forward, with the exception of the handling
of 'not found' which currently returns text/html with code 200 (see
hstove/issue_stats#38 ). The URL parsing is somewhat lax to allow future
support for other hosting platforms which may not follow GitHub's
user/repo URL scheme. It also passes through the `concise` query
parameter, if present, which shortens the text a bit.
Changes in v3:
- Fix `concise` option assignment holdover missed in v2 changes.
- Make `label` check null/undefined rather than falsey.
Changes in v2:
- Move type to first parameter and shorten to 1 character.
- Change `concise` option from query param to optional path component
- Make `color` check null/undefined rather than falsey.
- Add try-catch around JSON value extraction and response, by request.
Fixes : #351
Signed-off-by: Kevin Locke <kevin@kevinlocke.name >
2016-04-16 15:28:44 -07:00
Thaddee Tyl
32b89a9c05
Merge remote-tracking branch 'gep13/braumeister'
2016-04-14 09:21:25 +02:00
Thaddee Tyl
cbc0f9ddc8
website: document ?maxAge
2016-04-11 09:03:13 +02:00
Thaddee Tyl
0ef8ac9ea4
Bitbucket support
...
Fixes #626 .
2016-04-11 09:02:23 +02:00
Thaddee Tyl
e3535f7a42
website: remote ?maxAge from link dialog
...
Follow-up for 89affa49fe .
2016-04-10 14:02:23 +02:00
Thaddee Tyl
4cbdf9ab4f
Merge remote-tracking branch 'sanemat/chore/chrome-web-store-re-try'
2016-04-08 23:32:12 +02:00
Gary Ewan Park
2b5ec621a7
(GH-638) Added basic badge integration for homebrew
2016-04-07 20:16:54 +01:00
sanemat
e5103a1781
Add chrome extension support
...
* Version, Downloads, Price, Rating and Rating Count for chrome app,
chrome extension and chrome theme.
* Google does not provide a public API for chrome web store.
* Use `chrome-web-store-item-property`.
* Gather meta information from chrome web store.
see #505 , #636
2016-04-05 22:03:18 +09:00
JP-Ellis
40471a137e
Add AUR integration.
...
Add badge for the Arch User Repository (AUR). Includes badges to
display the current version, number of votes, and license.
Unfortunately, their API does not display downloads at this stage.
Signed-off-by: JP-Ellis <josh@jpellis.me >
2016-04-05 12:03:47 +10:00
Thaddee Tyl
af939703a4
Merge remote-tracking branch 'evancohen/waffle'
2016-04-03 13:14:48 +02:00
Thaddee Tyl
657986351c
GitHub issue label support
...
Related to #257 .
2016-04-03 13:13:30 +02:00
Evan Cohen
fbd5b564be
code style fixes and a slight optimization
2016-04-01 11:00:32 -07:00
Evan Cohen
5b2b74bdbb
using waffle API. Fixes badges/shields#257
2016-03-31 21:54:36 -07:00
Thaddee Tyl
27ef17defb
Waffle.io support
...
Fixes #257 .
2016-03-30 23:55:29 +02:00
Mario Colque
93247eef67
added working examples in cooments, code-styling, added example to try.html
2016-03-30 13:50:15 -03:00
Thaddee Tyl
e1f2b7b5b1
Merge remote-tracking branch 'me-and/codeclimate-issues'
2016-03-29 23:49:07 +02:00
Thaddee Tyl
fdc3c98915
Merge remote-tracking branch 'tomap/master'
2016-03-29 23:26:09 +02:00
Thaddee Tyl
cb0ded2f3a
Merge remote-tracking branch 'nhnb/source_downloads_per_folder'
2016-03-28 20:46:07 +02:00
Thaddee Tyl
99c1a4fbdc
Merge remote-tracking branch 'rexxars/bithound-support'
2016-03-28 19:33:07 +02:00
Thaddee Tyl
fbb034f6e5
MyGet: use of v3 API
...
Fixes #655 .
2016-03-15 14:20:00 +01:00
Thaddee Tyl
4df74acd6c
NuGet: use API v3
...
The v2 API returned XML even though we asked for JSON.
MyGet is still not working.
Part of #655 .
2016-03-14 18:16:09 +01:00