feature-flags
Here are 532 public repositories matching this topic...
Currently when you sort the list of features (or experiments) it only kept for that session and not saved. We would like to persist this sort state to local storage.
-
Updated
May 18, 2022 - Ruby
Piranha transforms:
someConsumer.accept((x) -> {
if(exp.isTreated(STALE_FLAG)){
doSomething(x);
}
else{
domeSomethingElse(x);
}
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
Is your feature request related to a problem? Please describe.
OpenTracing teamed up with OpenCensus to create OpenTelemetry. Tracing support is already stable.
Describe the solution you'd like
Replace OpenTracing with OpenTelemetry tracing. Alternatively, add OpenTelemetry to keep backwards compatibility.
These operators would not need a 'value' to compare against and would just check whether a given trait is set or not.
-
Updated
Jan 10, 2020 - PHP
-
Updated
May 30, 2022 - C#
-
Updated
May 23, 2022 - Elixir
-
Updated
Jul 15, 2021 - C#
-
Updated
May 20, 2022 - TypeScript
-
Updated
May 10, 2022 - Ruby
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
May 30, 2022 - JavaScript
-
Updated
Apr 20, 2022 - TypeScript
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
Feb 11, 2022 - C#
-
Updated
Oct 25, 2019
-
Updated
May 30, 2022 - TypeScript
-
Updated
Jul 2, 2021 - PHP
-
Updated
May 24, 2022 - PHP
-
Updated
May 30, 2022 - JavaScript
-
Updated
Apr 11, 2022 - Ruby
-
Updated
May 20, 2022 - Python
-
Updated
May 30, 2022 - Dart
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}