...
Time: 9:00am PDT / Noon EDT
Zoom Meeting URL: https://princeton.zoom.us/j/7739591625
(link will launch Zoom client – if you do not have Zoom, expand the instructions below)
...
Potential Hyrax ACL change. (Daniel Pierce
Code Block language ruby 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:
you
you!Chris Colvard
...
Meeting Process
Expand | ||
---|---|---|
| ||
|
...
Notes
Potential Hyrax ACL Change
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?
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?
Update from IU
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
Hyrax Semaphore
Clean Repo Spec wasn’t set up to clear Valkyria Adapters from PostGress