Pulse/internal/config
rcourtman 94952577e2 Add unit tests for importTransaction (internal/config)
24 test cases covering transaction lifecycle: staging, commit, rollback, and cleanup.
Tests include atomic commit behavior, backup/restore on failure, directory creation,
permission handling, and idempotent cleanup.

First test file for import_transaction.go. Coverage 42.4% → 42.7%.
2025-11-30 21:04:41 +00:00
..
api_tokens.go
api_tokens_test.go
client_helpers.go
client_helpers_test.go
config.go Fix cluster proxy token collision - store per-node control tokens 2025-11-30 20:37:58 +00:00
config_utils_test.go Add unit tests for discovery config functions (config) 2025-11-30 10:49:03 +00:00
detect_root.go
docker_metadata.go
docker_metadata_test.go Add unit tests for DockerMetadataStore (internal/config) 2025-11-30 17:20:46 +00:00
export.go
export_test.go
guest_metadata.go
guest_metadata_test.go Add unit tests for GuestMetadataStore (internal/config) 2025-11-30 20:48:05 +00:00
import_transaction.go
import_transaction_test.go Add unit tests for importTransaction (internal/config) 2025-11-30 21:04:41 +00:00
oidc.go
oidc_test.go Add unit tests for OIDC configuration helpers 2025-11-30 16:22:43 +00:00
persistence.go
persistence_fail_test.go
persistence_test.go
watcher.go