discourse/app
Alan Guo Xiang Tan df16ab0758
FIX: S3Inventory to ignore files older than last backup restore date (#27166)
This commit updates `S3Inventory#files` to ignore S3 inventory files
which have a `last_modified` timestamp which are not at least 2 days
older than `BackupMetadata.last_restore_date` timestamp.

This check was previously only in `Jobs::EnsureS3UploadsExistence` but
`S3Inventory` can also be used via Rake tasks so this protection needs
to be in `S3Inventory` and not in the scheduled job.
2024-05-24 10:54:06 +08:00
..
assets FEATURE: add agree and edit (#27088) 2024-05-23 11:21:42 -07:00
controllers FEATURE: Implement new required options in admin user fields UI (#27079) 2024-05-23 19:18:25 +08:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: S3Inventory to ignore files older than last backup restore date (#27166) 2024-05-24 10:54:06 +08:00
mailers FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00
models FEATURE: add agree and edit (#27088) 2024-05-23 11:21:42 -07:00
serializers FIX: flaky post action counts specs (#27165) 2024-05-24 11:55:32 +10:00
services DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
views FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00