You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the kind of cat-and-mouse game with implementing GitLab API attributes that I described in #4577 (comment).
I think it would be easier to do this by transparently passing API params to GitLab and let the server do the validation, but I haven't gotten back to that topic myself.
I would agree to that as there are quite many fields which are being added as well as deprecated so it would be a hassle to always update it. Allowing direct passing would allow users to use any field which is supported or not supported by gitlab_project
If we should pass directly the attributes, then I would be happy to do a PR with these changes
Summary
Gitlab API has new features added to support enabling/disabling/access control some parts of git repository, they are as follows:
releases_access_level
: to control the visibility ofrelease tab
in web-uienvironments_access_level
: to control the visibility ofenvironment tab
in web-uifeature_flags_access_level
: to control the visibility offeature tab
in web-uiinfrastructure_access_level
: to control the visibility ofinfrastructure tab
in web-uimonitor_access_level
: to control the visibility ofmonitoring tab
in web-uisecurity_and_compliance_access_level
: to control the visibility ofsecurity and compliance tab
in web-uiIssue Type
Feature Idea
Component Name
gitlab_project
Additional Information
Example of project creation using new fields
Code of Conduct
The text was updated successfully, but these errors were encountered: