Gitlab API¶
Warning
This page is being edited. Come back later
To learn a bit about dealing with a web API I decided to produce a graph that would show my commit frequency. To do so I had to do the following :
Setting up a token¶
Setting up a CI variable¶
Creating the bash¶
The python script¶
gitlab-ci_yml¶
The gitlab-ci.yml file has to be modified as on the image below.
The red square correspond to the execution of a bash script that calls a python script. The idea is that the bash can get
Last update: April 3, 2021