Pulse/internal/config
rcourtman cdbc6057b0 feat: export API tokens in config export
Add API tokens to the export data so they are included when
exporting/backing up configuration. This ensures API tokens are
preserved when migrating or restoring Pulse instances.

Changes:
- Add APITokens field to ExportData struct
- Load API tokens during export process
- Include tokens in exported JSON (omitempty if none exist)
2025-10-21 11:37:25 +00:00
..
api_tokens.go feat: streamline docker agent onboarding 2025-10-14 09:45:32 +00:00
client_helpers.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
config.go feat: improve discovery with progress tracking, validation, and structured errors 2025-10-20 22:29:30 +00:00
credentials.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
export.go feat: export API tokens in config export 2025-10-21 11:37:25 +00:00
guest_metadata.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
oidc.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
persistence.go feat: improve discovery with progress tracking, validation, and structured errors 2025-10-20 22:29:30 +00:00
persistence_test.go Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
registration.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
settings.go feat: add professional logging with runtime configuration and performance optimization 2025-10-20 15:13:38 +00:00
watcher.go feat: streamline docker agent onboarding 2025-10-14 09:45:32 +00:00