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/
We are already doing some versioning of Flags for Change Requests. We could build on this and keep a history of all flag state changes. This would allow users to...
I've added via API several test flags, however when attempting to generata a segment override the UI crashes. The API requests happening before the crash where ### Request ```javascript fetch(".../api/v1/projects/1/features/262/",...
Add Name and email as a new `Lead` in pipedrive. Similar to https://github.com/Flagsmith/flagsmith-website/blob/main/api/contact-us.js
We are storing `get environment document` calls in Influx but we need to show this data. We need to update: - The Flagsmith Dashboard - Org settings view showing API...
This PR moves the docker images and github actions to run python 3.11. This PR mainly waiting on: - https://github.com/google/re2/issues/389 - looks to be an issue with the 3.11-slim docker...
I enabled Two-Factor Authentication it but it only work for user login by email and password only.
Thanks for submitting a PR! Please check the boxes below: - [x] I have run [`pre-commit`](https://docs.flagsmith.com/platform/contributing#pre-commit) to check linting - [ ] I have added information to `docs/` if required...
Flags being dependent on other flags has been requested several times. One option for this would be to allow flag booleans/values to be used as segment operator values. So for...