robota-suite / robota-core

A Python package for reading in elements of GitLab and GitHub repositories, for further analysis.
https://robota-core.readthedocs.io
MIT License
0 stars 8 forks source link

Package additional information with commit comments #4

Open MeltedHyperion7 opened 1 month ago

MeltedHyperion7 commented 1 month ago

[Copied from Gitlab.]

At the moment, we only provide the author and the comment text for commit comments. This is unhelpful when comments need to be handled in order of creation. It might also be useful to order commits by the order they appear in the commit (so by increasing line number) but I'm not sure if that is generally possible from the information given by the source project for the comment. A further missing element is the information needed to create a link to a commit. The comment should have some kind of ID associated with it (a note number) which can be converted into a link by adding it to the commit URL. But without the note ID this is not possible.