Draft: Spike to add pagination support for tree entries retrieval
This tests out the changes in gitaly!3611 (merged). This merge request should NOT be merged, and is only intended to flush out issues.
To use this in your GDK:
cd gitaly
git checkout sh-paginate-tree-entries
make
gdk restart gitaly
gem build gitaly.gemspec
gem install gitaly-14.1.0.pre.rc4.gem
Then check out this branch:
bundle install
gdk restart rails
Test this project with https://gitlab.com/fdroid/fdroiddata/
and the metadata
directory.
Relates to #334140 (closed)
Edited by Stan Hu