Fixing request.fullpath URL encoding
There are merge conflicts
The comparison view may be inaccurate due to merge conflicts.
Resolve these conflicts or ask someone with write access to this repository to merge it locally.
Created by: netdata-be
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404.
To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
The comparison view may be inaccurate due to merge conflicts.
Resolve these conflicts or ask someone with write access to this repository to merge it locally.