- Notifications
You must be signed in to change notification settings - Fork673
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable#1300
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I think this can go for now but for context, it was meant to follow endpoints where GitLab supports keyset pagination but it seems they're so far still stuck with only /projects (https://docs.gitlab.com/ee/api/README.html#keyset-based-pagination) and it broke some people's workflows initially due to missing headers. @max-wittig maybe we can re-add this e.g.to |
They clearly stated that their not gonna re-add X-Total-Items. Maybe we just have to document this, when you switch the default. |
The variable ALLOWED_KEYSET_ENDPOINTS was added in commit
f86ef3b.
Then most of that commit was removed in commit
e71fe16, but ALLOWED_KEYSET_ENDPOINTS
was missed.