Michael Abashian

Results 19 comments of Michael Abashian

Sync jobs launched in this fashion have always been filtered out of the jobs list: https://github.com/ansible/awx/blob/devel/awx/ui/src/components/JobList/JobList.js#L40 We could look at making changes to the interface that would allow a user...

Addressed by https://github.com/ansible/awx/pull/12875

Closing this for now - we want to align with Patternfly's recommendations on the login screen.

As far as I can tell this information is not available via `/api/v2/jobs/:id`. I'm not sure if that would be simple to include or not.

@fosterseth @rooftopcellist @mqufflc https://github.com/ansible/awx-operator/commit/3b5ae73dc595a94565c70b8cda3db3e56a873978 is this something we want to look at rolling into the project? Can this issue be closed or do we want to leave it open?

I think we can safely close this one. Any substantial investment in the login screen will happen in ansible-ui moving forward.

@gamuniz can we close this in favor of #4292 or should we keep this open? Is this also going to be resolved by https://github.com/ansible/awx/pull/13584?

@ivarmu thanks for opening up this PR! I noticed that the linting error reported on your PR is also present in the head of the devel branch so I opened...

@AlanCoding in determining whether or not to disable this field in the UI we're looking at whether or not a user can create a project: https://github.com/ansible/awx/blob/devel/awx/ui/src/components/Lookup/ProjectLookup.js#L61-L63 (whether or not POST...