chaoss / grimoirelab-perceval

Send Sir Perceval on a quest to retrieve and gather data from software repositories.
http://perceval.readthedocs.io/
GNU General Public License v3.0
288 stars 176 forks source link

Document GitLab backend usage #803

Closed xurizaemon closed 1 year ago

xurizaemon commented 1 year ago

There is no documentation for the GitLab data source. This is based off the GitHub docs but I've reviewed it and believe it is correct for GitLab.

Additional minor changes here:

This PR would need updating if #801 landed first, and I will update whichever is required when one or the other lands 😁

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-0.07%) to 97.792% when pulling fbde5895a2c36d1b0630af725bde00c134c3dca1 on xurizaemon:docs-gitlab into e8869879ca93e0a53e663f82d0674eb2194c6a44 on chaoss:master.

xurizaemon commented 1 year ago

Great, will do! Thanks.

xurizaemon commented 1 year ago

Hi @sduenas - rebased to account for #801, removed CHANGELOG entry which has caused the check-changelog check to fail as it should 😁

xurizaemon commented 1 year ago

Sidebar: Is that Coveralls check accurate? I'm not clear how this PR seemed to at first increase, and now decrease, coverage. But I'm not familiar with Coveralls so my expectation that it reflects test coverage vs LoC may be incorrect.

sduenas commented 1 year ago

Sidebar: Is that Coveralls check accurate? I'm not clear how this PR seemed to at first increase, and now decrease, coverage. But I'm not familiar with Coveralls so my expectation that it reflects test coverage vs LoC may be incorrect.

Unless the change of coverage is big, I usually ignore it. Sometimes it doesn't calculate very well small changes or when there aren't changes at all.

sduenas commented 1 year ago

Merged

sduenas commented 1 year ago

Thanks for your contribution @xurizaemon