Chris Meyers
Chris Meyers
``` Running "clean:build" (clean) task >> 1 path cleaned. Running "svgmin:icons" (svgmin) task ✔ src/box.svg (saved 412 B 40%) ✔ src/burger.svg (saved 653 B 25%) ✔ src/cake.svg (saved 617 B...
##### SUMMARY * authorized/not authorized tests for wsrelay endpoint * not authorized test for web browser websockets * skeleton of a test for authorized web browser websockets ##### ISSUE TYPE...
* Adds a spec to pip freeze all tower virtualenvs * Adds a spec to read Ansible Tower version file * Adds a parser to process pip freeze * Adds...
##### SUMMARY * Make named url work with optional url prefix ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - API ##### AWX VERSION...
##### SUMMARY * We were already maintaining prometheus metrics for the websocket relay service. This change exposes those metrics over the local per-service prometheus server. ##### ISSUE TYPE - New...
https://gist.github.com/chrismeyersfsu/e388d7c81f7d039ad617c1ac13ff0196 Above is the results of an strace of ansible-runner worker run. The majority of the IO system calls are to create and write to a very short lived job...
There is no way to prevent runner from writing to the stdout / stderr files in the artifacts directory https://github.com/ansible/ansible-runner/blob/devel/ansible_runner/runner.py#L150 Receptor also, effectively, writes the results of stdout to a...
First off, love this project !! I use this panel to visualize our pipeline runs with data pulled from a postgres db. The number of data points ends up being...
xyz a test test test
Instead of implementing the functionality of `provision_docker` as a hacky role with a lot of output generated; instead, implement `provision_docker` as an action module in python. This is nice because...