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/
If a user hasn't created or joined an organisation 1 hour after signing up, we should create them in hubspot and autogenerate a company based on their domain.
Hubspot has it's own filtering capabilities so we can safely disable the email domain filter when determining whether to send a user's details to hubspot or not.
Enterprise customers in our SaaS platform should be able to enable Real-time functionality automatically from the dashboard. TODO: 1. API should prevent `enable_realtime_updates` being set for non-enterprise plans 2. FE...
### How are you running Flagsmith - [ ] Self Hosted with Docker - [ ] Self Hosted with Kubernetes - [x] SaaS at flagsmith.com - [ ] Some other...
### Is your feature request related to a problem? Please describe. Currently testing webhooks are not accurate as the browser sends them, not the API ### Describe the solution you'd...
The following Docker builds are unneccessary: For E2E: - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L55-L56 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L84-L85 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L113-L114 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L142-L143 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L270-L271 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L293-L294 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-pull-request.yml#L317-L318 - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/platform-test-merge-to-main.yml#L32-L33 For Uffizzi: - https://github.com/Flagsmith/flagsmith/blob/1e75ae9b573063684c5935fd01ac1945bc869a93/.github/workflows/uffizzi-build.yml#L40-L41 All of...
### Is your feature request related to a problem? Please describe. Update the ability to filter the sales dashboard by Overage ### Describe the solution you'd like. Update the ability...
We should look into utilising dynamo more to remove the limits we currently have in place due to the single item size limit in Dynamo. ~Currently blocked by the fact...
The .NET client does have a caching layer but it is not currently documented with the other server side clients [here](https://docs.flagsmith.com/clients/server-side#caching).