-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AO3-5578 Try to be nicer to the database when copying icons #5019
Merged
zz9pzza
merged 9 commits into
otwcode:master
from
brianjaustin:activestorage-redux-redux
Jan 9, 2025
Merged
AO3-5578 Try to be nicer to the database when copying icons #5019
zz9pzza
merged 9 commits into
otwcode:master
from
brianjaustin:activestorage-redux-redux
Jan 9, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brianjaustin
added
the
Priority: High - Broken on Test
Merge immediately after approval
label
Jan 9, 2025
This reverts commit 476bd02.
redsummernight
approved these changes
Jan 9, 2025
zz9pzza
approved these changes
Jan 9, 2025
brianjaustin
added a commit
that referenced
this pull request
Jan 22, 2025
) * AO3-5502 correct page title on adult content warning chapters * AO3-5502 add Cucumber test * AO3-5502 satisfy Rubocop * AO3-5578 ActiveStorage copy script performance fixes (#5015) * AO3-5578 ActiveStorage copy script performance fixes * Flush $stdout to force message visibility * AO3-6873 Upgrade Elasticsearch for dev and automated tests (#5016) * AO3-5578 Avoid unnecessary DB writes when copying icons (#5017) * AO3-5578 Avoid unnecessary DB writes when copying icons * Rubocop :fistshake: * AO3-5578 Add a transaction to Psued image migration (#5018) Add a transaction * AO3-5578 Try to be nicer to the database when copying icons (#5019) * Test listing in s3 * Other tasks & fixes * Experiment with delayed upload * Fixes * Upload after txn * Rubocop things * Fixes * Avoid duplicate attachments * Revert "Avoid duplicate attachments" This reverts commit 476bd02. * AO3-5502 satisfy Rubocop again...? * AO3-5502 satisfy more Rubocop * AO3-5502 formatting improvements * AO3-5502 make sure it's the adult notice page in the test * AO3-5502 add another indent i forgot --------- Co-authored-by: Brian Austin <[email protected]> Co-authored-by: Bilka <[email protected]> Co-authored-by: james_ <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://otwarchive.atlassian.net/browse/AO3-5578
Does as little as possible with an open DB connection (and using the DB in general, mostly by offloading the work onto pulling from S3 directly)