Commit Graph

37 Commits (75d9fa648eef64a10b7c0eeccb3d4fffa97aaae9)

Author SHA1 Message Date
Matt Davis 4c0af6c808
fix internal cases of actions calling unqualified module names (#70818)
6 years ago
Rick Elrod 9cfc76a221
Nuke with_ squashing, deprecated for 2.11 (#70209)
6 years ago
Nathaniel Case 3dbc03d58a
Try to load action plugin from the same collection as the module (#66701)
6 years ago
Ganesh Nalawade 74e9b1e219
Fix network action plugin load in collection (#65849)
6 years ago
Mads Jensen c5d61953b1 Remove empty setUp/tearDown/tearDownClass methods in test classes.
7 years ago
Matt Martz 5be0668fb0
Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)
7 years ago
Paul Belanger f23bb6f7bd Properly load module_prefix for collections in task_executor.py (#60420)
7 years ago
Andrey Klychkov 4e8df9a4b8 unit tests: remove unused imports (#59636)
7 years ago
Matt Martz 0d068f1e3a
Support list of dicts with omit. Fixes #45907 (#45923)
8 years ago
Matt Clay 3033fd96b0
Move unit test compat code out of `lib/ansible/`. (#46996)
8 years ago
Matt Martz 17c89d1ffa
Remove unused rslt_q, rename the one queue to final_q everywhere (#43894)
8 years ago
Matt Martz 7404dc6767 Recursively remove args with omit as as their value, to match suboptions in argument_spec (#35299)
8 years ago
James Cammarata d8ae4dfbf2 Adding aliases for field attributes and renaming async attribute (#33141)
9 years ago
Brian Coca d84df2405d move from with_<lookup>: to loop:
9 years ago
Brian Coca f921369445 Ansible Config part2 (#27448)
9 years ago
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
9 years ago
Matt Clay d913f69ba1 PEP 8 W291 whitespace cleanup.
9 years ago
James Cammarata e244895174 Avoid copying task parents in TaskExecutor
10 years ago
James Cammarata d2b3b2c03e Performance improvements
10 years ago
Matt Clay 292785ff2b Parse async response in async action. (#16534)
10 years ago
Toshio Kuratomi f86df7c88b Test that task.args are also set properly (#15950)
10 years ago
Matt Davis bc7405efc9 Merge pull request #15797 from robinro/patch-1
10 years ago
Toshio Kuratomi 292f0ed0d6 If we can't squash for any reason, then simply do not optimize the items loop.
10 years ago
Robin Roth 254cf9ea68 reduce async timeout
10 years ago
Toshio Kuratomi 5c7ad654db Add some more tests for item squashing
10 years ago
James Cammarata 6eefc11c39 Make the loop variable (item by default) settable per task
10 years ago
James Cammarata e02b98274b issue callbacks per item and retry fails
10 years ago
Toshio Kuratomi 0e410bbc8a Squashing was occuring even though pkgs didn't have a template that would be affected by squash
10 years ago
Toshio Kuratomi aa034f4fcf Add unit tests for issue #12976
11 years ago
Toshio Kuratomi 37052a983a Fix unittest dailure with the new squash items code
11 years ago
Marius Gedminas c22f4ee697 Add a comment explaining why async = 1 in the test
11 years ago
Marius Gedminas 1a1c9203e2 Python 3: fix TypeError: unorderable types in test
11 years ago
James Cammarata ccaf47bd97 Fix unit tests broken by 057712c1
11 years ago
James Cammarata 9891bcbcae Fix unit tests broken by previous commit
11 years ago
James Cammarata e64989beb4 Moving ConnectionInformation -> PlayContext
11 years ago
Brian Coca 323362e23a added stdout to test result
11 years ago
James Cammarata d4a31e8d26 Adding unit tests for TaskExecutor (v2)
11 years ago