- 13 Sep, 2020 1 commit
-
-
Pierre-Yves B authored
* Add guidelines about including tokens in badge URLs * Tweak wording Co-authored-by:
Caleb Cartwright <calebcartwright@users.noreply.github.com> Co-authored-by:
Caleb Cartwright <calebcartwright@users.noreply.github.com>
-
- 06 Aug, 2020 1 commit
-
-
chris48s authored
-
- 06 Jul, 2020 1 commit
-
-
Pierre-Yves B authored
-
- 22 Dec, 2019 1 commit
-
-
chris48s authored
* Add documentation for designing badge URLs Co-authored-by:
Caleb Cartwright <calebcartwright@users.noreply.github.com>
-
- 07 Oct, 2019 1 commit
-
-
Caleb Cartwright authored
* doc: update contribitung docs on url/query params * chore: minor doc tweaks
-
- 09 Sep, 2019 1 commit
-
-
chris48s authored
* link to shields-docs.netlify.com in the docs * update links to contributing.shields.io
-
- 14 May, 2019 1 commit
-
-
Caleb Cartwright authored
-
- 29 Jan, 2019 1 commit
-
-
chris48s authored
Ref #2510
-
- 22 Jan, 2019 1 commit
-
-
Paul Melnikow authored
In #2698 we decided to put legacy helper functions in `core/legacy`. I think that’s a fine idea, though if we’re going to have a bunch of badge helper functions in there, it seems like it is probably better to keep these two important but esoteric helper functions with the core code to which they are most coupled. So I added `legacy-` to the name, and put them in `core/base-service`.
-
- 07 Jan, 2019 1 commit
-
-
Paul Melnikow authored
-
- 26 Dec, 2018 1 commit
-
-
Manaswini Das authored
-
- 19 Oct, 2018 1 commit
-
-
Marcin Mielnicki authored
* Precommit hook with prettier and eslint added * Info about running prettier removed from documentation * Info about a pre-commit hook in documentation
-
- 30 Sep, 2018 1 commit
-
-
chris48s authored
-
- 09 Sep, 2018 1 commit
-
-
Pyves authored
[aur packagist php-eye travis vaadin-directory github david jitpack twitter] Enforced lowercase badge labels (#2058)
-
- 05 Sep, 2018 1 commit
-
-
chris48s authored
update the tutorial for new service class layout
-
- 29 Aug, 2018 2 commits
- 23 Aug, 2018 1 commit
-
-
Nicco Kunzmann authored
The section for documentation contribution is quite short. This adds examples of when to make a contribution.
-
- 19 Aug, 2018 1 commit
-
-
Paul Melnikow authored
This is a fairly simple addition of a Redis-backed TokenPersistence. When GithubConstellation is initialized, it will create a FsTokenPersistence or a RedisTokenPersistence based on configuration. Have added tests of the Redis backend as an integration test, and ensured the server starts up correctly when a `REDIS_URL` is configured. Ref: #1848
-
- 08 Aug, 2018 1 commit
-
-
Paul Melnikow authored
* Use prettier-check * Update semi option See discussion https://github.com/badges/shields/issues/948#issuecomment-349205606 * Developer documentation * Run the same steps in both `main` jobs * Move integration tests from `danger` to `main` where they belong
-
- 15 Apr, 2018 1 commit
-
-
Thomas Broadley authored
-
- 21 Mar, 2018 1 commit
-
-
Paul Melnikow authored
Per discussion in #1543
-
- 20 Mar, 2018 1 commit
-
-
Paul Melnikow authored
We’ve cleared the backlog of pull requests needing adoption and closed the old ones out, so it seems best to remove this from the contributing guidelines.
-
- 09 Mar, 2018 1 commit
-
-
Pyves authored
* Added logo acceptance criteria * Added repository starring section * Added logo approval expectation sentence * Extended to spreading the word section * Rearranged sections
-
- 09 Dec, 2017 1 commit
-
-
Paul Melnikow authored
-
- 30 Nov, 2017 1 commit
-
-
Paul Melnikow authored
See comments in #1250. Gratipay is shutting down.
-
- 26 Nov, 2017 1 commit
-
-
Paul Melnikow authored
-
- 25 Oct, 2017 1 commit
-
-
Paul Melnikow authored
I developed this for #820 to provide the correct cache behavior when a service wants to use custom parameters from the query string. For safety, only the declared parameters (and the global parameters) are provided to the service. Consequently, failure to declare a parameter results in the parameter not working at all (undesirable, but easy to debug) rather than indeterminate behavior that depends on the cache state (undesirable, but hard to debug).
-
- 14 Oct, 2017 2 commits
-
-
Paul Melnikow authored
-
Paul Melnikow authored
I wrote a new readme and contributing guidelines, and took a rough pass through the rest of the documentation.
-
- 25 Apr, 2017 1 commit
-
-
Paul Melnikow authored
- Build index.html at deploy time - Update corresponding documentation references - Since index.html is untracked, git add needs -f - Clarify gh-pages generated commit message - Improve Makefile dependencies related to website generation As discussed in #936, tracking the index.html causes makes PRs longer / noisier and causes extra merge conflicts. More importantly, it causes contributors to inadvertently edit the wrong file, which causes extra work (#949) or contributions to be lost (#898). Since there's no need for index.html in development (everything uses try.html) a logical solution is to generate and commit the index.html at deploy time. Recording compiled or generated files in a deploy commit is a reasonable practice for git-based deploys (Heroku, gh-pages, and others). The old version of this was slightly "unsafe" for my taste, in that it depended on the local copy of gh-pages (if it existed) and master. The new version just replaces gh-pages with master + the new commit. Closes #936. Fixes #954 (the PR).
-
- 30 Mar, 2017 1 commit
-
-
Nicco Kunzmann authored
-
- 24 Jan, 2017 1 commit
-
-
Thaddee Tyl authored
As suggested by https://github.com/badges/shields/pull/861#discussion_r96729020.
-
- 28 Mar, 2016 1 commit
-
-
Thaddee Tyl authored
-
- 31 Jan, 2016 1 commit
-
-
Thaddee Tyl authored
-
- 24 Nov, 2015 1 commit
-
-
Thaddee Tyl authored
-
- 11 May, 2015 1 commit
-
-
Rebornix authored
When we try to add a badge service to [visual studio gallery](visualstudiogallery.msdn.microsoft.com), we find Shield is the best option but there is no .NET implementation. So we port it to [.NET](https://github.com/rebornix/DotBadge) for better code integration. I'll appreciate it if you can add a link to C# port of Shield badge library and CLI, which can bring more audience to this tiny draft project. But we can understand if you don't, as it's not an official one :)
-
- 05 Mar, 2015 1 commit
-
-
- 28 Feb, 2015 1 commit
-
-
- 26 Feb, 2014 1 commit
-
-
Thaddee Tyl authored
Fixes #131.
-