Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let an organization admin to add new users to it's tower organization | Ivan Aragonés Muniesa | 2022-02-09 | 1 | -0/+170 |
| | |||||
* | add execution adminitrator to role module | Sean Sullivan | 2022-02-08 | 1 | -0/+15 |
| | |||||
* | Merge pull request #11380 from sean-m-sullivan/new_name | Shane McDonald | 2022-01-10 | 7 | -24/+119 |
|\ | | | | | add new name to multiple modules | ||||
| * | add new name to multiple modules | sean-m-ssullivan | 2022-01-06 | 7 | -24/+119 |
| | | |||||
* | | add better error and documentation on labels | sean-m-sullivan | 2022-01-06 | 2 | -0/+38 |
|/ | |||||
* | update to allow use of id for unified job template | sean-m-ssullivan | 2021-10-12 | 1 | -5/+5 |
| | |||||
* | add ability to lookup unified job template by org | sean-m-ssullivan | 2021-09-27 | 2 | -1/+113 |
| | |||||
* | add credentials option to schedules | sean-m-ssullivan | 2021-09-16 | 1 | -80/+176 |
| | |||||
* | Update README with recent Collections changes | beeankha | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Update integration test playbooks to work with most current Collections modules | beeankha | 2021-08-17 | 9 | -65/+83 |
| | |||||
* | Remove Collections module parameters deprecated in Controller 4.0.0 | beeankha | 2021-08-03 | 3 | -284/+136 |
| | |||||
* | Merge pull request #10108 from saito-hideki/issue/10057 | Shane McDonald | 2021-07-23 | 1 | -0/+18 |
|\ | | | | | Fix to handle ask_* parameters correctly when set false | ||||
| * | Fix to handle parameters with Boolean values correctly | Hideki Saito | 2021-07-01 | 1 | -0/+18 |
| | | | | | | | | | | | | * Addresses the issue #10057 Signed-off-by: Hideki Saito <saito@fgrep.org> | ||||
* | | Default source_project for inventory source to organization | tpage | 2021-07-07 | 1 | -0/+8 |
|/ | | | | Signed-off-by: tpage <tpage@redhat.com> | ||||
* | Add test playbook for EE collections module | beeankha | 2021-06-26 | 1 | -0/+47 |
| | |||||
* | controller_token, alias tower_token | Seth Foster | 2021-06-22 | 1 | -8/+8 |
| | |||||
* | Remove insights_credential from inventory | Bill Nottingham | 2021-06-22 | 1 | -2/+0 |
| | |||||
* | various sanity fixes | Seth Foster | 2021-06-08 | 1 | -4/+4 |
| | |||||
* | fixed ansible-test sanity import tests; removed sanity-ignore files | Sarabraj Singh | 2021-06-08 | 3 | -27/+0 |
| | |||||
* | removed un-reference-able python modules from ignore-2.9.txt | Sarabraj Singh | 2021-06-08 | 1 | -7/+1 |
| | |||||
* | actually make use of option aliases | Seth Foster | 2021-06-08 | 1 | -9/+9 |
| | |||||
* | auth_plugin env alternative | Seth Foster | 2021-06-08 | 2 | -15/+15 |
| | |||||
* | tower_username to controller_username, etc | Seth Foster | 2021-06-08 | 4 | -20/+20 |
| | |||||
* | Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the ↵ | Seth Foster | 2021-06-08 | 2 | -2/+2 |
| | | | | runtime.yml redirects, and added templating task to change to ansible.controller | ||||
* | mostly includes renaming non-syntax references to tower | Seth Foster | 2021-06-08 | 34 | -160/+160 |
| | |||||
* | controller_meta, templating | Seth Foster | 2021-06-08 | 4 | -18/+18 |
| | |||||
* | more rename, mostly in test | Seth Foster | 2021-06-08 | 26 | -200/+200 |
| | |||||
* | regex replace tower_*: to '' | Seth Foster | 2021-06-08 | 33 | -251/+251 |
| | |||||
* | pycharm refactor rename files and class, linux rename tower_ controller_ | Seth Foster | 2021-06-08 | 39 | -0/+0 |
| | |||||
* | Update ad hoc command cancel test | beeankha | 2021-05-17 | 1 | -1/+2 |
| | |||||
* | Fix failing integration test playbooks | beeankha | 2021-05-17 | 1 | -0/+1 |
| | |||||
* | Remove source_script from tower_inventory_source integration test | Hideki Saito | 2021-05-14 | 1 | -2/+1 |
| | | | | | | * Fixes #10104 Signed-off-by: Hideki Saito <saito@fgrep.org> | ||||
* | Merge pull request #10077 from sean-m-sullivan/job_launch_tags | softwarefactory-project-zuul[bot] | 2021-05-04 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tower_job_launch tags being passed to API SUMMARY #10008 Fix tower_job_launch tags being passed to API Previously the wrong field was being used on the api to pass tags, also while the module accepts lists, the API does not, so it would error. Take a users list, and converts to comma separated string, in order to maintain status quo. ISSUE TYPE Bugfix Pull Request COMPONENT NAME awx_collection AWX VERSION 19.1.0 Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Rebeccah Hunter <rhunter@redhat.com> Reviewed-by: Alan Rominger <arominge@redhat.com> | ||||
| * | fix job launch inputs | sean-m-ssullivan | 2021-05-02 | 1 | -0/+6 |
| | | |||||
* | | add search label by org | sean-m-ssullivan | 2021-04-29 | 2 | -4/+41 |
|/ | |||||
* | update tests and survey change status | sean-m-ssullivan | 2021-04-28 | 1 | -0/+118 |
| | |||||
* | project update fix | sean-m-ssullivan | 2021-04-26 | 1 | -242/+238 |
| | |||||
* | Merge pull request #9896 from sean-m-sullivan/approval_node | softwarefactory-project-zuul[bot] | 2021-04-25 | 1 | -143/+234 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add workflow approval and node wait modules SUMMARY Please see #9878 this is a clean PR after redoing my fork. Add a module to find a workflow approval node and approve or deny it, based on Issue #8013. Add a module to wait for a specific workflow node to complete and return information on it. Both of these are based on tests I have been creating for testing workflows. Scenario Launch workflow Wait for A node in the workflow to finish, compare output to expected output. If it matches, approve the approval node, otherwise deny the approval node. Workflow completes. Even used in concert I've added the wait feature to both of these so a user can wait on either to appear. This does require a workflow to use unique names on the job nodes they are waiting on, As the job # is created on the fly, it would be difficult for user to specify, A future update could explore searching for a specific identifier among a workflow template and then finding that job created by that identifier. Currently without the modules this depends on generous use of the uri module, with until and retry coupled together. ISSUE TYPE Feature Pull Request COMPONENT NAME awx-collection AWX VERSION 19.0.0 Reviewed-by: Bianca Henderson <beeankha@gmail.com> | ||||
| * | fix completeness | sean-m-ssullivan | 2021-04-23 | 1 | -143/+234 |
| | | |||||
* | | add tower workflow schema update | sean-m-ssullivan | 2021-04-22 | 1 | -0/+145 |
|/ | |||||
* | update test logic | sean-m-ssullivan | 2021-04-06 | 1 | -10/+11 |
| | |||||
* | add instance groups | sean-m-ssullivan | 2021-04-03 | 3 | -2/+63 |
| | |||||
* | add test logic | sean-m-ssullivan | 2021-03-30 | 1 | -0/+1 |
| | |||||
* | Update unit test to pull in product names that are no longer hardcoded | beeankha | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | Update manual project Collection integration test to be compatible with EEs | beeankha | 2021-03-26 | 1 | -19/+28 |
| | |||||
* | Remove/modify usage of tower-cli in Collections tests | beeankha | 2021-03-26 | 1 | -15/+3 |
| | |||||
* | remove unnecessary references to bwrap, bubblewrap, and proot | Ryan Petrello | 2021-03-25 | 2 | -16/+16 |
| | |||||
* | fix busted pep8 collection tests | Ryan Petrello | 2021-03-24 | 3 | -0/+3 |
| | | | | see: https://github.com/psf/black/issues/1841 | ||||
* | Merge branch 'devel' into copy_awx_collection | Sean Sullivan | 2021-03-12 | 1 | -2/+9 |
|\ | |||||
| * | fix tower collection integration test race condition | Nikhil Jain | 2021-03-12 | 1 | -0/+12 |
| | |