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

Tracking of Git tags falls behind if a tag is deleted #8

Open
jwodder opened this issue Oct 4, 2023 · 0 comments
Open

Tracking of Git tags falls behind if a tag is deleted #8

jwodder opened this issue Oct 4, 2023 · 0 comments
Labels
blocked Cannot be implemented until something else happens bug Something isn't working

Comments

@jwodder
Copy link
Owner

jwodder commented Oct 4, 2023

As of 2023-10-04, the cursors used by GitHub's GraphQL API when listing a repository's tags simply encode the total number of tags in the repository at the given point, and if a tag is deleted, the final cursor "decreases". Thus, if reponews reports a tag for a tracked repository, and then N tags are deleted from the repository, reponews will not report any more tags for that repository until after N+1 more tags are added, and then it'll only report the most recent one.

@jwodder jwodder added the bug Something isn't working label Oct 4, 2023
@jwodder jwodder added the blocked Cannot be implemented until something else happens label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Cannot be implemented until something else happens bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant