-
Notifications
You must be signed in to change notification settings - Fork 0
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
thumbnail_url override #708
Labels
Comments
11 tasks
5 tasks
Merged
ShanaLMoore
changed the title
Convert create_with_remote_files_actor_decorator.rb into a transaction
thumbnail_url override
Aug 8, 2024
2 tasks
|
laritakr
added a commit
to samvera/bulkrax
that referenced
this issue
Aug 13, 2024
- Provides a valkyrized way to import from a remote url. - Supports additional file set arguments if present. - Adds filename to Hyrax's UploadedFile table, to allow overriding of carrierwave's default file name behavior. refs - scientist-softserv/adventist_knapsack#708 - scientist-softserv/adventist_knapsack#723
ShanaLMoore
added a commit
to samvera/bulkrax
that referenced
this issue
Aug 14, 2024
* 🧹 expands the ability to upload remote_files for valkyrie resources Previously this code strictly downloaded from s3 buckets. This was limiting, and expands the ability to import remote files without s3. * Adds ability to set filename * remove comment * adds ability to import thumbnail_url * Completes import with remote files - Provides a valkyrized way to import from a remote url. - Supports additional file set arguments if present. - Adds filename to Hyrax's UploadedFile table, to allow overriding of carrierwave's default file name behavior. refs - scientist-softserv/adventist_knapsack#708 - scientist-softserv/adventist_knapsack#723 * 💄 fix rubocop errors * 🧹 fix for failing migration error: NoMethodError: undefined method `column_exists' for #<AddFileNameToUploadedFiles:0x000055d8c48ea0b0 @name="AddFileNameToUploadedFiles", @Version=20240806161142, @connection=nil> --------- Co-authored-by: LaRita Robinson <larita@scientist.com>
ShanaLMoore
added a commit
that referenced
this issue
Aug 14, 2024
QA RESULTS: ✅ PASSTested on STAGING IMPORTER Confirming work with identifier: 20121836 OAI FEED: THUMBNAIL URL: https://adl-ebstore-repo.s3.amazonaws.com/20/1218/20121836/20121836.TN.jpg => WORK thumbnail file (*.TN.jpg) matches: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
app/actors/hyrax/actors/create_with_remote_files_actor_decorator.rb needs to be valkyrized by turning it into a transaction.
History
This transaction will be needed to set the override_default_thumbnail property of FileSet. This property will need to get added to the file set metadata for the valkyrie resource. indexers will need to be updated as well.
related to:
ref:
ref:
Acceptance Criteria
Screenshots or Video
Testing Instructions
Notes
The text was updated successfully, but these errors were encountered: