Skip to content

Add new RPC WikiListAllPagesRequest

This MR introduces a new RPC operation called WikiListAllPagesRequest. The difference between this call and WikiGetAllPagesRequest is that this operation does not load the pages' content.

This way we can prevent loading all the wiki page content in places we don't need it (for example when retrieving the sidebar)

Refs https://gitlab.com/gitlab-org/gitlab-ce/issues/53523

Merge request reports