xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 940 forks source link

feat: update project variable with description field #1863

Closed TheCodear closed 8 months ago

TheCodear commented 8 months ago

This PR adds the description field available in the public Project Level Variables API to the SDK: https://docs.gitlab.com/ee/api/project_level_variables.html

The field has been added to all structs related to the ProjectVariableService, as well as in the tests to confirm it is treated as expected.

Let me know, if anything is yet missing!