The application inserts some Gitlab and SonarCube badges inside every projects stored on the GitLab server and delete the old pipelines
See the config file "config.properties.dist" on the path "src\main\resources".
sonar.host = http://127.0.0.1
gitlab.host = http://gitlab.example.com
gitlab.token = your_token
The gitlab's builtin badges are two, see the source code at https://gitlab.com/gitlab-org/gitlab-foss/tree/master/lib/gitlab/badge
For example:
- https://gitlab.com/iubar/hello/badges/master/build.svg
- https://gitlab.com/iubar/hello/badges/master/coverage.svg
- https://github.com/m4tthumphrey/php-gitlab-api (a PHP wrapper to be used with Gitlab's Api)