If any support for GitLab is not planned/considered, you can gladly disregard this report.
RM Version: 3.0.11
When analyzing a project from GitLab + looking at a json-file of a -bc command, the "url"-fields of the individual commits have the following structure:
...<projectName>/<commitHash>
These URLs lead to 404-pages.
The structure of URLs needs to be in the form of
<projectName>/commit/<commitHash>
To test this, I created
- a public and private repo on my own GitHub-account
- a public and private GitLab on my own, private, GitLab-account,
- a public and private repo on my student-account on my university's instance.
For each repo I created two commits and used the bc command in the commandline from one commit to the next.
Only through the private & public repo on my own GitHub-account was the proper URL-structure created.