Keenan Brock
Keenan Brock
Spin off from https://github.com/ManageIQ/manageiq-pods/issues/736  ### Reducing the size of the Azure API gem Azure is a big gem (145mb for `azure_mgmt_network`) and our single biggest asset on the appliance/pod....
added `supports_` columns so the API can determine if the vm supports reconfiguration. related to https://github.com/ManageIQ/manageiq/pull/22980 /cc @jeffibm FYI - for the reconfiguration API that is currently on hold
Document how a switch relates to an ems Some models use `ems_id`, others use `HostVirtualSwitch`
parent: - https://github.com/ManageIQ/manageiq/issues/22397 Made some progress I wanted to see what our code looks like for preprocessing the whole tree up front. The code was parsing the same fields over...
update_and_returning is an update_all but it returns the records that were updated ## Before - fetch a record from the queue (actually default of 10, you'll see why) - update...
This came out of https://github.com/ManageIQ/manageiq/pull/22426 /cc @mahantidinesh7 You used to need to use `ActiveView::Helpers::NumberHelper` to use these helper methods. You also used to need to create an instance object to...
> Followup to deleting database backups, this removes an event that should only be triggered via db backups. Will most likely require a migration to fully remove. this is a...
Only minor tweak on the mockup, but removed an extra div
These are focused on speeding up the container related screens. These are also focused on the current implementation of the associations and their use of deleted_on IS NULL. We probably...
## Before If you override a gem with no parameters, it will set a `:path` option, even if it is not found. This path will be bogus ## After If...