- Notifications
You must be signed in to change notification settings - Fork673
Add capability to control GitLab features per project or group#1008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add capability to control GitLab features per project or group#1008
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4f4c4ef
to739666f
Compare@max-wittig Could you please take a look? |
Uh oh!
There was an error while loading.Please reload this page.
@filipowm Thanks for the MR. Could you please drop the duplicate commits from master and rebase instead? |
ad2ed38
to1ec1816
Compare
Done. I missed to notice that :) |
@filipowm Thanks for your efforts! |
Uh oh!
There was an error while loading.Please reload this page.
Currently GitLab Features API supports configuring features not only globally or per user, but also per group or project.
python-gitlab
is currently missing this option, thus this PR.Additionally fixed issue when setting up feature with
None
(null) values, e.g. nonefeature_group
oruser
. It caused GitLab to respond with HTTP 500. Thus now we're filtering outNone
values from data.