feature-flags
Here are 497 public repositories matching this topic...
-
Updated
Dec 18, 2021 - Ruby
And, ideally, a configurable list of annotations denoting generated source or AST structures.
See #105 for the kind of issue this seeks to avoid, and the limitations of this fix.
As we are constantly upgrading Flagr server, the client SDKs may experience unexpected changes from the server side. The integration tests should better include these SDKs instead of just simple CURL tests.
Specifically, we want to cover
-
Updated
Dec 18, 2021 - Go
Hi,
It is quite stupid to have one type for many events.
Suggestion:
On feature_segment update sends : FLAG_SEGMENT_UPDATED
On feature_identity update sends : FLAG_IDENTITY_UPDATED
on feature update sends : FLAG_FEATURE_UPDATED
-
Updated
Jan 10, 2020 - PHP
-
Updated
Dec 18, 2021 - C#
-
Updated
Dec 16, 2021 - Elixir
-
Updated
Jul 15, 2021 - C#
-
Updated
Dec 16, 2021 - Ruby
-
Updated
Dec 13, 2021 - TypeScript
Requirements
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
-
Updated
Dec 14, 2021 - JavaScript
Right now, when you archive a key, you can only see it if you manually search for it.
This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).
It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.
-
Updated
Sep 27, 2019 - C#
-
Updated
Oct 25, 2019
-
Updated
Jul 2, 2021 - PHP
-
Updated
Nov 29, 2021 - PHP
-
Updated
Apr 16, 2021 - Ruby
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 18, 2021 - Dart
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
Jun 10, 2021
-
Updated
Apr 10, 2021 - Swift
-
Updated
Oct 15, 2021 - JavaScript
Improve this page
Add a description, image, and links to the feature-flags topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-flags topic, visit your repo's landing page and select "manage topics."


Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}