John Westcott IV

Results 10 issues of John Westcott IV

##### SUMMARY If a node was changed from Controller to Hybrid when the reaper ran for Administrator work units a stack would be produced. This modification will allow the code...

component:api

##### SUMMARY Altering ForeignKey to an integer field for JobEvents. Dropping cascade set null to do nothing on AdHocCommandEvent There were reported issues around cascading on lockups and DB issues...

component:api

### 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...

type:bug
component:ui

If you reference a requirements.txt for python modules but it has invalid syntax `ansible-builder build` will make the image but the python modules will not be installed. Even when running...

##### SUMMARY Enable prompting on launch of the following items in Job Templates: * Execution Environment * Labels * Forks * Job Slice Count * Timeout * Instance Groups Enable...

component:api
component:ui
component:cli
component:awx_collection

##### SUMMARY Adds a `prevent_instnace_group_fallback` field to job templates and inventories and refactors `preferred_instance_groups` too "short circuit" if it finds a flag in either location. WIP status: Needs unit test...

component:api
component:ui
component:awx_collection

# AWX Office Hours ## Proposed agenda based on topics - @fosterseth Mesh Ingress DEMO! - @TheRealHaoLiu "Failed to JSON parse a line from worker stream due to unexpected EOF(b'')"...

community

##### SUMMARY Upgrade from using postgres 12 to postgres 15. Postgres 15 is not able to load a postgres 12 database directly. So we have modified the docker volume name...

component:api

### 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...

type:bug
component:ui
needs_refinement

If we are running in containerization mode we run a command like: ``` /usr/bin/podman run --rm --tty --interactive --workdir /runner/project -v /tmp/awx_974_6lpq08hx/:/runner/:Z -v /awx_devel/ansible-runner/ansible_runner/display_callback/callback/:/home/runner/.ansible/plugins/callback/:Z --env-file /tmp/awx_974_6lpq08hx/artifacts/974/env.list --quiet --name ansible_runner_974 --user=root...