samvera / hyku

Hyku: A multi-tenant Hyrax application built on the latest and greatest Samvera community components. Brought to you by the Hydra-in-a-Box project partners and IMLS; maintained by the Hyku Interest Group.
https://samvera.atlassian.net/wiki/spaces/hyku/overview
Other
96 stars 47 forks source link

:broom: locks rails to a version that supports good jobs #2272

Closed ShanaLMoore closed 1 month ago

ShanaLMoore commented 1 month ago

This specific commit is needed for good jobs to work.

ref:

github-actions[bot] commented 1 month ago

Test Results

    3 files  ±0      3 suites  ±0   18m 36s :stopwatch: +33s 2 027 tests ±0  1 977 :white_check_mark: ±0  50 :zzz: ±0  0 :x: ±0  2 054 runs  ±0  2 002 :white_check_mark: ±0  52 :zzz: ±0  0 :x: ±0 

Results for commit 828da44f. ± Comparison against base commit 609f5f86.

This pull request removes 42 and adds 42 tests. Note that renamed tests count towards both. ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to destroy 8723fceb-949d-4c49-b2e7-d92ea2426019 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to edit 91f8eaba-b226-4ebc-a3e4-34dd6f09dc56 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to read 186f3e4a-b299-46fb-a9f1-79c5a3540207 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to update d366e1ea-2035-4580-b3bb-ee0f1fdff5ac spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy 3fd01060-b3b9-48b6-baa5-b98b7f54d0ae spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 5c6be490-26f3-4759-b7cc-09a11f49e3b0 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read b95b4339-b44f-4c72-abf5-b0069ef22eb8 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update 54718335-eab9-401a-b25b-d4283041d993 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy aa326e3e-3568-4353-a8ea-2ad5280207a9 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit 7f1db10a-e142-4cba-b722-b7aab49835a5 … ``` ``` spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to destroy cb720307-40d0-453c-825d-0bf4fa7fd550 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to edit ee6a8ef9-317d-4501-87bb-86130342bdb9 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to read 1f81f608-8901-493f-8e90-03e0f5a2fd48 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor Etd permissions is expected not to be able to update c66155c2-ad30-494f-8d41-abe5bdea600c spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to destroy fe7d3ab2-0c91-4b03-9db2-aa9cbc9fcfb9 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to edit 11e550c1-f029-4d4a-ac55-b1ea0e30e291 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to read ec39d5b9-9875-4c63-84ec-8a0b56274937 spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor FileSet permissions is expected not to be able to update af27dc7e-2d42-4386-b170-dc0cbacd898c spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to destroy 42a0bfc8-3310-481d-bdca-cdf59acfd4fc spec.abilities.work_ability_spec ‑ Hyrax::Ability::WorkAbility when work depositor GenericWork permissions is expected not to be able to edit a67281da-0707-48e0-a6a0-8f4cb566fe71 … ```