Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@hackartisan hackartisan released this 20 Apr 20:30
· 7 commits to master since this release

Data Migration Required

In this release, Curation Concerns flips the collection relationship such that the collection is stored on a curation_concern; collections no longer keep a member list. This mitigates some performance issues coming from the upstream fedora repository software. It also makes a 'collections' facet much easier to implement.

Use the provided rake task to migrate your data after updating, e.g.:
rake curation_concerns:migrate:collections RAILS_ENV=production

Changes since v1.7.6

(I've tried to remove commits that have been backported to 1.7-stable)

2017-04-20: Bump version to 2.0.0 [Anna Headley]

2017-04-12: Relax redlock dependency [Adam Wead]

2017-04-10: Fix task definition to use :environment [Anna Headley]

2017-03-30: Add a test for collections migration task [Anna Headley]

2017-03-29: Add collection migration task [Anna Headley]

2017-03-29: Bump version to 2.0.0 RC2 [Anna Headley]

2017-04-10: Fix intermittently failing view spec [Anna Headley]

2017-03-30: remove unnecessary opts assignment [Nestor Walker]

2017-02-16: allow password protected redis servers [Nestor Walker]

2017-03-22: travis: run redis during tests [Alex Dunn]

2017-03-22: jobs: lock FileSets while attaching Files [Alex Dunn]

2017-03-16: Removing an exclusion for a non-existent file [Jeremy Friesen]

2017-03-10: Update the default workflow to allow_access_grants [Justin Coyne]

2017-03-08: Preserve additional editors when creating works [Glen Horton]

2017-02-09: Better error message for an etag conflict [Justin Coyne]

2017-01-13: Stop add_as_member_of_collections_actor from removing works from
other users' collections fixes samvera-deprecated/sufia#3011 [Anna Headley]

2017-01-02: Change ActiveFedora dependency to disallow 10.3.0-rc* [Tom Johnson]

2017-01-05: Index the file size as a long. Fixes #1117 [Justin Coyne]

2016-12-22: Bump version to 2.0.0 RC1 [Trey Pendragon]

2016-12-15: Fix documentation [GitHub]

2016-12-12: Remove dead code [Justin Coyne]

2016-12-08: Moving member_of_collection_presenters check to parent view [Esmé
Cowles]

2016-12-08: Addressing code review comments [Esmé Cowles]

2016-07-28: Reversing membership to improve performance: Works now use
member_of_collections to link to Collections [Esmé Cowles]