You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/tests/Feature/Account
Your Name 70b4a05b5c Add admin:MediaMoveStorageCloudToCloud for cold S3->S3 migration
Cold-migrate existing media from an old S3 bucket to the current cloud
bucket, one media row at a time (like MigrateLocalS3MediaURL):
- Source = --sourceDisk (default s3-old, reads AWS_OLD_*); destination = the
  current cloud disk (config filesystems.cloud). No .env editing: operators
  point AWS_* at the new bucket first (restarting workers as usual) so new
  uploads/downloads land on the new bucket, then run this to backfill old data.
- Copies media (+thumbnail) source->destination, verifies by size and by
  sha256 of the freshly-written destination object (against original_sha256),
  rewrites cdn_url/optimized_url/thumbnail_url to the destination host, and
  GCs the source objects (unless --keep-source). Busts caches.
- Only touches rows whose cdn_url still points at the source host; idempotent.
- --sourceDisk / --limit / --dry-run / --force.
- Adds the s3-old disk (AWS_OLD_*) to config/filesystems.php and feature tests.
4 weeks ago
..
FollowTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MediaMoveStorageCloudToCloudTest.php Add admin:MediaMoveStorageCloudToCloud for cold S3->S3 migration 4 weeks ago
MediaMoveStorageTest.php Add media storage migration commands (local<->cloud) with integrated GC 4 weeks ago
MigrateLocalS3MediaUrlTest.php Fix MigrateLocalS3MediaUrl tests failing in CI 4 weeks ago
MuteBlockTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PrivacyTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ProfileCountReconcileTest.php Require --scope (local/remote/both) for admin:fixProfileCounts --all 4 weeks ago
ReportTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago