Skip to content

Releases: lowlighter/metrics

Version 1.4

12 Oct 17:17
Compare
Choose a tag to compare

馃摝 New features

  • Plugins errors are now handled gracefully
    • On non-fatal errors, SVG will still be generated but will print an error message in plugin field :
    • image
  • Add new issue comments statistic in Activity section
  • Add new organization member statistic in Community section

馃挭 Contributors

Version 1.3

10 Oct 19:17
Compare
Choose a tag to compare

馃摝 New features

  • Add new Prefered license statistic in Repositories section
  • Add new Total gists statistic in Repositories section

馃挭 Contributors

Version 1.2

09 Oct 17:38
Compare
Choose a tag to compare

馃敡 Fixes

  • Fixed a bug where lines plugin was erasing data of other plugins like traffic plugin

馃 Miscellenous

  • Action now print the version number

馃挭 Contributors

Version 1.1

09 Oct 12:11
12d6e4a
Compare
Choose a tag to compare

馃摝 New features

  • Add support for committer_token to allow the use of a different user from token for commits operations

馃 Miscellenous

  • Action builds are now minified

馃挭 Contributors

Version 1.0

18 Sep 07:57
Compare
Choose a tag to compare

馃摝 Features

Generated metrics through GitHub GraphQL API which includes :

  • Account data
    • Registration date
    • Followers
    • Commit calendar of last two weeks
    • Recent contributions
  • Activity stats
    • Commits
    • Pull requests reviewed
    • Pull request opened
    • Issues opened
  • Community stats
    • Followed users
    • Sponsorships
    • Starred repositories
    • Watched repositories
  • Repositories insights
    • Stargazers
    • Forks
    • Packages created
    • Watchers
    • Number of lines added/removed (requires lines plugin to be enabled)
    • Number of pages views over last two weeks (requires traffic plugin to be enabled, and a GitHub token with "repo" permissions)
    • Issues opened/closed ratio
    • Pull requests merged/opened ratio
  • Most used languages
  • Website performances (requires pagespeed plugin to be enabled, and a Pagespeed token)

Can be either run as standalone server or through GitHub actions !

馃挭 Contributors