Thaddee Tyl
fa499da05f
Remove automatic Travis CI email notification
2017-09-26 21:12:04 +02:00
Ritwick Dey and Paul Melnikow
8476024c6c
fixed ColorB issue for Docker Badge
2017-09-26 11:00:22 -04:00
Ritwick Dey and Paul Melnikow
3e6ba16265
Add badge for Visual Studio Marketplace ( #1074 )
2017-09-25 23:05:18 -04:00
Danial and Paul Melnikow
557269304c
[amo] Custom labels & tests ( #1090 )
...
Add tests
Fix #996 #1026
2017-09-25 22:54:11 -04:00
un.def and Paul Melnikow
4104f822fd
[LuaRocks] package version badge ( #1087 )
2017-09-25 20:28:14 -04:00
Danial and Paul Melnikow
65d6dc27cd
Fix maintenance badge ( #1089 )
...
Solves #1073
Add test
2017-09-25 18:57:22 -04:00
Thaddee Tyl
ea6acb0c5e
Mention loss of service for download PyPI badges
...
As suggested by
https://github.com/badges/shields/issues/716#issuecomment-301335162
2017-09-24 22:50:29 +02:00
Paul Melnikow and Thaddée Tyl
8e6fe01d20
Add test for measure-text
2017-09-24 22:36:14 +02:00
Thaddee Tyl
3d39cda984
Detail open / close on raw GitHub badges
2017-09-24 22:30:56 +02: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
Kevin Yap and Paul Melnikow
c1a8166af2
Fix [crates] license badge ( #1062 )
...
License data was moved to crate versions in rust-lang/crates.io#803 .
2017-09-23 23:36:34 -04: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
Paul Melnikow
8ec2b6be51
Populate Github service tests ( #976 )
...
Work by webcaetano (cherry-picked by paulmelnikow)
2017-09-22 14:29:57 -04:00
Paul Melnikow and GitHub
eefca67f14
Avoid inadvertently invoking unwrapped request in vendor helper functions ( #924 )
...
- Tweak a couple names to improve readability
2017-09-22 14:08:45 -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
Christophe Bliard and Paul Melnikow
cafb66bd93
Add fallback font and missing libs for .png generation
...
If Verdana.ttf can't be loaded, the font file pointed by the
FALLBACK_FONT_PATH environment variable will be loaded.
This fixes width computation errors that can occur with non-latin
characters when running with Docker.
2017-09-22 13:27:59 -04:00
Pascal Paulis and Paul Melnikow
c7b782b014
Add [continuousphp] integration ( #1051 )
2017-09-22 13:19:55 -04:00
teppeis and Paul Melnikow
9a3bbcdb2a
fix: contributors for GitHub Enterprise
2017-09-22 01:11:50 -04:00
Paul Melnikow and Thaddée Tyl
852784b1a2
Fetch Bower data using libraries.io ( #919 )
...
- Avoid downloading bower packages via git
- Service is well resourced: https://libraries.io/team
- Same service used by https://bower.io/search/
2017-09-17 23:55:07 +02:00
Igor Šarčević and Daniel Lo Nigro
bce78921c8
Changing 'semaphoreapp.com' to 'semaphoreci.com'
2017-09-10 15:45:11 -07:00
Andre Caetano and Daniel Lo Nigro
46072e641d
file-size path fix
2017-09-10 15:40:56 -07:00
Thaddee Tyl
fc6c5852b2
Use a ternary statement in logging code
...
See https://github.com/badges/shields/pull/1040#discussion_r136196343 .
Closes #1040 .
2017-09-03 20:04:41 +02:00
Thaddee Tyl
d032090038
Use a custom logging mechanism
...
This mechanism eases knowing when a message was logged while keeping the
simplicity of the logging mechanism.
2017-08-30 22:03:30 +02: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
10566c3c0d
Add Conda unit tests
2017-08-23 21:27:43 -07:00
Elmar Pruesse and Daniel Lo Nigro
94baa3a298
Cleanup conda shields
...
- use `const` instead of `var` where possible
- use `'` instead of `"` consistently
- replace `forEach` loop with `reduce` call
Thanks to @Daniel15 for review!
2017-08-23 21:27:43 -07:00
Elmar Pruesse and Daniel Lo Nigro
43b39c05c3
Add conda badges
2017-08-23 21:27:43 -07:00
Simone Vittori and Daniel Lo Nigro
2aeed7e2a9
Add tests for hex.pm integration
2017-08-13 15:51:05 -07:00
Andres Villarroel and Daniel Lo Nigro
f24093d287
Update INSTALL.md
...
documentation says secret.example.env file is named shields.example.env, update documentation.
2017-08-05 14:59:30 -07:00
Marcin Mielnicki and Daniel Lo Nigro
38b1168e8e
Removed info about index.html
...
index.html has been removed
2017-07-09 18:05:42 -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
Daniel Shumway and Daniel Lo Nigro
31aad05943
fix(gratipay): distinguish between anonymous and 0 dollar projects ( #1007 )
...
* fix(gratipay): distinguish between anonymous and 0 dollar projects
* test(gratipay): add service test
* test(gratipay): test $0
2017-07-01 22:43:11 -07:00
Marcin Mielnicki and Daniel Lo Nigro
59c91ef967
Up-to-date ServiceTester's constructor in example ( #1023 )
2017-07-01 22:37:19 -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
Dave Cross and Thaddée Tyl
79c24c569b
MetaCPAN API v0 has been switched off. Change to use v1.
2017-06-14 13:50:50 +02:00
Thaddee Tyl
42a5de9cab
Return when a vendor request fails
...
Otherwise, this creates cryptic error messages in the server logs.
2017-06-02 20:41:02 +02:00
David Tolnay and Thaddée Tyl
66635c510c
Eliminate padding on social badges if rhs is empty ( #998 )
2017-06-01 23:35:56 +02:00
Adriaan Groenenboom and Daniel Lo Nigro
15f24fbcce
Improve Docker run (envsubst, Alpine, documented env file) ( #870 )
...
* Add template for secret.json
- Move to faster and lighter Alpine base image
* Update documentation
* Update documentation
* Fix Github token config for secret.json
* Extend env file for Docker runtime configuration
- Update documentation
- Add gh_token for GH personal access token to secret template
* Change http to https in infoSite
* Update .dockerignore
* Update .gitignore
* Update dockerignore
* Remove ENV directive from Dockerfile
- Environment is needed at runtime, not at buildtime
* Docker: contain secret.json in private/
- Incorporates fix from 7c8b0e3d
* Use localhost in example env
* Use baseUrl in GitHub redirect
* Move GH personal token retrieval up
- To remove duplicate Promise.then()
* Typo in shields.example.env
2017-05-07 11:13:02 -07:00
Rohan Pai and Daniel Lo Nigro
f97d5a6bd4
add Sourcegraph.com badge ( #828 )
2017-05-05 21:30:38 -07:00
Nathan Rennie-Waldock and Paul Melnikow
6031711180
Support [GitHub] releases containing a / in the tag ( #756 )
...
- Add tests for download counts
2017-05-04 16:34:44 -04:00
Paul Melnikow and Daniel Lo Nigro
80ace97bb0
Bump icedfrisby-nock to stable release ( #986 )
2017-05-04 09:47:13 -07:00
Daniel Lo Nigro and Paul Melnikow
896b2aab2f
Add Discord badge to README
2017-05-01 14:30:44 -04:00
Andre Caetano and Paul Melnikow
a6d81f2391
[Github] File size badge ( #745 )
...
Closes #730
2017-05-01 14:28:45 -04:00