Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  • Potential Hyrax ACL change. (Daniel Pierce

    • Code Block
      languageruby
      def pending_changes?
        !change_set.resource.persisted? || change_set.changed?
      end
  • <add your agenda item here (your name)>


Moderator: Daniel Pierce

Notetaker: Thomas Scherz

Attendees:


...

Meeting Process

Expand
titleModerator and Note Taker - click to see meeting process...
  1. Standing pre-agenda items (moderator)

    1. Welcome

      • "Welcome everyone, please add your name to the Attendees list.  If you are unable to do so, please let us know, and someone will add you. To any newcomers, Welcome, and please feel free to ask questions. Likewise for all attendees. We strive for an open and accessible conversation around Samvera technology."

    2. Call for new agenda items

  2. Follow Agenda from above (facilitated by moderator) and record notes in Notes section below (note taker)

  3. Standing post-agenda items (moderator)

    1. call for next moderator and note taker (moderator)

      1. Moderator:

      2. Notetaker:

    2. Samvera help follow-up (moderator)

    3. Pull request review (moderator)

      1. Recent Samvera PR list

  4. Post-meeting action (note taker)

    1. After call, this week's notetaker should create the agenda for the next call:

      1. Open template agenda titled "Samvera Tech Call 2023-xx-xx"

      2. Click on ... in the top right corner, and select copy.

      3. Popup will open for location. It should contain:

        1. Space: Samvera

        2. Parent page: 2023

      4. Select copy. New page should be created.

      5. Modify the title to remove "copy of", update it with the next date, add moderator, notetaker, and any carry-over agenda info. Click Publish. 


...

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