Samvera Tech Call 2017-12-13
How to connect: https://psu.zoom.us/j/613720745 (link will launch Zoom client – if you do not have Zoom, expand the instructions below)
Time: 9:00am PDT / Noon EDT
Moderator: justin
Notetaker: Steve Van Tuyl
Attendees:
- Michael Joseph Giarlo (Stanford)
- Jim Coble (Duke)
- James Griffin (Princeton University Library)
- Steve Van Tuyl (oregon state university)
- gregorio.luisramirez (oregon state university)
- LaRita Robinson (Notre Dame)
- cam156 (Penn State)
- Steven Ng (Temple)
- Lynette Rayle (Cornell)
- Brendan Quinn (Northwestern)
- Chris Colvard (Deactivated) (Indiana University)
- add yourself here
Agenda
Roll call by timezone per following order - ensure notetaker is present (moderator)
folks outside North and South America
Eastern timezone
Central timezone
Mountain timezone
Pacific timezone
folks who were missed or who dialed in during roll call
- Welcome all newcomers!
- Agenda (moderator)
- Call for new agenda items (moderator)
- active_fedora-noid is now noid-rails (justin)
- versions for Valkyrie (justin)
- migration process for Collection Extensions - single process to migrate all collections (Steve Van Tuyl, Michael Joseph Giarlo, Lynette Rayle)
- https://github.com/samvera/hyrax/issues/1596 - Migration Steps
- add agenda item here
- Notetaker and moderator for next time
- Notes: LaRita Robinson
- Moderate: Steve Van Tuyl
- After call, this week's notetaker should create the agenda for the next call.
Notes
- active_fedora-noid is now noid-rails (justin) - https://github.com/samvera/noid-rails/pull/78
- valkyrie sprints sorta forced this to be a thing
- next version of AF Noid will now be called Noid-Rails
- Shouldn't be any noticeable impact
- versions for Valkyrie (justin) - https://github.com/samvera-labs/valkyrie/pull/312
- spooky silence
- Proposal in that PR is for an api for versioning
- Comments:
- confusion: it seems like versioning is happening automatically if you upload a file to the storage adaptor with the same file name and attaching resource
- response: justin agrees, this is whats happening - similar to git protocol
- concern that this may version when people don't want it to - Trey Pendragon will leave some feedback
- go over some new issues in the repo - not sure taking notes on this makes a huge amount of sense... important things will be captured in valkyrie issues in github
- confusion: it seems like versioning is happening automatically if you upload a file to the storage adaptor with the same file name and attaching resource
- migration process for Collection Extensions - single process to migrate all collections (Steve Van Tuyl, Michael Joseph Giarlo, Lynette Rayle
- Process has been solidifying and have been testing it on Nurax
- Working on lazy migration but had concerns about performance and finding all the things that would need to be touched
- Plan at this point is to provide a small script that will update all of the collections
- Process:
- update gem
- db-migrate
- rake task to create new collection types
- additional script to update collections (run once when updating the code)
- Lynette Rayle is updating instructions now
- Q: is it necessary to add collection types to permission templates
- A: there are a number of places where source type is used
- logic in the permission templates controller allows you to determine what the collection type is
- Valkyrie work may conflict, in a way, that suggests a need for a closer look at this approach
- Lynette Rayle and justin will discuss offline and come to a joint solution