Jason Frey
Jason Frey
https://ansible-runner.readthedocs.io/en/stable/execution_environments.html `docker pull quay.io/ansible/awx-ee` Execution environments are a way to run ansible-runner tasks in an isolated container. This may help with our problem of having to keep the python dependencies...
This issue is a list of candidates for removal or serious refactoring due to limited demand of the feature crossed with level of effort in maintenance / footprint Complete removal:...
### Discussed in https://github.com/ManageIQ/manageiq/discussions/21870 This seems to have been missed in the deletion of v2v. ``` $ ag-miq -i "Transform Vm" /Users/jfrey/dev/manageiq-ui-service/tests/mock/rbac/allPermissions.json:1061: "description": "Transform VM" /Users/jfrey/dev/manageiq-ui-classic/app/controllers/mixins/actions/vm_actions/transform.rb:6: dialog = Dialog.find_by(:label =>...
This commit refactors the ManageIQ core and plugin setup and update to - DRY up duplication - Use consistent ENV vars for skipping parts - Log nicer locally and on...
I think I had an old session in my memcached instance. When I went to login, the UI code tries to call handle_invalid_session -> reset_session -> delete_session which causes `undefined...
We are currently using ansible-runner 1.4.7, which we are getting from ansible's yum repo. However, as of 2.0.0 they moved away from that repo and moved to Fedora repos. They...
WIP because I'm still finding tentacles, plus I still want to run cross-repo Fixes #20017
This PR is a PoC to show how we don't need as_each_server at the evm_server level. It probably does not work as is. This is a partial revert of https://github.com/ManageIQ/manageiq/pull/19734...
This issue has 2 parts 1. Style/RescueStandardError isn't represented at all in the style guide 2. In particular, https://github.com/bbatsov/ruby-style-guide/tree/2c0b4713794ea07a70ca4e1dee81405350fa7544#no-blind-rescues shows that `rescue => e` is "good", but this line would...