Oleh Fedorenko
Oleh Fedorenko
Thanks, @adamruzicka, rebased / squashed. Although I'd like to see green tests just in case, but I don't think there will be related failures anyway :shrug:
:green_apple:
> Should we make `ID` an acronym to avoid renaming? We could, but it will imply that we would need to either make custom inflector for the plugin, which won't...
Ready to merge after https://github.com/theforeman/foreman/pull/10131 is merged, dropped the commit for testing with Foreman PR, the latest run was green: 
Hmm, not sure why the tests from core are failing here... I had the same errors for plain Foreman, but they got fixed.
@ekohl thanks, it was indeed. Moreover, thanks to that fail we prevented a hidden issue in REX caused by the same issue. I'm afraid there might be still places we...
Ready to merge after https://github.com/theforeman/foreman/pull/10131 is merged, dropped the commit for testing with Foreman PR, the latest run was green: 
tasks and REX are done, ansible is pending
:green_apple:
Well, theforeman-rubocop caused few issues for me: 1. It through dependencies requires latest concurrent-ruby, which causes problems with dynflow, which requires a specific version, thus making bundle install to fail...