Keenan Brock

Results 81 issues of Keenan Brock

Spin off from https://github.com/ManageIQ/manageiq-pods/issues/736 ![](https://user-images.githubusercontent.com/1930/129594925-5df430a7-a6de-43ac-90f8-3b49e8fc210d.png) ### 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....

enhancement
help wanted

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

enhancement

Document how a switch relates to an ems Some models use `ems_id`, others use `HostVirtualSwitch`

developer

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

refactoring
wip
stale
unmergeable

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

enhancement
performance
wip
stale

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

technical debt
help wanted
wip

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

cleanup
wip
core/events
stale

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

performance
stale

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

bug