diff options
| author | Max Wittig <max.wittig@siemens.com> | 2020-02-10 08:15:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 08:15:50 +0100 |
| commit | 066fc9bfdc1d8e6295cb924ea8471268ee869a90 (patch) | |
| tree | 20a78c9ea8d2907bd3fbe83bb8b32db7dce4b5e5 /docs | |
| parent | 272db2655d80fb81fbe1d8c56f241fe9f31b47e0 (diff) | |
| parent | 1ec1816d7c76ae079ad3b3e3b7a1bae70e0dd95b (diff) | |
| download | gitlab-066fc9bfdc1d8e6295cb924ea8471268ee869a90.tar.gz | |
Merge pull request #1008 from filipowm/feature/feature-flags-additional-config
Add capability to control GitLab features per project or group
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gl_objects/features.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gl_objects/features.rst b/docs/gl_objects/features.rst index 9f5e685..2344895 100644 --- a/docs/gl_objects/features.rst +++ b/docs/gl_objects/features.rst @@ -24,6 +24,8 @@ Create or set a feature:: feature = gl.features.set(feature_name, True) feature = gl.features.set(feature_name, 30) + feature = gl.features.set(feature_name, True, user=filipowm) + feature = gl.features.set(feature_name, 40, group=mygroup) Delete a feature:: |
