Samvera Tech Call 2025-03-26
Iโm In
Meeting Logistics:
Time: 9:00am PDT / Noon EDT
Zoom Meeting URL:ย Join our Cloud HD Video Meeting
(link will launch Zoomย client โ if you do not have Zoom, expand the instructions below)
ย
ย
Agenda (meeting notes below)
Hyrax template install via the
hyrax:install
generator has a problem:These lines in the valkyrie initializer need to be removed
Chris Colvard autoloading pr
Hyku docker loading fixes
ย
Moderator:ย @Bradley Watson
Notetaker:ย @Daniel Pierce
Attendees:
Tracy McCormick
Rob Kaufmann
Patrick Schilf
David Moles
Nic Don Stanton-Roark
Randall Floyd
ย
ย
Meeting Process
Notes
CustomQueries block in valkyrie initializer generator causing problems.
Randall: Doesnโt agree with new autoloading.
Tracy: Where should those changes go?
Daniel: I think this was added as part of Freyja Frigg work
Rob: These CustomQueries need to be registered. Had issues with code reloading. Could add a guard if they donโt exist?
dassie/koppie have this in a to_prepare block, might be all this needs?
App generation needs more consistent and frequent testing.
Patrick: Are the docker images a better way to start hyrax?
hyrax-base image provides starting point, hyrax-dev image uses this to build dev images
The hyrax image will copy your hyrax code in, but still requires generation of a hyrax application.
hyrax/CONTAINERS.md at main ยท samvera/hyrax has old link to samveralabs docker hub
Chris Colvard autoloading PR
Rob:
require
causes reloading problems, this starts to address it. What is the status?PR started as part of Ruby 3.3 updates. Pivoted to using Rails 6.1 loading style for now.
Will be updated in future, probably Hyrax 6?
Debian based image
Created for hyku, build times reduced, further size reduction possible
Difficult to get a proper ImageMagick install that handles various edge cases
Notch8 putting together document of sample images
Need to rework use of unmaintained dory
Daniel: Still planning to convert hyrax to debian base soon.
ย
ย
ย