Alan Rominger

Results 84 issues of Alan Rominger

##### SUMMARY I am about 95% sure that we don't need any of these for any reason anymore. Some are fairly obvious, like, if it modifies `awx-manage runserver` behavior, then...

component:api

##### SUMMARY Work to add new, replacement, modules has already been done in 3bb559dd09642277aef5d610878ba9de6b17c7ac but that did not make it fully clear that the old module will be removed via...

component:awx_collection

##### SUMMARY Quick rundown in code - the method `WorkflowJobAccess.filtered_queryset` should always yield the same result as `UnifiedJobAccess.filtered_queryset`. The same should be true for all other "unified" job types generally,...

component:api
blocked

##### SUMMARY Without this, get this error: ``` (awx) alancoding@fedora:~/repos/awx$ pip install -e awxkit Obtaining file:///home/alancoding/repos/awx/awxkit Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run...

component:cli

##### SUMMARY This tries to de-template just a few things from our docker-compose setup. We already have the inputs as environment variables in the `Makefile`, so if we use the...

##### SUMMARY This is a minor modification to simplify the complexity of settings that someone has to manage. We made similar changes to DAB, such that if `RESOURCE_SERVER` is not...

component:api

##### SUMMARY Two separate random things here. Firstly, I have no expectation that this would work: ```python import logging logging.handlers.SysLogHandler ``` You didn't import the `logging.handlers` module... so why should...

component:api

##### SUMMARY Still a draft as of opening. We will use the results from CI here to help shore up the idea that this isn't used in a lot of...

component:api

#### What is this PR doing: I followed the docs link in the README.md https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/ and then went to User Guides -> Installation Pasted this in terminal: ``` docker run...

##### SUMMARY Obligatory gripe: This doesn't collect server-side coverage, which is the key mechanistic thing happening here. This only collects coverage from the pytest process, which is superficial, client-side stuff...