Commit Graph

63 Commits (bf04e8a8eae6e5f586d5260ecadd97dfdaf42f7d)

Author SHA1 Message Date
Matt Martz 5c63bb0090 Add test for clean_copy preservation of keys
8 years ago
Toshio Kuratomi b455901904
Fix shebang. shebang and interpreter path weren't being templated (#33698)
8 years ago
James Cammarata d8ae4dfbf2 Adding aliases for field attributes and renaming async attribute (#33141)
8 years ago
Brian Coca 01b6c7c9c6 better cleanup on task results display (#27175)
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
Toshio Kuratomi 9f7b0dfc30 Remove automatic use of system six
9 years ago
Dag Wieers fceb71128e Return code is not very useful to assume a task failed
9 years ago
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
9 years ago
Toshio Kuratomi 500de1f557 Remove hack for backwards compatible v2_playbook_on_start callback
9 years ago
Toshio Kuratomi 2fff690caa Update module_utils.six to latest (#22855)
9 years ago
Matt Martz 87aa59af79 Legacy pep8 updates for setup.py and tests
9 years ago
Toshio Kuratomi 5c38f3cea2 Combine jimi-c and bcoca's ideas and work on hooking module-utils into PluginLoader.
9 years ago
Toshio Kuratomi 1609afbd12 Unittests for some of module_common.py (#20812)
9 years ago
Matt Clay d913f69ba1 PEP 8 W291 whitespace cleanup.
9 years ago
James Cammarata 9d549c3498 Fixing iterator bug related to reworking of end-of-role detection
9 years ago
James Cammarata cae682607c Reworking the way end of role detection is done
9 years ago
Matt Clay 8c270ac75f Add empty-init code-smell script. (#18406)
9 years ago
Steve Kuznetsov 0bc35354ce Change `v2_playbook_on_start` logic to positively detect legacy plugins
10 years ago
Adrian Likins 6f9ca7bb83 test name TestPlayIterator->TestPlaybookExecutor
10 years ago
James Cammarata 47acf55fa9 Cache tasks by uuid in PlayIterator for O(1) lookups
10 years ago
James Cammarata e244895174 Avoid copying task parents in TaskExecutor
10 years ago
James Cammarata 06d4f4ad0e Move tasks/blocks to a single parent model
10 years ago
James Cammarata d2b3b2c03e Performance improvements
10 years ago
James Cammarata 159aa26b36 FEATURE: adding variable serial batches
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
jctanner 373b23cc24 Fix mock loader for osx /etc symlinks (#16074)
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
nitzmahone 133395db30 add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass
10 years ago
James Cammarata 6eefc11c39 Make the loop variable (item by default) settable per task
10 years ago
Jonathon Klobucar 7bee994e1c Fix for serial when percent amount is less than one host (#15396)
10 years ago
James Cammarata 81788e627d Adding unit tests for TaskResult
10 years ago
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
10 years ago
James Cammarata 299d93f6e9 Updating unit tests for PlayIterator
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 318bfbb207 Migrate cli and dependencies to use global display
11 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
James Cammarata 0e1a5919c8 Adding unit tests for PlaybookExecutor _get_serialized_batches
11 years ago
James Cammarata dfa33d0f23 Tweak variable manager use in role includes to avoid test failures
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 b2cb3153f1 Fix unit tests for PlayIterator changes regarding fact gathering
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