Kim Gustyr
Kim Gustyr
1. Add optional boolean properties `TraitWithIdentity.transient`, `Identity.transient` 2. Support API schema changes described here https://github.com/Flagsmith/flagsmith/issues/4279
In in the Project Settings Usage tab, the right-hand number should represent `project.max_segment_overrides_allowed * len(project.environments)`. Right now it's just `project.max_segment_overrides_allowed`, which causes confusion:
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...
Currently, Edge API has to generate a created date on the fly because the engine expects it. To avoid confusion, store the `created_date` when writing overrides.
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...
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...
Thanks for submitting a PR! Please check the boxes below: Contributes to #4413. - [ ] I have added information to `docs/` if required so people know about the feature!...
### Goal To support additional use cases, such as evaluating identities in different contexts or managing anonymous identities, we aim to enable our SDK users to: 1. Evaluate flags against...
One of the few things that are not yet automated when setting up self-hosted Flagsmith is creating and hooking up to the FoF environment. It does make sense to perform...
### Is your feature request related to a problem? Please describe. To check a given users' permissions, one currently needs to navigate between projects and groups. This is becoming very...