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/app
Your Name 808a03117d refactor: run emoji cloud migration as a queued job, not inline in migrate
Running the ~25k-file S3 upload synchronously via Artisan::call inside the
migration blocked the upgrade with no visible output, and a mid-run failure
would leave the migration in a bad state.

Dispatch EmojiMigrateToCloudPipeline (ShouldQueue, ShouldBeUnique) onto the
mmo queue instead, so migrate returns immediately and the upload runs in the
background on Horizon. The job re-checks the cloud-storage guard at runtime,
runs the async command (--concurrency=100), has a 1h timeout and tries=1,
and is unique so it can't stack up.
3 weeks ago
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands change: admin:resyncemoji takes a required list of filenames 3 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http feat: emoji cloud storage with async S3 migration command 3 weeks ago
Jobs refactor: run emoji cloud migration as a queued job, not inline in migrate 3 weeks ago
Listeners refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Mail refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Models feat: add admin:resyncemoji to re-download remote emoji from origin 3 weeks ago
Observers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services feat: add admin:resyncemoji to re-download remote emoji from origin 3 weeks ago
Transformer fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Util Accept compacted Note attachments (#6588) 4 weeks ago
HasSnowflakePrimary.php Lint 9 months ago
helpers.php Lint 9 months ago