◐ Shell
clean mode source ↗

Add capability to control GitLab features per project or group by filipowm · Pull Request #1008 · python-gitlab/python-gitlab

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. none feature_group or user. It caused GitLab to respond with HTTP 500. Thus now we're filtering out None values from data.