Skip to content

Avalon 8.2 RC 1 - #6841

Merged
cjcolvar merged 324 commits into
stagingfrom
develop
May 13, 2026
Merged

Avalon 8.2 RC 1#6841
cjcolvar merged 324 commits into
stagingfrom
develop

Conversation

@cjcolvar

Copy link
Copy Markdown
Member

No description provided.

masaball and others added 30 commits February 23, 2026 11:23
This commit creates (hopefully) all the controllers, models, and views
for the new Units structure. Initial code for the Units is copied from
the Admin::Collection model and given some tweaking. Tests are not
passing in the work for this commit.

TODO: Properly map hierarchy of permissions for Unit. Do managers,
editors, depositors have permissions to do anything to the Unit or are
they only relevant for being assigned to child collections? If they do
have permissions, how do they differ from the new unit administrator
role?
This commit reworks collections to belong_to a Unit. Is this the
approach that should be taken? This would require a large effort data
remediation to create Unit entries for all existing units in a
repository and making sure that all collections are assigned to the
proper new Unit, while retaining all the current permissions structures.
Is there a way to have both the modelled Units and the controlled vocab
based units exist alongside each other to ease the remediation burden?
This commit effectively copies and tweaks the collections ability checks
over to the Units. There will need to be a conversation on if these
changes are all that is necessary.
…ns for updating pulling unit name from the RDF
joncameron and others added 27 commits May 4, 2026 14:07
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
Allow accessibility exemption in batch manifest
Use @samvera/rampv5.1.0 in the package.json for 8.2
Return unit id and name in media object json, not whole unit
Fix AJAX save for master file form in file-upload step
* Show a11y compliance exemption on item view page

* Remove accessibility compliance section in manage files

* Code review: remove additional route, fix AJAX and tests accordingly

* Fix failing test

* Code review: remove duplicated save, use a11y override setting to display toggle

* Fix failing feature spec
Related issue: #6081

Fedora requests were being made on all action types for supplemental
file controller and the show action of the objects controller. This
commit adds a `fetch_proxy` method so we can retrieve object proxies
for any controller actions that do not require a save, reducing
unnecessary calls to fedora.
Co-authored-by: Chris Colvard <chris.colvard@gmail.com>
We don't use the coverage numbers anymore so it doesn't need to happen on each CI run.
Most tests are independent of each other but a number are still order dependant but should have comments indicating so.
Some fixes to controller and view code included in order for tests to pass.
@joncameron
joncameron self-requested a review May 13, 2026 19:21
@cjcolvar
cjcolvar merged commit 016dea9 into staging May 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants