dependabot[bot]
34004e8909
Bump linguist-js from 1.4.3 to 1.6.1 ( #486 ) [skip ci]
...
Bumps [linguist-js](https://github.com/Nixinova/Linguist ) from 1.4.3 to 1.6.1.
- [Release notes](https://github.com/Nixinova/Linguist/releases )
- [Changelog](https://github.com/Nixinova/Linguist/blob/main/changelog.md )
- [Commits](https://github.com/Nixinova/Linguist/compare/1.4.3...1.6.1 )
---
updated-dependencies:
- dependency-name: linguist-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 12:07:57 +02:00
dependabot[bot]
74d018315c
Bump simple-git from 2.42.0 to 2.44.0 ( #483 ) [skip ci]
...
Bumps [simple-git](https://github.com/steveukx/git-js ) from 2.42.0 to 2.44.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/compare/v2.42.0...v2.44.0 )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 12:06:52 +02:00
Nixinova
f14ab9bd98
Move non-Node script from package.json to workflow ( #485 ) [skip ci]
...
* Move non-Node script from `package.json` to workflow
Module `dprint` is not used in a Node context so should not be placed in `package.json`.
* Unformat
2021-08-17 11:59:04 +02:00
dependabot[bot]
2d7fc5638a
Bump marked from 2.1.3 to 3.0.0 ( #481 ) [skip ci]
...
Bumps [marked](https://github.com/markedjs/marked ) from 2.1.3 to 3.0.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 11:53:32 +02:00
dependabot[bot]
5ef6617737
Bump svgo from 2.3.1 to 2.4.0 ( #484 ) [skip ci]
...
Bumps [svgo](https://github.com/svg/svgo ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/svg/svgo/releases )
- [Changelog](https://github.com/svg/svgo/blob/master/CHANGELOG-old.md )
- [Commits](https://github.com/svg/svgo/compare/v2.3.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: svgo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 11:49:46 +02:00
Arda Gürcan
eef585e787
Fix typos ( #479 )
2021-08-17 11:48:04 +02:00
lowlighter
8f49d1076a
Change default display mode name to detailed for achievements
2021-08-12 20:46:15 +02:00
github-actions[bot]
2b555e5f73
Auto-regenerate files
2021-08-12 17:38:36 +00:00
Simon Lecoq
8c241b81cd
Achievements plugin: add option to change display style ( #473 )
2021-08-12 19:09:13 +02:00
lowlighter
2429c60723
Merge branch 'master' of https://github.com/lowlighter/metrics
2021-08-12 17:32:30 +02:00
lowlighter
930f69b444
Update README.md
2021-08-12 16:42:17 +02:00
Simon Lecoq
c72543f67c
Repository: add action users metrics ( #472 )
2021-08-12 16:19:40 +02:00
lowlighter
2fbed5a9a0
Fix calendar issue where last day was always blank and fix display order [skip ci]
2021-08-12 16:19:10 +02:00
lowlighter
666719abb2
Remove debug logs
2021-08-12 15:42:44 +02:00
lowlighter
29d4397d76
Debug metadata parsing
2021-08-12 15:34:26 +02:00
lowlighter
87ac406f0a
Debug metadata parsing
2021-08-12 15:23:14 +02:00
lowlighter
d52ae85660
Try to parse json uri encoded strings in inputs
2021-08-12 15:01:09 +02:00
Simon Lecoq
0d40bc6787
Discussions plugin: Add upvotes statistics ( #469 )
2021-08-12 13:38:23 +02:00
Simon Lecoq
4e40dcff94
Achievements plugin: add chatter and helper achievements ( #470 ) [skip ci]
2021-08-12 13:38:16 +02:00
lowlighter
cb741f0c1d
Lines plugin: ignore repositories that could not be fetched correctly [skip ci]
2021-08-12 13:33:31 +02:00
lowlighter
4490de8d7c
Discussions plugin: fix display issues ( Closes #461 )
2021-08-12 12:53:16 +02:00
lowlighter
f128883d07
Fix mocking texts
2021-08-12 12:32:45 +02:00
github-actions[bot]
2b5168b7e9
Auto-regenerate files
2021-08-12 09:59:41 +00:00
lowlighter
45d86dd00e
Fix visual issues on metrics insights ( Closes #450 )
2021-08-12 11:25:33 +02:00
lowlighter
a6be52f198
Handle fetching errors from GitHub registry ( closes #442 )
2021-08-12 11:17:28 +02:00
lowlighter
5c72a3c577
Achievement plugin: Improve wording for inspirer achievement ( Closes #447 )
2021-08-12 11:08:52 +02:00
Nixinova
7f5ee4e761
Use display name instead of username in followup plugin ( #465 )
2021-08-10 11:07:46 +02:00
dependabot[bot]
21c97bd654
Bump @octokit/rest from 18.8.0 to 18.9.0 ( #464 )
2021-08-09 21:37:26 +02:00
dependabot[bot]
c35e17cedf
Bump puppeteer from 10.1.0 to 10.2.0 ( #463 ) [skip ci]
2021-08-09 21:35:57 +02:00
Nixinova
6d5395a2bf
Sort discussion categories for display ( #453 ) [skip ci]
2021-08-09 21:34:47 +02:00
Nixinova
88ccb1bfaa
Remove github-linguist dependencies ( #458 ) [skip ci]
2021-08-09 21:33:02 +02:00
lowlighter
c5af923d29
Catch unexisting readme in metadata initialization
2021-08-05 09:01:57 +02:00
lowlighter
f34cd58485
Merge branch 'master' of https://github.com/lowlighter/metrics
2021-08-05 09:00:43 +02:00
github-actions[bot]
403ccfd3cb
Auto-regenerate files
2021-08-03 09:36:46 +00:00
lowlighter
2253fd2a3b
Update config for stale-bot
2021-08-03 11:20:50 +02:00
Simon Lecoq
136b6aabca
Create version 3.13 beta ( #446 )
2021-08-03 11:07:51 +02:00
lowlighter
2e82b9143b
Release v3.12 [release]
2021-08-02 17:25:03 +02:00
lowlighter
cebd56c81c
Auto-regenerate files
2021-08-02 17:24:35 +02:00
Simon Lecoq
28a7063421
Prepare release v3.12 ( #437 ) [skip ci]
2021-08-02 17:23:49 +02:00
github-actions[bot]
53376adb88
Auto-regenerate files
2021-08-02 12:10:32 +00:00
Simon Lecoq
2676954194
Contributors plugin: Display contributors per contribution category ( #443 )
2021-08-02 13:41:03 +02:00
Nixinova
938bc5c869
Move discussions below followup ( #441 )
2021-08-02 11:04:15 +02:00
Simon Lecoq
9453de4969
Base: load all commits rather than only last year ( #440 )
2021-08-02 11:02:57 +02:00
github-actions[bot]
63675f1421
Auto-regenerate files
2021-08-01 12:54:33 +00:00
Simon Lecoq
3e26d375eb
Web instances: Add flags to enable unsafe extra features ( #438 )
2021-08-01 13:58:41 +02:00
Nixinova
9e77a1b2c0
Replace github-linguist gem with Node port Nixinova/Linguist ( #436 )
2021-08-01 12:54:03 +02:00
lowlighter
fbd0944a55
Fix misdetection of action owner (ref: #414 )
2021-08-01 02:13:59 +02:00
Simon Lecoq
f9df323fcc
Achievements plugin: Add S rank ( #435 )
2021-07-31 15:08:08 +02:00
github-actions[bot]
2ec25f2675
Auto-regenerate files
2021-07-31 11:18:32 +00:00
lowlighter
55223fa89c
Update plugin presentation order
2021-07-31 12:51:45 +02:00