Wykres commitów

111 Commity (0ba32760e57129042db85a6999f143f9d7c8e7b6)

Autor SHA1 Wiadomość Data
Tatsuro Shibamura 0ba32760e5
badge(nuget): Add total downloads support (#536) 2021-11-10 16:28:37 +08:00
Amio Jin 85bd74e2f5
fix(github): update regex for repo/pkg dependents badge #528 (#532) 2021-06-11 17:01:19 +08:00
Lens0021 c30e095388
badge(github): Use default branch for checks and status (#526) 2021-06-11 15:36:52 +08:00
Lens0021 6539bbbd82
fix(github): update GitHub examples (#523)
to recover d190f787b8,
which is reverted at e2814bf4f4
2021-04-25 19:28:26 +08:00
Amio Jin 7919146f99
fix(npm): license field removed from meta api (fix #436) (#521) 2021-04-16 18:25:46 +08:00
Dario Vladović 3daf74f351
badge(python): add pyversion support (#519) 2021-04-06 18:29:37 +08:00
Andrew Torres aa88bf67cc
docs: remove repeated word in https documentation (#520)
Removes unnecessary "then` from the second step of the "Use Badgen with HTTPS Endpoint" example
2021-04-06 11:01:14 +08:00
Dmitry Krutskikh d29ce47f65
fix(pub): dart-platform and flutter-platform migrate on api (#517)
* fix(dart): migrate dart and flutter-platform on api

* Update api/pub.ts

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
2021-04-06 10:59:43 +08:00
Jan T. Sott e0c87b725e
badge(open-vsx): Add support for Open VSX ratings (#512)
* add average rating badge

* remove topic shortcuts

* sort examples

* rename default topic

* re-add shortcuts for version, downloads and license topics

* add short forms to handlers

* add example with shortform

* remove redundant default case

* remove shortform for download topic
2021-03-23 17:01:06 +08:00
Dario Vladović 5a0b481da3
badge(snapcraft): add snapcraft.io service (#515) 2021-03-17 16:50:31 +08:00
Dario Vladović 38dabbd52d
badge(reddit): add Reddit service (#511) 2021-02-20 23:02:31 +08:00
Dario Vladović 69911aeccc
badge(discord): add Discord members badge (#503) 2021-02-20 22:55:20 +08:00
Dario Vladović ba87643072
style(circleci): use `encodeURIComponent` instead of `qs.escape` (#501) 2021-02-20 22:53:54 +08:00
Jan T. Sott 0f5618b424
badge(open-vsx): add support for Open VSX (#507)
* add support for Open VSX

* fix subject

* reorder open-vsx within liveBadgeList

* remove curly braces from switch block
2021-02-20 22:52:55 +08:00
Dario Vladović b3683b7396
fix(badgesize): set compression query param (#506) 2021-02-20 22:38:41 +08:00
Dario Vladović b765b6289a
style(azure): use common `isBadge` helper (#502) 2021-02-20 22:29:52 +08:00
Dario Vladović df1e40cb1e
feat(matrix): introduce Gitter and Matrix member count badges (#500)
* feat: add Gitter members badge

* feat: add Matrix members badge with Gitter fallback

* docs(matrix): update examples

* perf(matrix): fail fast if room does NOT exist

* style(gitter): tweak scrapping pattern
2021-02-16 12:53:16 +08:00
Dario Vladović 44a9a2f1df
refactor: style tweaks (#499)
* style: use owner/repo instead of user/repo

* feat(maven): support `metadata-url` shorthand

* style(badgesize): use `file-url` to mark an external URL

* style(https): rename `path` to `pathname`

Co-authored-by: Amio Jin <amio.cn@gmail.com>
2021-02-15 11:32:23 +08:00
Dario Vladović 578ec7e285
feat(mastodon): add `username@instance` handler (#498) 2021-02-14 10:40:21 +08:00
Dario Vladović 3aec694e48
style(pub): merge `dart-platform` & `flutter-platform` handlers (#496)
Co-authored-by: Amio Jin <amio.cn@gmail.com>
2021-02-14 10:37:04 +08:00
Dario Vladović 6741d951b7
style(tidelift): refactor redirect url parsing (#497) 2021-02-14 10:05:56 +08:00
Dario Vladović e5820aef23
style: safer regexes (#495) 2021-02-14 10:03:26 +08:00
Dario Vladović 9e10fc8669
style: use `URLSearchParams#set` instead of `URLSearchParams#append` (#494) 2021-02-14 10:02:54 +08:00
Dario Vladović 9ad05785d2
refactor: standardize external SVG badge parsing (#493)
* refactor(codacy): standardize svg parsing

* refactor(melpa): standardize svg parsing

* refactor(synk): standardize svg parsing

* refactor: introduce `is-badge` helper
2021-02-14 10:02:28 +08:00
Dario Vladović dad2a6ff56
fix(azure-pipelines): refactor & update examples (#492) 2021-02-14 10:00:52 +08:00
Dario Vladović 33ce3770f3
badge(github, npm): millify dependents count (#490) 2021-02-13 12:40:13 +08:00
Dario Vladović 4adeb4b56e
feat(pub): add pub points & popularity badges (#487)
Use pub API for retrieving likes, points & popularity score.
2021-02-04 22:16:51 +08:00
Dario Vladović 4ccf51be00
fix(cpan): Fix Perl release & runtime version (#486)
* fix(perl): normalize release & runtime version

Use API to get likes & runtime version.

* feat(cpan): add dependents badge
2021-02-04 22:15:53 +08:00
Dario Vladović 1a8e559015
style(winget): extract winget Github repo to constant (#489) 2021-02-04 22:14:32 +08:00
Dario Vladović 417d482731
fix(cran): replace all pattern occurrences (#488) 2021-02-04 22:13:27 +08:00
Dario Vladović aa0b7533e9
fix(github): order tags by commit date (#485)
Fixes #484
2021-02-04 22:11:05 +08:00
Dario Vladović d85ca4e60d
feat(maven): add JCenter support (#481)
- refactoring Maven metadata param processing
- swapping `cheerio` with regexes
2021-02-04 15:28:04 +08:00
Dario Vladović 0ea7872945
feat: add devRant score badge (#483) 2021-02-04 15:25:57 +08:00
Dario Vladović 329208871c
feat: add dub service (dlang package manager) (#482) 2021-01-31 16:28:44 +08:00
Dario Vladović ea75632931
badge(cran): Implement CRAN service (#479)
* feat: implement CRAN service

* feat(cran): add dependents badge

* fix(cran): alter version badge label
2021-01-21 09:24:12 +08:00
Dario Vladović defc6f75a1
fix(elm-package): fix version badge label (#478) 2021-01-21 09:23:16 +08:00
Dario Vladović 5316a2744c
badge(elm-package): add elm package service (#477) 2021-01-14 11:01:05 +08:00
Dario Vladović c6f2adfb18
badge(peertube): Add PeerTube service (#476)
* feat: add peertube service

* refactor(peertube): update branding & add icon

* style(peertube): rename `videoId` to `videoUUID`
2021-01-14 09:47:18 +08:00
Dario Vladović cdaefa14ae
feat(runkit): new url patterns, fix examples (#472)
* fix(runkit): new runkit example

https://runkit.com/amio/satisfaction endpoint stoped working due
to getsatisfaction.com shutdown

* feat(runkit): owner/notebook endpoints

Support both:
1. legacy `/runkit/:endpoint-id/:path*` URL patterns
2. new `/runkit/:owner/:notebook/:path*` URL patterns

Update documentation & examples to use new pattern.

* docs(runkit): update examples
2021-01-08 11:27:34 +08:00
Amio Jin cde21008cb
fix(github): handle "skipped" status in combined checks (#471) (#474) 2021-01-08 11:24:15 +08:00
Dario Vladović 81e853559e
badge(codacy): fix Codacy badges (#465)
* fix(codacy): support new default branch naming convention

* chore(codacy): document codacy example

* fix(codacy): fix examples using branch param

* fix(codacy): stop preprocessing branch name

Documentation doesn't say anything about branch name preprocessing
and shields doesn't do it either:
https://github.com/badges/shields/blob/d3a7afd/services/codacy/codacy-coverage.service.js#L59
2021-01-06 16:26:58 +08:00
tunnckocore.com e2814bf4f4
badge(github): checks to support context (#351)
* feat: checks to support context

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

* chore: typo, copypasta

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

* chore: typo 2

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

* chore: lint

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

* fix: add missing handler

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

* chore: add more examples

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>

Co-authored-by: Amio Jin <amio.cn@gmail.com>
2020-12-29 19:25:12 +08:00
Dario Vladović 30e35d702e
badge(shards): add Crystal shards service (#468)
* feat: add crystal shards service

* badge(shards): remove duplicated version example

Co-authored-by: Amio Jin <amio.cn@gmail.com>
2020-12-29 19:21:53 +08:00
Dario Vladović e6f9e76d10
badge(wapm): add wapm service (#470) 2020-12-29 19:20:14 +08:00
Dario Vladović ec492dd0f4
fix(pub): correct scraping regex (#469) 2020-12-29 11:42:10 +08:00
Dario Vladović aa5c80702e
badge(melpa): Add MELPA service (#461) 2020-12-19 19:07:24 +08:00
Dario Vladović 03f0acf1b4
badge(pub): swap cheerio with regex match (#466) 2020-12-19 19:05:56 +08:00
Dario Vladović ec6d2a08e1
badge(snyk): swap cheerio with regex match (#459)
Stop assuming default branch name.
2020-12-19 12:30:47 +08:00
Dario Vladović 1c055a7858
badge(opam): swap cheerio with regex matching (#460) 2020-12-19 12:29:27 +08:00
Dario Vladović 547c421ba1
fix(madtodon): swap defunct pleroma.site with anime.website (#462) 2020-12-19 12:11:40 +08:00