flagsmith
flagsmith copied to clipboard
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
The views listed below need to be updated with `permission_classes` / `get_permissions`. - `api/integrations/slack/views.py:SlackGetChannelsViewSet` — potentially leaks Slack channels accessible to previously created integration The following views are protected by...
Thanks for submitting a PR! Please check the boxes below: - [x] I have added information to `docs/` if required so people know about the feature! - [x] I have...
### Is your feature request related to a problem? Please describe. It would be good to add a page to the docs that describes approaches to unit, integration and E2E...
We need to extend our current functionality to support three new permissions: ``` CREATE_CHANGE_REQUEST APPROVE_CHANGE_REQUEST MANAGE_SEGMENT_OVERRIDES ```
We see strong customer demand for a Kubernetes Flagsmith operator. People want to be able to: - Manage post-deploy setup, including Flagsmith-on-Flagsmith configuration — see #4447. - Create, update and...
### Is your feature request related to a problem? Please describe. When working in an environment that has approvals enabled for feature changes, making modifications to an already-approved change request...
### Is your feature request related to a problem? Please describe. In https://github.com/Flagsmith/flagsmith/pull/3790, we implemented change requests for versioned segment overrides. Using this new functionality requires change requests to be...
## Changes Adds a new endpoint to rollback to a previous version. Note that there are some implementation decisions that I made here, which are: 1. Rolling back to a...
### Is your feature request related to a problem? Please describe. This is what non-organisation-admin users see when visiting the Roles page:  This is the case even if the...
### How are you running Flagsmith - [x] Self Hosted with Docker - [x] Self Hosted with Kubernetes - [x] SaaS at flagsmith.com - [ ] Some other way (add...