Compare commits

..

No commits in common. "16c6bff5e49a5a3f9a55ccf5026df76349ad0341" and "6d24fc5b8ccbf92714f5d486c49a20f12b0c027a" have entirely different histories.

69 changed files with 9 additions and 17 deletions

View file

@ -1,10 +1,3 @@
## 0.2.0a29 (2026-01-21)
### Fix
- update tests
- secret_manager has no real default value
## 0.2.0a28 (2026-01-16) ## 0.2.0a28 (2026-01-16)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_display" name = "rougail.output_display"
version = "0.2.0a29" version = "0.2.0a28"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output display" description = "Rougail output display"

View file

@ -289,9 +289,8 @@ class Node:
else: else:
true_default = is_default and meta_option.owner.get() == default_owner true_default = is_default and meta_option.owner.get() == default_owner
added = not is_default or true_default added = not is_default or true_default
secret_manager = option.information.get('secret_manager', False)
while True: while True:
if values and true_default and (value in [None, []] or secret_manager): if values and true_default and value in [None, []]:
break break
if isinstance(value, list): if isinstance(value, list):
value = [self.convert_value(meta_option, val) for val in value] value = [self.convert_value(meta_option, val) for val in value]

View file

@ -1,4 +1,4 @@
> [!CAUTION] > [!CAUTION]
> >
> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data > - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
> - variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data > - variable or family "dynVal3" does not exist, it has been loading from fake user data

View file

@ -1,4 +1,4 @@
> [!CAUTION] > [!CAUTION]
> >
> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data > - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
> - variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data > - variable or family "dynVal3" does not exist, it has been loading from fake user data

View file

@ -1,3 +1,3 @@
🛑 Caution 🛑 Caution
┣━━ cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data ┣━━ cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
┗━━ variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data ┗━━ variable or family "dynVal3" does not exist, it has been loading from fake user data

View file

@ -1,3 +1,3 @@
> [!CAUTION] > [!CAUTION]
> >
> - A dynamic with val2: :stop_sign: [- variable or family "var" does not exist so cannot load "dyn{{ identifier }}.var", it has been loading from fake user data -] > - variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data

View file

@ -1,3 +1,3 @@
> [!CAUTION] > [!CAUTION]
> >
> - A dynamic with val2: :stop_sign: <span style="color: #C23636">variable or family "var" does not exist so cannot load "dyn{{ identifier }}.var", it has been loading from fake user data</span> > - variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data

View file

@ -1,2 +1,2 @@
🛑 Caution 🛑 Caution
┗━━ A dynamic with val2: 🛑 variable or family "var" does not exist so cannot load "dyn{{ identifier }}.var", it has been loading from fake user data ┗━━ variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data