Skip to content

Add pagination params to Gitaly requests

Zeger-Jan van de Weg requested to merge zj-wiki-page-versions-pagination into master

If #versions is called on a Gollum::Page, it will include pagination params unless the user did overwrite them1. This defaults to 20, so if we want more than 20 results, extra params are needed.

Merge request reports