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

feat: add cache #66

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add cache #66

wants to merge 1 commit into from

Conversation

ruyadorno
Copy link
Member

I was playing with this idea of having a --cache option built into branch-diff with the intent of helping avoid hitting the GitHub API rate limits as frequently when working with long-lived release lines.

I'm not so sure about it anymore since I believe it might be simpler to just storing branch-diff results to a local file might satisfy 90% of the use cases.

Opening this as a draft so that we can discuss.

This changeset adds a cache system behind a `--cache` option with the
intent of helping avoid hitting the GitHub API rate limits as
frequently when working with long-lived release lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant