experiments
Here are 612 public repositories matching this topic...
Similar to deployment, Rollout should throw error and shouldn't create the object if the selector is not specified.
Current behavior:
Rollout object gets created with Error status
Expected behavior:
Rollout object shouldn't be allowed to create and throw a validation error
Following file doesn't have selector defined
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
n
-
Updated
Apr 29, 2022 - Python
The survey plugin has a nested structure, with question objects inside of pages, so the use of the data parameter might not be intuitive. It might be helpful to explain in the docs and/or show in examples that data must be added on the trial rather than question level. See #2546.
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
Apr 30, 2018 - Python
-
Updated
May 3, 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
Jan 14, 2019 - Java
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Feb 28, 2021 - C#
-
Updated
Apr 20, 2022 - Swift
-
Updated
Sep 17, 2018 - Jupyter Notebook
-
Updated
Mar 6, 2019 - Python
-
Updated
Apr 30, 2018 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Apr 27, 2020 - HTML
-
Updated
Apr 8, 2022 - Python
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Apr 20, 2022 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
May 5, 2022 - Go
-
Updated
Jan 20, 2018
-
Updated
Aug 23, 2018 - JavaScript
-
Updated
May 5, 2022 - CSS
Improve this page
Add a description, image, and links to the experiments topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the experiments 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}