Kim Gustyr
Kim Gustyr
1. Introduce top-level `apiHost`, `frontendHost` keys. 2. Populate `ingress.api.hosts` and `ingress.frontend.hosts` values from the above, unless overridden. Add `/version` and `/sales-dashboard` to default path list for the backend. 3. Ideally,...
Blocked on https://github.com/Flagsmith/flagsmith-common/issues/48. Expose a setting that will allow to create a separate task-processor replica set that's only processing recurring tasks.
``` Test Case 'APIManagerTests.testConcurrentRequests' started at 2024-11-18 18:43:27.208 /home/runner/work/flagsmith-ios-client/flagsmith-ios-client/FlagsmithClient/Tests/APIManagerTests.swift:83: error: APIManagerTests.testConcurrentRequests : Asynchronous wait failed - Exceeded timeout of 10.0 seconds, with unfulfilled expectations: Multiple threads can access the APIManager...
Thanks for submitting a PR! Please check the boxes below: - [ ] I have added information to `docs/` if required so people know about the feature! - [ ]...
This tracks current issues related to identity overrides in local evaluation.
Currently, the offline defaults are only being used if the FoF base url and environment key are not being set. If they are set, but the SDK API call fails...
Thanks for submitting a PR! Please check the boxes below: - [ ] I have added information to `docs/` if required so people know about the feature! - [ ]...
We need to add a `timestamp` field to the webhook integration payload and to other identity integrations that support it. Currently, users can only estimate the timestamp of an event...
See https://github.com/Flagsmith/flagsmith/issues/6051. In the mapper layer, omit segments from evaluation context when `getEnvironmentFlags` is called.