Group-level CI/CD variables
I struggle to find the crud operations for group-level CI/CD variables. Are they missing or is there a way to abuse the project-level functions?
If they are missing, I'm happy to contribute/draft a MR.
I struggle to find the crud operations for group-level CI/CD variables. Are they missing or is there a way to abuse the project-level functions?
If they are missing, I'm happy to contribute/draft a MR.
No, it is not yet done: https://gitlab.kitware.com/utils/rust-gitlab/-/blob/ad4d44e0ccec485e88e69340dcb3eb74214640ee/src/api/README.md#L629
Feel free to submit an MR.
Hi @ben.boeckel
I worked on a draft MR to implement group-level variables. To a large extent, the code is a duplication of the project-level API with the appropriate renaming. What's your thought on this? Should I try to extract common objects and refactor the project-level and group-level variables endpoints, or can we live with this level of duplication?
Disclaimer: I'm rather new to Rust.
closed with commit 6c66aaf0