Skip to content
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

Add commit history and ref comparison 📋 #32

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hackebrot
Copy link
Member

This pull request introduces new commands and updates to the shared GitHub GraphQL API code in pkg/github.

I will combine the deployment and history functionality in the next pr, so that we can retrieve the list of deployed commits.

New Commands:

  • Added compare command to retrieve commits between Git refs. (metrics/cmd/compare.go)
  • Added history command to retrieve commits in a specified range. (metrics/cmd/history.go)

Note: AI tools were used in generating this pull request 🤖

@hackebrot hackebrot added feature New feature or request app:metrics Changes related to the metrics CLI app labels Jan 28, 2025
@hackebrot hackebrot requested a review from a team January 28, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:metrics Changes related to the metrics CLI app feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants