samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

DRAFT DO NOT MERGE: :gift: Flexible double combo #6843

Open kirkkwang opened 3 months ago

kirkkwang commented 3 months ago

Purpose

This is the working branch for all things flexible metadata related.

github-actions[bot] commented 3 months ago

Test Results

    1 files   -     16      1 suites   - 16   0s :stopwatch: - 2h 16m 0s    13 tests  -  6 693      0 :white_check_mark:  -  6 409  0 :zzz:  - 297  13 :x: +13  1 750 runs   - 11 430  1 733 :white_check_mark:  - 11 052  0 :zzz:  - 395  17 :x: +17 

For more details on these failures, see this check.

Results for commit a94f39e2. ± Comparison against base commit b02cd98f.

This pull request removes 6706 and adds 13 tests. Note that renamed tests count towards both. ``` spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create # spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create # spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create # spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create # spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy AdminSet: ff08b3dc-f1d9-4760-bfd5-fd0f347c5e73 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 4ef7fb64-eb80-4bb9-a2a4-35b58635c2d9 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit AdminSet: d647f373-8ac8-4b8f-827c-b2faeb013b86 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit Hyrax::AdministrativeSet: b3d3583b-4239-4724-b780-7f5ed63aaf05 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update AdminSet: e1c263d2-aee5-4c33-8070-665d7ddeaeb9 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update Hyrax::AdministrativeSet: b4fbc8fb-8810-4029-ae4a-f143dc92917c … ``` ``` app.forms.hyrax.forms.resource_form ‑ Layout/SpaceInsideBlockBraces app.forms.hyrax.forms.resource_form ‑ Metrics/AbcSize app.forms.hyrax.forms.resource_form ‑ Metrics/CyclomaticComplexity app.forms.hyrax.forms.resource_form ‑ Metrics/PerceivedComplexity app.forms.hyrax.forms.resource_form ‑ Style/RedundantSelf app.models.concerns.hyrax.solr_document_behavior ‑ Layout/TrailingWhitespace app.models.hyrax.flexible_schema ‑ Layout/TrailingWhitespace app.models.hyrax.flexible_schema ‑ Lint/UselessAssignment app.models.hyrax.flexible_schema ‑ Style/RedundantSelf app.presenters.hyrax.work_show_presenter ‑ Layout/TrailingWhitespace … ```

:recycle: This comment has been updated with latest results.