Hi there,
For a graduation assignment i am looking into developing a integration for Gitlab. This integration should be able to read files from a project (.gitattributes) and then display information that is stored in the attributes in the GUI. From the doc’s I have not read that it it possible to modify the Gitlab GUI using an integration, they mostly seem to be used only to perform webhook calls.
So, is it possible to write an integration that displays additional information gathered from a file within the project in the Gitlab GUI? The Gitlab instance will most probably be a self-managed instance.