Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 4.18 KB

File metadata and controls

72 lines (43 loc) · 4.18 KB

CHANGELOG

Unreleased

Bug Fixes

  • Fix 404 handling in exists_variable_ctx() — now properly catches ApiException with status 404 and falls back to name-based search instead of logging ERROR

  • Fix test_import_run.py mock to distinguish between existing=1 and created=1 stats

  • 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])

Features

  • logging: Reduce terminal noise during CSV import — console handler set to WARNING level, file handler remains at DEBUG for full details

  • variables: Add ComponentResolutionStats dataclass 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

Documentation

  • 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)

Features

  • 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)

Refactoring

  • variables: Améliorer l'expérience utilisateur lors de l'importation (19b11b4)

  • variables: Restructurer la gestion des groupes et l'importation des variables (e0af420)