summaryrefslogtreecommitdiff
path: root/doc/api/features.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+8
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+44
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Update capitalization in admin, api, othersMarcel Amirault2019-08-231-2/+2
| | | | | Update capitalization in /administration, /api, /ci and /customization
* Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-191-1/+2
| | | | | | | | Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
* Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-2/+3
| | | | | | | | | For features the feature gates are sometimes projects, not groups or users. For example for git object pools: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5872 This commit allows for setting feature group gates based on projects, by its path as that seems most convenient.
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-2/+2
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Allow feature gate removal through the APIzj-feature-gate-remove-http-apiZeger-Jan van de Weg2018-04-031-0/+8
| | | | | | Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
* Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document the feature groupsRémy Coutable2017-07-061-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Address #34528 by improving the feature flags documentationRémy Coutable2017-07-061-1/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable2017-06-271-0/+2
| | | | | | exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-0/+2
| | | | | | | | This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+83