prvng_core/nulib/lib_provisioning
Jesús Pérez 2f75500702
refactor(5 test files): selective imports + remove dangling (ADR-025 L2)
Five test files, 2 stars each -> selective.

config/encryption_tests.nu:
  config/encryption.nu [7 symbols]
  kms/client.nu        [kms-status]

extensions/tests/test_cache.nu:
  extensions/cache.nu  DROPPED (dead)
  utils/logger.nu      REMOVED (file does not exist — dangling)

extensions/tests/test_oci_client.nu:
  oci/client.nu   [4 symbols]
  utils/logger.nu REMOVED (dangling)

extensions/tests/test_discovery.nu:
  extensions/discovery.nu [5 symbols]
  utils/logger.nu         REMOVED (dangling)

config/loader/test.nu:
  config/validators.nu   [validate-interpolation]
  config/interpolators   DROPPED (dead)

Pre-existing bug found and removed: 3 test files imported
`../../utils/logger.nu` which doesn't exist. Star-import silenced the
missing-file error; with selective imports it would fail. Cleanest fix:
remove the dangling import (the files never actually used any symbols
from logger.nu — it was a zombie import from a long-deleted file).

Validation: 4 files 0 errors. encryption_tests.nu has 1 pre-existing
error matching baseline.

Refs: ADR-025
2026-04-17 09:18:19 +01:00
..
ai chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
cache refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01:00
cmd refactor(cmd/lib + config/loader/core + config/encryption): selective (ADR-025 L2) 2026-04-17 08:58:20 +01:00
commands chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
config refactor(5 test files): selective imports + remove dangling (ADR-025 L2) 2026-04-17 09:18:19 +01:00
coredns refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01:00
defs refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
dependencies feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
diagnostics refactor(7 files): extensions + diagnostics + sops + packaging (ADR-025 L2) 2026-04-17 09:12:55 +01:00
extensions refactor(5 test files): selective imports + remove dangling (ADR-025 L2) 2026-04-17 09:18:19 +01:00
gitea refactor(gitea/commands): selective imports + drop 1 dead (ADR-025 L2) 2026-04-17 08:34:16 +01:00
infra_validator feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
integrations refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
kms refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
layers refactor(module_loader + layers + diagnostics): selective imports (ADR-025 L2/L3) 2026-04-17 09:02:05 +01:00
mode refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
nickel chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00
oci refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
oci_registry chore: codebase 2025-10-07 10:32:04 +01:00
platform refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
plugins refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
project feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
providers refactor(utils/clean + providers/registry + plugins/auth): selective (ADR-025 L2) 2026-04-17 08:54:33 +01:00
services refactor(workspace/services commands): selective imports (ADR-025 L2) 2026-04-17 08:36:17 +01:00
setup refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
sops refactor(7 files): extensions + diagnostics + sops + packaging (ADR-025 L2) 2026-04-17 09:12:55 +01:00
user feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
utils refactor(config/cache + utils + config/commands): 7 files selective (ADR-025 L2) 2026-04-17 09:14:43 +01:00
vm refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01:00
webhook chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
workspace refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
context.nu chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
deploy.nu feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
deploy.nu.example chore: fix more try/catch and errors 2026-01-17 03:57:20 +00:00
fluent_daemon.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00
mod.nu fix(core): resolve undefined symbols hidden by lib_provisioning star-imports 2026-04-17 07:46:03 +01:00
module_loader.nu refactor(module_loader + layers + diagnostics): selective imports (ADR-025 L2/L3) 2026-04-17 09:02:05 +01:00
nupm.nuon chore: codebase 2025-10-07 10:32:04 +01:00
packaging.nu refactor(7 files): extensions + diagnostics + sops + packaging (ADR-025 L2) 2026-04-17 09:12:55 +01:00
plugins_defs.nu refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
result.nu feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
tera_daemon.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00