Alan Rominger
Alan Rominger
##### SUMMARY Related to https://github.com/ansible/awx/issues/13512 ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - API
##### SUMMARY I asked a lot of questions to @john-westcott-iv on https://github.com/ansible/awx/pull/14081 which we discovered really came down to docs of the `ansible-galaxy` commands themselves. In https://github.com/ansible/ansible/pull/67843 a new `ansible-galaxy...
##### SUMMARY Took me a while to process, `msg_data` is _not_ what gets used in the response. It is only used for a _log message_. This threw errors when DAB...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...
##### SUMMARY The `assert` here was doing nothing and the test warnings were telling us, so I thought I would go ahead and put this up because it's the easiest...
##### SUMMARY This made it really hard to debug issues related to connecting to the database. Locally, using docker-compose, I put in these settings: ```python 'HOST': "localhost", # was postgres...
##### SUMMARY We have this gap in the heartbeat logic, which @kdelee has complained about. Basically, if we don't have any reason to believe that an execution node is broken,...
##### SUMMARY For code removals after RBAC changes, this is my first pass, since it is the most _mechanistic_ change. A role (in the old system) has both parent roles...
##### SUMMARY This picks up on the "redis" part of a prior PR https://github.com/ansible/awx/pull/12698 and goes further. That prior PR was too unfocused, trying to solve both the redis and...
##### SUMMARY Similar to https://github.com/ansible/awx/pull/15338, this is an action I very strongly want to get _out_ of the `__init__.py` for management commands, which basically runs for every single thing we...