Joe Rafaniello

Results 70 issues of 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]...

dependencies
wip
rails6.1

Result from running `bundle exec rake locale:update_all` locally

internationalization
najdorf/yes?

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...

technical debt
help wanted

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 - [...

dependencies
wip
unmergeable

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 ""...

enhancement
internationalization

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...

dependencies
core
ruby3

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:...

enhancement
wip

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...

enhancement

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...

bug
core
oparin/yes?