Ben Gundersen and Paul Melnikow
8f802f6230
Add [Wordpress] theme support ( #1138 )
...
- Added badges for Wordpress theme downloads (total) and theme rating
- Add missing dev dependency (minimist)
Close #869
2017-10-10 11:02:42 -04:00
Marcin Mielnicki and Paul Melnikow
848422c645
[Github] download count for latest pre-release ( #1140 )
...
Implements #1113 .
Removed extra space in 2 cases (failing tests without this change):
1) Github downloads for latest release
[ GET http://localhost:1111/github/downloads/photonstorm/phaser/latest/total.json ]:
ValidationError: child "value" fails because ["value" with value "63k " fails to match the required pattern: /^[0-9]+[kMGTPEZY]?$/]
--
2) Github downloads-pre for latest release
[ GET http://localhost:1111/github/downloads-pre/photonstorm/phaser/latest/total.json ]:
ValidationError: child "value" fails because ["value" with value "34 " fails to match the required pattern: /^[0-9]+[kMGTPEZY]?$/]
--
3) Github downloads for specific asset from latest release
[ GET http://localhost:1111/github/downloads/atom/atom/latest/atom-amd64.deb.json ]:
ValidationError: child "value" fails because ["value" with value "3k [atom-amd64.deb]" fails to match the required pattern: /^[0-9]+[kMGTPEZY]? \[atom-amd64\.deb\]$/]
--
4) Github downloads-pre for specific asset from latest release
[ GET http://localhost:1111/github/downloads-pre/atom/atom/latest/atom-amd64.deb.json ]:
ValidationError: child "value" fails because ["value" with value "372 [atom-amd64.deb]" fails to match the required pattern: /^[0-9]+[kMGTPEZY]? \[atom-amd64\.deb\]$/]
2017-10-09 15:21:22 -04:00
Paul Melnikow and Paul Melnikow
08524b639b
Document named logos
...
From #1092 .
2017-10-09 14:38:21 -04:00
Ritwick Dey and Paul Melnikow
c1087c6162
" => '
2017-10-06 15:55:33 -04:00
Ritwick Dey and Paul Melnikow
2d157b3928
[GitHub] badge for (pre-)release date ( #1133 )
2017-10-06 15:18:25 -04:00
Ritwick Dey and Paul Melnikow
e7f1f57b6b
[GitHub] Latest release badge ( #1122 )
...
Reopen of #905 .
2017-10-04 10:21:52 -04:00
Ritwick Dey and Paul Melnikow
7ae29932a5
[Github] Commits since latest release ( #1115 )
...
Close #993 .
2017-10-02 14:17:41 -04:00
Paul Melnikow and GitHub
bb66a99a66
[GitHub] Issue and pull request detail and check state ( #1114 )
...
This adds badges for Github issues and pull requests. You can display the state, title, username, number of comments, age, time since last update, and state of checks.
Provides an endpoint the Shields CI can use to fetch PR titles for #979 and resolves #1011 .
2017-10-02 13:26:42 -04:00
Paul Melnikow and GitHub
8e08b374a4
[Github] Last commit date and commit activity ( #1112 )
...
Reopen of #928 by mskonovalov. Closes #897 .
2017-10-02 10:47:14 -04:00
Danial and Paul Melnikow
31afb007d9
[Github] manifest/package.json version support ( #739 )
2017-10-01 18:39:23 -04:00
Paul Melnikow
d1906598dd
/ansible/role-download -> /ansible/role/d + update try.html
2017-09-30 17:42:33 -04:00
Ritwick Dey and Paul Melnikow
f6a2e2c9e3
[Bower] Add tests and prerelease badge ( #1099 )
2017-09-30 12:10:37 -04:00
Roman Vaughan and Paul Melnikow
ea107fc76e
Add AppVeyor tests badge + new tests ( #1065 )
2017-09-30 12:07:21 -04:00
Mike Kobit and Paul Melnikow
949c50d328
Add in text snippet for AsciiDoc image macro
...
closes https://github.com/badges/shields/issues/1104
2017-09-27 21:33:31 -04:00
James Z.M. Gao and Paul Melnikow
e2ee910383
Add support for sonatype nexus ( #1017 )
...
Close #783
2017-09-27 20:48:51 -04:00
Marcin Mielnicki and Paul Melnikow
5278816229
Badge to show downloads count from [jetbrains] plugin repository v2 ( #1025 )
...
Close #895
2017-09-27 20:39:13 -04:00
Danial and Paul Melnikow
f8829475e7
[chrome-web-store] Add tests, update labels ( #1100 )
...
- Update 'downloads'->'users' as label,
- added `/u/` as option
- kept `/d/` as an option for backwards compatibility
- moved example from 'Downloads'->'Misc' section
Closes #1016
2017-09-27 20:34:15 -04:00
Pierre Tomasina and Paul Melnikow
6e20ca20c7
fix(continuousphp) link badge example
2017-09-27 20:05:12 -04:00
Ritwick Dey and Paul Melnikow
c1425e6f44
Discord social button added at very bottom of the page ( #1096 )
...
Close #985
2017-09-26 23:30:59 -04:00
Ritwick Dey and Paul Melnikow
3e6ba16265
Add badge for Visual Studio Marketplace ( #1074 )
2017-09-25 23:05:18 -04:00
un.def and Paul Melnikow
4104f822fd
[LuaRocks] package version badge ( #1087 )
2017-09-25 20:28:14 -04:00
Thaddee Tyl
8046a44842
Merge branch 'github-fullsupport'
2017-09-24 22:13:27 +02:00
Thaddee Tyl
26093d86d3
Add raw GitHub badges for closed issues and pr
2017-09-24 22:13:19 +02:00
Dag Wieers and Thaddee Tyl
4f2623aea4
Get rid of repeated "closed"
...
This PR includes:
- Getting rid of the option that includes 2x closed
- Using -closed-raw is no longer useful
2017-09-24 22:05:38 +02:00
triggerman722 and Paul Melnikow
20ab540fb2
Added [codetally] ( #1069 )
2017-09-23 21:08:50 -04:00
Dag Wieers
22694e6cb7
Add the label to the badge when not using -raw
...
As requested, we now add the GitHub label to the badge, only if not
specifying `-raw` in the URL.
2017-09-23 10:05:05 +02:00
Dag Wieers
e0ecadd9fe
Github: Support PR/issues with labels, full count
...
The original code has been simplified as well, but commented out.
I don't think we need the original code using the issues API, as it has
some limitations (no label support, only up to 30, or 100 issues).
2017-09-23 10:04:24 +02:00
Réda Housni Alaoui and Paul Melnikow
13502b3a22
[maven-central] Add the ability to filter by version prefix ( #1014 )
2017-09-22 15:16:51 -04:00
Nico Schlömer and Paul Melnikow
60105e1099
github "star" -> "stars"
2017-09-22 13:57:24 -04:00
Theodore Dubois and Paul Melnikow
56566efd57
Add GitHub search hit counter badge
2017-09-22 13:41:49 -04:00
Abdelkrime Aries and Paul Melnikow
0f65d86486
Add JitPack version badge; fixes #900
2017-09-22 13:35:10 -04:00
Pascal Paulis and Paul Melnikow
c7b782b014
Add [continuousphp] integration ( #1051 )
2017-09-22 13:19:55 -04:00
Andre Caetano and Daniel Lo Nigro
46072e641d
file-size path fix
2017-09-10 15:40:56 -07:00
mattbk and Thaddée Tyl
c023e23e0f
Change Gratipay 'tips' to 'receives'
...
Pull request: #1053 .
2017-08-30 21:58:08 +02:00
Elmar Pruesse and Daniel Lo Nigro
43b39c05c3
Add conda badges
2017-08-23 21:27:43 -07:00
Tair Assimov and Daniel Lo Nigro
6534a2a1a8
Add dockbit.com badge ( #1022 )
...
* Add dockbit.com badge
* Add missing semicolon
* Remove empty and unneeded tags in SVG file
* Use ES6 consts and template string
* Add Dockbit badge tests and handle server error
2017-07-02 12:59:30 -07:00
Eugene Bekker and Daniel Lo Nigro
ce0eb7b336
Adding support for PowerShell Gallery ( #1024 )
...
* Adding support for PowerShell Gallery
PS Gallery is nuget v2 based. Fixes #1013 .
* Updating examples with PowerShell Gallery
2017-07-01 22:35:30 -07:00
Rohan Pai and Daniel Lo Nigro
f97d5a6bd4
add Sourcegraph.com badge ( #828 )
2017-05-05 21:30:38 -07:00
Andre Caetano and Paul Melnikow
a6d81f2391
[Github] File size badge ( #745 )
...
Closes #730
2017-05-01 14:28:45 -04:00
Daniel Lo Nigro and GitHub
87af3bf672
Add [Discord] badge ( #977 )
...
Add Discord badge
2017-04-30 21:54:36 -07:00
Saugat Acharya and Daniel Lo Nigro
df9bbbf11b
Add npm weekly and npm yearly downloads badge ( #958 )
...
Add new badges npm weekly and npm yearly
2017-04-27 21:51:05 -07:00
Thaddee Tyl and Paul Melnikow
a0663d8da5
Reduce page jumping while all the badges are loading
...
Commit c486c0dcd1 missed a large number of badges
on the webpage. This includes all relevant badges.
2017-04-27 13:14:01 -04:00
Georges Dupéron and Paul Melnikow
db2aafaf2a
Removed ability to specify the badge's label for the “website” service, as this is already possible with ?label=some-text
2017-04-26 14:25:15 -04:00
G. Roggemans and Paul Melnikow
9b8c1c806d
GitHub (pre-)releases ( #959 )
...
Added the `/github/release/user/repo/all.svg` endpoint that shows the latest release, including pre-releases.
2017-04-25 12:16:28 -04:00
Georges Dupéron and Paul Melnikow
571f46f16a
Website badge: Fix color and subdirs, allow specifying label ( #949 )
2017-04-20 14:21:27 -04:00
Cr@zy and Paul Melnikow
a079b682e3
Add badges for Uptime Robot ( #947 )
...
* numberOfDays optional (default 30) for Uptime Robot ratio
* Require a monitor key, not a user key
* Update gitignore for Jetbrains
2017-04-20 09:31:03 -04:00
Daniel Lo Nigro and Paul Melnikow
c5bd4a4f5a
Add badge for NuGet download count, again ( #945 )
...
Switched from SearchAutocompleteService to SearchQueryService as this service also provides download counts.
Closes #678 .
2017-04-20 09:26:56 -04:00
Paul Melnikow
a3429a316a
Add cauditor.org badge ( #704 )
2017-04-16 23:44:30 -04:00
Paul Melnikow
1ff0d9217f
Fix express repository owner name ( #721 )
...
Closes #721
2017-04-13 15:48:58 -04:00
Paul Melnikow and Thaddée Tyl
1ae490a218
Improve CTAN error handling and fix non-svg 404 badges
...
Fix #921
2017-04-13 08:17:47 +02:00