Sasa Jovicic
Sasa Jovicic
##### SUMMARY This PR adds a feature for users to change the Job Type (run type) on relaunching the job. ##### ISSUE TYPE - New or Enhanced Feature ##### COMPONENT...
##### SUMMARY This fixes a bug from this [pull request](https://github.com/ansible/awx/pull/14399). ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - UI ##### AWX VERSION ```...
##### SUMMARY Supersedes #14837 - thought removing the issue ID from the feature branch would make the `api-schema` check in the workflow successful. Fixes [14177 issue](https://github.com/ansible/awx/issues/14177). This PR adds a...
This PR adds a feature for users to change the Job Type (run type) on relaunching the job, but this should not be merged until the API changes land on...
This PR adds a feature that allows overriding the job type of each workflow node at launch time. To enable this, the `Enable prompt on launch for nodes job type`...
Fixes #3081 issue. This PR resolves the issue by skipping validation for `WorkflowJobTemplateLaunch`, as workflows do not require credentials. I believe this bug may have been introduced with the changes...
An error occurs when attempting to start a workflow if one or more prompt options are enabled during workflow template creation. **Error message:** ``` No JobTemplate matches the given query...
##### SUMMARY Fixes [14180 issue](https://github.com/ansible/awx/issues/14180). This PR introduces a feature that allows overriding the job type of each workflow node at launch time. To enable this, the `Enable prompt on...
##### SUMMARY This PR fixes an error that occurs when AWX attempts to acquire a `receptor.conf` lock in non-K8S environments. Since `receptor.conf` is not written to outside of Kubernetes, attempting...