Skip to content

Clean up Gitlab::Git::Wiki classes and reduce use of Gollum

Jacob Vosmaer requested to merge jv-wiki-page-fields-encoding into master

What does this MR do?

These classes were shared between gitlab-ce and gitaly-ruby for some time. That is no longer the case so we can simplify them, and correct some of the comments.

This change also reduces how much we load of gollum-lib. Gollum-lib is almost entirely encapsulated in Gitaly now, with the exception of Gitlab::Git::Wiki#preview_slug which runs in gitlab-ce.

As a side effect of not loading all of gollum-lib it became apparent that we directly rely on the github-markup gem without explicitly requiring it in the Gemfile. I added it to the Gemfile to rectifiy this.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports