Joe Rafaniello
Joe Rafaniello
For future people including me, if you get a `Camcorder::ProxyPlaybackError` because it can't find a recording, it could be due to psych changes. Because camcorder uses yaml to dump the...
Super broken right now. Let's figure out what's left to do. Merge with this PR: - [ ] https://github.com/ManageIQ/manageiq-api/pull/1121 Already merged dependencies: - [x] https://github.com/ManageIQ/manageiq/pull/21667 - [x] https://github.com/ManageIQ/manageiq/pull/21668 - [x]...
Result from running `bundle exec rake locale:update_all` locally
https://guides.rubyonrails.org/autoloading_and_reloading_constants.html#rails-autoloaders Rails 7 requires zeitwerk for autoloading code and we have numerous code loading problems that may be resolved by moving our plugins and core code to using zeitwerk. We...
Depends on: - [ ] https://github.com/ManageIQ/manageiq-ui-classic/pull/8235 - [ ] Will need to do a schema PR to remove the table and any id columns referenced in deletes here - [...
Thousands of line changes like the ones below make it hard to see the actual changes: ```diff ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── modified: locale/en/manageiq.po ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── @ locale/en/manageiq.po:171 @ msgid " Add " msgstr ""...
Let's upgrade to ruby 3 ### Need new gems: - [x] https://github.com/ManageIQ/jquery-rjs/pull/9 ~~Needs merge, release, then we can use that release~~ 0.1.1.3 released - [x] https://github.com/ManageIQ/foreman_api_client/pull/20 ~needs release, then, we...
Note: This is WIP. The goal is to be able to get EventStream results for a specific Vm, Template, Host, etc. or just the EmsEvents or just the MiqEvents. TODO:...
The follow tasks were extracted from: https://github.com/ManageIQ/manageiq/issues/21175 They should be evaluated if they are still needed. - [ ] Error out miq_requests and miq_request_tasks on worker destroy callback over the...
After some discussion, I'll be changing the code implemented here https://github.com/ManageIQ/manageiq/pull/22115 and utilized here: https://github.com/ManageIQ/manageiq-postgres_ha_admin/pull/36 I'm going to need to change ha admin to work with this code and test...