Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: GitLab LoadTreeEntries not loading whole tree
Requested only the first page of the API results so we only got those entries that were on the first page. Now we use the Next-Page entry from the header to iterate over all pages. Increased the amount of loaded items per call from 20 to 100 too.
- Loading branch information