Samvera Tech Call 2024-09-18

Samvera Tech Call 2024-09-18


Meeting Logistics:

Agenda (meeting notes below)

  • Potential Hyrax ACL change. (@Daniel Pierce

    • def pending_changes? !change_set.resource.persisted? || change_set.changed? end



Moderator: @Daniel Pierce

Notetaker: @Thomas Scherz

Attendees:

  • @Bradley Watson

  • @Chris Colvard

  • @Daniel Pierce




Meeting Process




Notes

  1. Potential Hyrax ACL Change

    1. Basically pending_changes where access control that gets checked when save is called.

      Currently : Change Set with dirty tracking to see if anything has changed.  If it hasn’t changed then it doesn’t save, but i doesn’t check for persitent ACL.  Expect to see ACL or objects in fedora.  Is it a good idea to change the pending_changes check to see if resource is persistent?

    2. Bug : Valkrye query that tries to find an access control for a resource. Persistence of ACL in Hyrax main (version 5). Access Control Object should be persisted no matter what?  

  2. Update from IU

    1. IU : JSON generation for Objects

      Optimizing the code and sidekiq settings. (reducing the threads helps)

      Performance Improvements in Avalon (SpeedyAF)  to boost SOLR query times. 10,000. SOLR 9

  3. Hyrax Semaphore

    1. Clean Repo Spec wasn’t set up to clear Valkyria Adapters from PostGress