Skip to content
#

configuration

Here are 4,855 public repositories matching this topic...

dynaconf
rochacbruno
rochacbruno commented Mar 31, 2022

On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205

validators.validate is calling from_env and it makes the variables to be reloaded from source files.

This is not good for testing.

Solution:

  1. Check if validation is happening on the same current env, then don't reload
  2. accept argument reload=False that will cause those lines to pass
Not a Bug RFC good first issue
rubenhak
rubenhak commented May 5, 2022

Description

Kubevious UI consists of multiple tree views with an ability to travel from one to another. When traversing the tree it sometimes makes it hard to remember how you landed on a particular node. The proposal is to have a "Navigation History" tool window in Kubevious UI to keep track of node selection with an ability to previous selected node.

Implementation

Changes should be in

kind/enhancement good first issue component/ui

Improve this page

Add a description, image, and links to the configuration 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 configuration topic, visit your repo's landing page and select "manage topics."

Learn more