-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: provide repository insights #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
3aae4ff
to
efdd4be
Compare
efdd4be
to
0c2beb2
Compare
5bf5854
to
0f0f1dc
Compare
39a9646
to
565934f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work. Overall this looks great ππΌ will tag others for more feedback
CC @k1nho you might find this interesting/useful since it's some code you recently touched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to get the pizza-cli running locally, so just a surface comment for the moment.
565934f
to
e6f3738
Compare
@jpmcb Thank you! I've updated the code based on your suggestions π |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π’
## [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2023-10-02) ### π Features * provide repository insights ([#38](#38)) ([dc148d6](dc148d6))
## 1.0.0 (2023-10-11) ### π€ Build System * sematic bin release, npm ([7b4607e](7b4607e)) ### π Continuous Integration * Update @open-sauced/release@2.2.1 and compliance.yaml ([#33](#33)) ([146b6b7](146b6b7)) ### π Bug Fixes * Uses correct generated token when checking out cli repo in release ([#44](#44)) ([1e0c9f1](1e0c9f1)) ### π Features * Add install instructions and script for pizza CLI ([#26](#26)) ([421a429](421a429)) * Add posthog telemetry integration ([#37](#37)) ([9829f49](9829f49)) * cli auth ([#21](#21)) ([34728fb](34728fb)) * GitHub action to build and upload Go artifacts after release created ([#22](#22)) ([ad187a9](ad187a9)) * Http Client for accessing OpenSauced API client ([#23](#23)) ([ec2b357](ec2b357)) * Leverage the GITHUB_APP_TOKEN for releases ([#32](#32)) ([e0a25e0](e0a25e0)) * npm i -g pizza ([73291d1](73291d1)) * Pizza show ([#24](#24)) ([72f21ce](72f21ce)) * provide repository contributors insights ([#30](#30)) ([d16091f](d16091f)) * provide repository insights ([#38](#38)) ([dc148d6](dc148d6)) * repo-query support ([199cfd7](199cfd7)) * update bin name release.yaml ([6b21cb8](6b21cb8)) * Version command for CLI based on release builds ([#36](#36)) ([9f3eedc](9f3eedc))
Description
This PR adds the feature to provide repository insights.
What type of PR is this? (check all applicable)
Related Tickets & Documents
Closes #10
Mobile & Desktop Screenshots/Recordings
table output
json output
yaml output
Added tests?
Added to documentation?