Skip to content

Conversation

@scherztc
Copy link
Contributor

@scherztc scherztc commented Mar 15, 2024

Fixes #1129
Fixes #1132
Fixes #1134
Fixes #1135
Fixes #1137
Fixes #1138
Fixes #1139
Fixes #1141
Fixes #1152

Present short summary (50 characters or less)

This PR takes the details from :

The University of Michigan PR for Hyrax 3.4.1 : https://github.com/samvera/hyrax/releases?page=3
mlibrary/heliotrope@27a5510#diff-d09ea66f8227784ff4393d88a19836f321c915ae10031d16c93d67e6283ab55f

GWU Scholarsphere : https://github.com/gwu-libraries/scholarspace-hyrax

The Wiki Entry from the Developer Congress : https://github.com/samvera/hyrax/wiki/Upgrade-Hyrax-2.x-to-Hyrax-3

The HUT issues from our UC Sprint : https://github.com/orgs/uclibs/projects/13/views/1

@scherztc
Copy link
Contributor Author

@scherztc
Copy link
Contributor Author

se = Sipity::Entity.all
ses = se.map { |s|
begin
GlobalID::Locator.locate(s.proxy_for_global_id)
rescue Ldp::Gone => e
s.delete
next
end
}

@scherztc
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment