You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement Time-To-Live (TTL) enforcement for specific datasets (#264)
* Implement Time-To-Live (TTL) enforcement for local datasets
This change introduces a strict 55-day retention policy for local datasets to align with data privacy guidelines.
- Datasets are assigned a retention date upon import (Oldest Log + 55 days).
- Fresh imports get a minimum 1-hour grace period.
- Expired datasets are automatically deleted on startup or when switching datasets.
- Warnings are displayed 10 days before expiration.
- Adds 'HAS_EXTRA_DATA_SOURCE' constant to simplify environment checks.
* fix: clean up DatasetLoading and use HAS_EXTRA_DATA_SOURCE constant 15997e4
0 commit comments