toggles
Here are 46 public repositories matching this topic...
-
Updated
Oct 5, 2021 - Pug
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
Feb 10, 2022 - JavaScript
-
Updated
Mar 3, 2022 - Makefile
-
Updated
Jun 6, 2022 - JavaScript
I am currently writing some custom strategies that are simply gradual rollout strategies similar to the built in one for user IDs but these are keyed off of different data specific to my use case. I want to make sure that my gradual rollout strategy uses the same normalization, rounding, etc. that the built in gradual rollout strategies use.
However, that logic is defined inside of `internal/st
-
Updated
Jun 3, 2022 - Java
-
Updated
May 11, 2022 - JavaScript
-
Updated
Apr 25, 2022 - C#
-
Updated
May 23, 2022 - Ruby
-
Updated
Mar 9, 2017 - CSS
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jan 31, 2020 - Python
-
Updated
Jun 4, 2022 - CSS
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 15, 2018 - Java
-
Updated
Jun 26, 2019 - JavaScript
-
Updated
Jun 15, 2021 - Java
-
Updated
Jun 2, 2022 - Scala
-
Updated
Aug 7, 2017 - CSS
-
Updated
Dec 17, 2018 - Swift
Improve this page
Add a description, image, and links to the toggles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the toggles 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}