Pulse/internal/config
2026-04-01 12:00:38 +01:00
..
ai.go Add Ollama basic auth support 2026-04-01 12:00:38 +01:00
ai_additional_test.go Update core infrastructure components 2026-01-28 16:52:35 +00:00
ai_config_test.go Add Ollama basic auth support 2026-04-01 12:00:38 +01:00
ai_usage_persistence_test.go feat(ai): Add enriched context with historical trends and predictions 2025-12-12 09:45:57 +00:00
api_tokens.go security: fix websocket scope and agent impersonation 2026-02-03 20:40:08 +00:00
api_tokens_additional_test.go test: expand backend coverage 2026-01-25 21:08:44 +00:00
api_tokens_test.go feat: add config migration system and multi-tenant support 2026-01-24 22:43:10 +00:00
client_helpers.go chore: remove dead code and unused files 2025-11-27 00:05:04 +00:00
client_helpers_test.go fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00
config.go fix(config): honor legacy env aliases for docker update-action toggle (#1219) 2026-02-09 14:00:24 +00:00
config_env_overrides_test.go fix(config): honor legacy env aliases for docker update-action toggle (#1219) 2026-02-09 14:00:24 +00:00
config_load_env_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
config_load_extra_coverage_test.go test: update config and monitoring tests after proxy removal 2026-01-21 12:03:30 +00:00
config_load_extra_test.go test: fix TestLoad_Errors to provide valid encryption key 2026-01-04 18:02:39 +00:00
config_load_test.go refactor: remove deprecated config fields 2026-01-22 00:43:27 +00:00
config_utils_test.go test: Add DiscoveryConfig UnmarshalJSON tests 2025-12-02 02:29:38 +00:00
config_validation_test.go refactor(config): rename BackendHost/BackendPort to BindAddress 2026-02-01 23:26:32 +00:00
detect_public_url_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
detect_root.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
detect_root_test.go fix: env overrides and OS-aware test improvements 2026-01-22 13:49:05 +00:00
docker_metadata.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
docker_metadata_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
export.go fix: resolve ExportConfig deadlock and update apprise test 2026-02-03 23:35:36 +00:00
export_import_coverage_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
export_test.go test: Add ImportConfig error path tests 2025-12-02 02:32:06 +00:00
guest_metadata.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
guest_metadata_coverage_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
guest_metadata_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
host_metadata.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
host_metadata_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
host_runtime_store.go Fix offline host visibility/alerting across restarts (#1311) 2026-03-03 15:43:29 +00:00
host_runtime_store_test.go Fix offline host visibility/alerting across restarts (#1311) 2026-03-03 15:43:29 +00:00
import_transaction.go feat: production-ready import/export with API tokens and transactional rollback 2025-10-21 14:37:44 +00:00
import_transaction_coverage_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
import_transaction_test.go test: Add StageFile transaction tests 2025-12-02 02:34:20 +00:00
migration.go chore: fix outdated comment in migration.go 2026-01-24 23:27:09 +00:00
migration_test.go feat: add config migration system and multi-tenant support 2026-01-24 22:43:10 +00:00
multi_tenant.go Harden alert history and tenant storage paths 2026-03-31 09:23:03 +01:00
multi_tenant_test.go Test multi-tenant persistence guardrails 2026-02-04 13:35:57 +00:00
oidc.go feat(rbac): implement RBAC UI, OIDC group mapping, and API standard auth 2026-01-09 19:16:34 +00:00
oidc_test.go test: add regression test for OIDC env vars with nil config (#853) 2025-12-16 21:02:47 +00:00
persistence.go Harden storage path handling for CodeQL 2026-03-31 08:55:45 +01:00
persistence_ai_branches_test.go feat: add config migration system and multi-tenant support 2026-01-24 22:43:10 +00:00
persistence_ai_test.go feat: improve AI config and persistence 2026-01-22 22:31:42 +00:00
persistence_alerts_error_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_alerts_extra_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_alerts_normalization_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_coverage_test.go test: remove obsolete EnsureDirError test 2026-01-04 18:51:02 +00:00
persistence_deadlock_test.go fix(config): avoid deadlock saving empty nodes config 2025-12-17 13:28:06 +00:00
persistence_env_update_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_extended_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
persistence_fail_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
persistence_init_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_metadata_accessors.go feat: add multi-tenancy foundation (directory-per-tenant) 2026-01-22 13:39:06 +00:00
persistence_metadata_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_migration_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_nocrypto_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_nodes_recovery_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_nodes_save_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_profiles_test.go fix: add mutex to prevent concurrent map writes in Docker agent CPU tracking 2026-01-15 21:10:55 +00:00
persistence_save_errors_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_suppressions_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
persistence_test.go fix: resolve ExportConfig deadlock and update apprise test 2026-02-03 23:35:36 +00:00
persistence_webhooks_migration_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
save_oidc_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
sso.go feat(sso): add SAML 2.0 and multi-provider SSO support 2026-01-12 15:19:59 +00:00
sso_test.go feat(sso): add SAML 2.0 and multi-provider SSO support 2026-01-12 15:19:59 +00:00
watcher.go refactor: remove deprecated config fields 2026-01-22 00:43:27 +00:00
watcher_extra_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
watcher_fsnotify_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
watcher_init_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
watcher_test.go refactor: remove deprecated config fields 2026-01-22 00:43:27 +00:00