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
182 stars 122 forks source link

Explicitly cast metrics from Matomo to be integers #6853

Open dlpierce opened 1 week ago

dlpierce commented 1 week ago

Same as #6831 moved to a non-fork branch.

@ryanfb The new Actions CI reporting is not yet working for PRs from forks, so I duplicated the commit here.

github-actions[bot] commented 1 week ago

Test Results

    17 files  ±0      17 suites  ±0   2h 18m 40s :stopwatch: - 2m 9s  6 704 tests ±0   6 407 :white_check_mark: ±0  297 :zzz: ±0  0 :x: ±0  13 175 runs  ±0  12 780 :white_check_mark: ±0  395 :zzz: ±0  0 :x: ±0 

Results for commit 45b997f7. ± Comparison against base commit a1cdcaa2.

This pull request removes 267 and adds 267 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: 7ce3cfbc-09bd-4b29-951a-dbccd038d130 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 8ab39cfd-e7bb-41f3-8c4f-9f8748931a23 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit AdminSet: 8d3d9f63-671c-4f1c-88aa-39de7f8fddc2 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit Hyrax::AdministrativeSet: cc9d1004-9ab4-4b36-8a26-12018fabced7 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update AdminSet: 0b782373-b33b-4b6f-8837-548ac8b93271 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update Hyrax::AdministrativeSet: 08ea073e-1e11-4838-8ad2-7bb49f3cd88e … ``` ``` 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: 0047e21b-385d-4079-b1d0-3253263b5504 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: cda5c6fd-1c64-418f-8d11-cb1edc5ea550 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit AdminSet: aa65d7f6-4012-4c32-b233-3edc04cc2f29 spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit Hyrax::AdministrativeSet: efcc5c26-afb9-4fec-aa4b-4b09abbae8cb spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update AdminSet: 3e1651e9-8f84-4407-879a-c5caa2569bcd spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update Hyrax::AdministrativeSet: a610baa2-9923-4677-8c6f-ea92aca6a333 … ```