-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't pass the 'organization' or other fields to the search of the instance group or execution environments #14223
don't pass the 'organization' or other fields to the search of the instance group or execution environments #14223
Conversation
@gamuniz, @john-westcott-iv: any feedback related to this bugfix? |
@ivarmu can you add/modify the tests in https://github.com/ansible/awx/blob/devel/awx_collection/tests/integration/targets/schedule/tasks/main.yml and/or https://github.com/ansible/awx/blob/devel/awx_collection/test/awx/test_schedule.py to catch this issue so we can test it before and after your change to make sure we don't get a regression in the future? Also, is this "fully" broken or does it work now under some circumstances? I'm asking to find out if we need a release/doc note if the behavior is changing. |
@john-westcott-iv , I'm adding the tests and pushing the changes. I think this is fully broken as the detailed fields are never returned through the schedules api. |
The tests were already implemmented, the only parameter that was not tested at all was passing the
I've changed the direction of the patch, letting other parameters to be passed to the API calls if needed. I was thinking on removing the field |
Nah!, I've done it, it seems more elegant than before :-) |
… all the data but the organization to both labels and instance_group api calls
@gamuniz, @john-westcott-iv: I know these may be holiday days... when you become ready again... any advance on this PR? |
@gamuniz, @john-westcott-iv: putting this bugfix in your radar again :-) |
…stance group or execution environments (ansible#14223)
Bug, Docs Fix or other nominal change
SUMMARY
Fixes a bug detected here: redhat-cop/infra.aap_configuration#624
ISSUE TYPE
COMPONENT NAME
AWX VERSION
redhat-cop/infra.aap_configuration#624
ADDITIONAL INFORMATION
redhat-cop/infra.aap_configuration#624