Pulse/internal/config
rcourtman bd13b966d0 feat: complete API token export/import with version handling
Complete the API token export/import feature with proper version
handling and backward compatibility:

- Bump export format to version 4.1 to indicate API token support
- Import API tokens when loading v4.1 exports
- Handle version compatibility gracefully:
  - v4.1: Full support including API tokens
  - v4.0: Notice that tokens weren't included (backward compatible)
  - Other: Warning but best-effort import
- Initialize empty array instead of nil for cleaner JSON

This ensures API tokens are properly preserved when migrating or
restoring Pulse instances while maintaining backward compatibility
with older exports.
2025-10-21 11:38:23 +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: complete API token export/import with version handling 2025-10-21 11:38:23 +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