Fixes #38538 - Add bulk change owner to all hosts page - #10589
Conversation
chris1984
commented
Jul 1, 2025
- Added new method in the bulk_action_controller
- Added a new route and permissions
- Added tests for the host bulk actions controller for my change
- Added the UI bits modal, actions, etc



|
Test failures are unrelated. @jeremylenz want to take a look? |
|
I think test failures are due to needing a rebase |
jeremylenz
left a comment
There was a problem hiding this comment.
Tests need another look. In addition to my specific comments, I would go through and make sure all the tests are not duplicated in bulk_hosts_extension_test or somewhere else.
|
@jeremylenz rebased and made the suggestions you put in the comments. Test failure looks unrelated. I went through the tests I made and the ones in |
|
Snapshot failures are unrelated. |
014530e to
c3727f8
Compare
|
snapshot and test failures are unrelated |
There was a problem hiding this comment.
Sentence case unless it's a page title ;)
Works well, except I did find one issue when using select all mode. But it's also an issue for host groups, so opened a separate issue for it: https://projects.theforeman.org/issues/38585
Once Katello/katello#11441 is in, tests should hopefully be green after rebase.
* Added new method in the bulk_action_controller * Added a new route and permissions * Added tests for the host bulk actions controller for my change
|
@jeremylenz all green :) |