This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The log between the previous SHA of IiifPrint and the new one had the following: ``` ❯ git slog 9e7837ce4bd08bf8fff9126455d0e0e2602f6018..5fb1531c2aa4c4797aea5a83c74797148a9fbc32 --no-merges * 4b4165f — 🎁 Add graceful fallback of preprocessing Jeremy Friesen, (2023-11-06) (origin/i282-gracefully-handling-of-copy-failure, i282-gracefully-handling-of-copy-failure) * f8f9a90 — increase blacklight_iiif_search window Rob Kaufman, (2023-10-18) (origin/rails_version) * 7fd53d6 — iiif_print doesnt use monads Rob Kaufman, (2023-10-17) * b6352fa — loosen up hyrax too Rob Kaufman, (2023-10-17) * a335c68 — Loosen up rails restriction Rob Kaufman, (2023-10-17) * b170a57 — 🐛 Handle no file_set_ids property Jeremy Friesen, (2023-08-15) (adding-bug-fix) * 7f34a12 — 🧹 Update method call to new Shana Moore, (2023-08-22) * 0af836f — 🐛 Fix calling Fedora from view Kirk Wang, (2023-08-22) * e8e19df — Update app/views/hyrax/base/_representative_media.html.erb Jeremy Friesen, (2023-08-18) * 95eed39 — 🐛 Render thumbnails when IIIF Print disabled Jeremy Friesen, (2023-08-18) (enable-thumbnails-when-iiif-print-disabled) ``` I'm also including the `docker-compose.bundle.yml` file. With the application spun down I edited the `Gemfile` then ran: ```bash docker compose -f ./docker-compose.yml -f ./docker-compose.bundle.yml up ``` That bundled the gems. To get the updated logging in the Derivative Rodeo, I then shelled into the web container and ran: ``` bundle update derivative-rodeo --conservative ``` Yes the above `derivative-rodeo` is intentional instead of `derivative_rodeo` which maps to the repository name; there are rubygems issues to resolve. Related to: - notch8/derivative_rodeo#70 -
- Loading branch information