-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Re-write #54
base: master
Are you sure you want to change the base?
WIP: Re-write #54
Conversation
Outstanding
|
|
This is looking very good! Can't wait to try it out :) I'd like to monitor which collaborator has how many issues assigned & closed, will that be possible with the rewrite? Tried to check the diff but GitHub is cowardly refusing to render the "Jump to" table because of the vendoring. In my mind it would be something like: github_issues{user="kvz",repo="transloadit/uppy",state="open"} 4
github_issues{user="kvz",repo="transloadit/uppy",state="closed"} 1 Not sure if this a possible/great way of doing it--just a first idea. |
Is this still in progress? I'd like to get the date of the last commit of specific branches, is that already supported or will be anytime soon? |
Is this abandoned? we are interested to see these features merged to master especially GitHub actions metrics |
A number of issues with the prior code of this repository meant that it was difficult to maintain and some metrics couldn't be catered for. As a result, we've taken the time to re-factor this and have the google/go-github sdk do the leg work for us.
The result is a significantly simpler package and with some new metrics thrown in for good measure.