Results 60 issues of Adam Grare

Only set payload_valid if it was checked otherwise leave it as `nil` https://github.com/ManageIQ/manageiq-providers-workflows/pull/59#issuecomment-1810299583

enhancement
stale

The manager_ref is typically used to track the "unique" attribute of an object, for ansible_tower/awx the manager_ref is the job_template.id but for embedded_ansible the manager_ref was nil and the name...

stale
wip

Add a version of `GenericMailer.deliver` which raises exceptions on failure and have the "async" queue/task methods call this. This should allow for us to get an error on the miq_task...

enhancement

When upgrading to a version that necessitates a new appliance image there are a few extra steps to backup the old configuration and apply it to the new one. The...

enhancement
documentation
stale
radjabov/yes?

If a VM is provisioned by MIQ (aka it has a `vm.miq_provision` attribute) then when it is retired we remove it from the provider. If it is not and it...

bug
stale

Workflows run for a dynamic dialog have their dialog_values nested under a top-level `{:dialog => {}} ` key, workflows run as a Service Template Entrypoint should have the same format....

wip
unmergeable

On a podified environment we cannot pass a unique GUID to a worker due to how the environment is defined by the deployment (all replicas have to have the same...

wip

There appear to be some sporadic test failures between supports_feature_mixin_spec and a number of other specs which test `ExtManagementSystem` classes. ``` Failures: 1) BlacklistedEvent.seed does not re-seed existing event filters...

bug
bug/sporadic test failure

The embedded workflow is set on the MiqRequestTask in `MiqProvisionRequestTemplate#service_options` called from `MiqProvisionRequestTemplate#create_tasks_for_service` ``` [----] D, [2024-07-12T13:16:50.759815#1155745:9d30] DEBUG -- evm: Q-task_id([r7_service_template_provision_request_7]) MIQ(MiqProvisionRequestTemplate#service_options) AG: MiqProvisionRequestTemplate::service_options /home/grare/adam/src/manageiq/manageiq/app/models/miq_provision_request_template.rb:13:in `block (2 levels) in create_tasks_for_service'...

bug

The Microsoft.Insights resource provider is required for ManageIQ Events and Metrics features to be able to work with an Azure cloud provider. Without this resource provider enabled events / metrics...

enhancement