Commit Graph
2 Commits
Author SHA1 Message Date
Yusuf İpek 0d3c6cd2ad refactor: Relocate SQL migration scripts to a dedicated directory and remove deprecated test scripts. 2025-11-22 16:22:38 +03:00
Yusuf İpek ea792a8a7f feat: add package pruning system with configurable grace periods
- Implemented automatic pruning of stale packages across all platform sync endpoints (Arch, AUR, Debian, Ubuntu, Fedora, Homebrew, Winget)
- Added `last_seen_at` tracking to mark packages as seen during sync runs and identify inactive packages
- Introduced `PRUNE_GRACE_DAYS` and `PRUNE_HARD_DELETE_DAYS` environment variables for configurable soft-delete and hard-delete thresholds
2025-11-13 01:54:23 +03:00