Skip to content
#

experiments

Here are 612 public repositories matching this topic...

unleash
romanvog
romanvog commented Aug 30, 2021

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}

harikrongali
harikrongali commented Mar 4, 2022

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
enhancement good first issue
go-feature-flag
lucas-rudd
lucas-rudd commented Feb 18, 2020

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.

Improve this page

Add a description, image, and links to the experiments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experiments topic, visit your repo's landing page and select "manage topics."

Learn more