Keenan Brock
Keenan Brock
Currently the SDK doesn't build or work with Ruby 3: The versions of `rake`, `rubocop` and `webrick` need to be updated to work with Ruby 3. Notes --- - This...
If there is no default for a ipv6 default route, Ubuntu just returns an empty result. So this change just mimics linux's `ip` behavior. Before ====== ``` $ ./src/ip.py -6...
On typical systems, ip_route calls `ip route show default` On the mac, ip_route calls `ip route get while` This fixes `ip_route` from failing and fixes an appliance_console bug before ======...
When there are production gems that are not installed in development, graph will not be able to find the gem. Unfortunately, there is no information available to fix the issue...
Put limits on models so API will not allow very large input These limits were taken from the React forms found in the react schema.js files. ```bash ag -B3 maxLength...
Enable terraform provider support to workflows. Ensure it works for generic services and terraform provision workflows. Workflow execute task does not work for terraforms which is based upon services. -...
master is currently red. This turns it green. If you have an alternate solution, please share. fixes utf-8 vs us-ascii encoding for ruby 3.5-preview1 ``` expected: # "06ce69758c64b0e5f14d09474d94ba580aaa4edca7014c6ab5bc9536b5bb0d0c163425aceff74a0ad3867859f8372e07b96e63822cc0e789549bb3a35d3cf185" got: #...
### Is your feature request related to a problem? Please describe. We build an `env` with the `python` packages. When we package it up into an `rpm`, we get dozens...
Trying out various methods of not including every model in the `Vm.all` or `MiqTemplate.all` queries. Dependes upon: - [ ] https://github.com/ManageIQ/manageiq/pull/23608 Before ====== ``` vmdb(dev)> puts Vm.all.to_sql SELECT "vms".* FROM...