You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gitlab client uses the xanzy/go-gitlabmodule which doesn't support the pagination using keyset mentioned in the gitlab tree docs and gitlab keyset docs. This is based on an existing issue in xanzy/go-gitlab
The current maximum number of files retrieved from gitlab trees is 100 files per request.
To Reproduce
Retrieving a tree with more than 100 files+directories combined using the tree client
Pagination implemented for gitlab tree list(either the user requesting following pages, or internally until all results are retrieved with a maximum number of pages used to limit recursivness)
Describe the bug
Gitlab tree is implemented in a pull request.
The gitlab client uses the
xanzy/go-gitlab
module which doesn't support the pagination using keyset mentioned in the gitlab tree docs and gitlab keyset docs. This is based on an existing issue inxanzy/go-gitlab
The current maximum number of files retrieved from gitlab trees is 100 files per request.
To Reproduce
Retrieving a tree with more than 100 files+directories combined using the tree client
Expected behavior
Pagination implemented for gitlab tree list(either the user requesting following pages, or internally until all results are retrieved with a maximum number of pages used to limit recursivness)
Additional context
The text was updated successfully, but these errors were encountered: