-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Added KeySet Pagination for Gitlab Projects V2 Enumeration #4319
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
Added KeySet Pagination for Gitlab Projects V2 Enumeration #4319
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.
Thank you for this! I have some small notes about naming but nothing about the logic.
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.
Thanks for turning this around so quickly!
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.
GW
Description:
This Pull Request introduces keyset pagination for GitLab project enumeration, building on the simplified enumeration approach from #4283.
Key Changes:
Important Note:
The Scan2 API is currently experimental and may introduce breaking changes in future GitLab client releases. We should monitor for API changes when updating the GitLab client dependency.
Checklist:
make test-community
)?make lint
this requires golangci-lint)?