-
Fix 404 handling in
exists_variable_ctx()— now properly catchesApiExceptionwith status 404 and falls back to name-based search instead of logging ERROR -
Fix
test_import_run.pymock to distinguish betweenexisting=1andcreated=1stats -
Fix
test_find_or_create_unit_creation_failure— mock now properly simulates URI not found before creation failure -
Convert pyproject.toml to Poetry 2.0 format (move metadata from [project] to [tool.poetry])
-
logging: Reduce terminal noise during CSV import — console handler set to
WARNINGlevel, file handler remains atDEBUGfor full details -
variables: Add
ComponentResolutionStatsdataclass to track created/existing/failed component counts during resolution -
variables: Add component resolution summary log line:
Components summary: created=N, existing=N, failed=N -
variables:
find_or_create_component()now returns(uri, stats)tuple for component resolution tracking
-
Remove Quick Start section and icons from README (
9cc7c06) -
Translate YAML comments to English for international users (
c6af7bb) -
Update example notebook (
5bdca47) -
Update notebook and regenerate documentation (
5014e9f)
-
Add a configuration file for credentials and update the example of variable import. (
5dec072) -
Add example configuration and CSV files for variable import (
fce74f4) -
Add issue (
4f2dfca) -
Ajouter un fichier CHANGELOG pour la version 2.0.0 (
72b5f56) -
Allow to download config files (
59401a4) -
logging: Ajouter la gestion structurée des logs et remplacer les print (
11c6421) -
variables: Améliorer la gestion de l'importation des variables et des groupes (
b74f1b8) -
variables: Extraire la logique d'expansion des namespaces (
f14693b)