gitlab modules: added instance variable (#6524)

* gitlab modules: added instance variable

* fixup

* first review

* renamed to variables (groups->instance)
* added 'version_added'

* better disscription of 'updated' return value

* removed unneccessary import error check

* removed environment scope

* added vars_to_variables import

* added maintainer to .github/BOTMETA.yml

* second review

* removed vars

* readded postprocessing

* added integration test

---------

Co-authored-by: Benedikt Braunger <bebr@adm.ku.dk>
This commit is contained in:
Benibr 2023-05-29 18:55:42 +02:00 committed by GitHub
parent 57f8d84776
commit 0c96d22994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 980 additions and 0 deletions

2
.github/BOTMETA.yml vendored
View file

@ -534,6 +534,8 @@ files:
maintainers: paytroff
$modules/gitlab_project_variable.py:
maintainers: markuman
$modules/gitlab_instance_variable.py:
maintainers: benibr
$modules/gitlab_runner.py:
maintainers: SamyCoenen
$modules/gitlab_user.py: