[openSUSE/open-build-service] 717ec1: Remove unused associations in Role model
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 717ec136bfb6498ce74ff88a32a06c6744be6e9a https://github.com/openSUSE/open-build-service/commit/717ec136bfb6498ce74ff8... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M src/api/app/models/role.rb Log Message: ----------- Remove unused associations in Role model `belongs_to: attrib_type_modifiable_bies` is never used. In the case of `roles_static_permissions` and `roles_users`, they are used with the `has_and_belongs_to_many` associations below. Commit: 02718ac9f61e3374352f985d757077ad87a2c319 https://github.com/openSUSE/open-build-service/commit/02718ac9f61e3374352f98... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M src/api/app/models/role.rb Log Message: ----------- Merge pull request #16291 from eduardoj/refactoring/remove_unused_roles_associations Remove unused associations in Role model Compare: https://github.com/openSUSE/open-build-service/compare/9c42c1ffbc44...02718a... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Henne Vogelsang