summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adding unittest for space preservation within quotes when splitting argsv1.6.10release1.6.10James Cammarata2014-07-251-0/+6
* Fixing unittests based on previous patch for splittingJames Cammarata2014-07-251-2/+1
* Fix for unicode decoding error in new splitting codeJames Cammarata2014-07-252-0/+45
* fix an issue that copying directory will fail when trying to change file attr...someda2014-07-251-1/+7
* Smush ds removalMichael DeHaan2014-07-241-19/+0
* Add another negative test for the parser logic.Michael DeHaan2014-07-242-1/+10
* Moar split_args testsMichael DeHaan2014-07-241-4/+23
* Start of unit tests for split_args function, moved split_args to utils since ...Michael DeHaan2014-07-241-0/+34
* Using custom splitting function for module param countingJames Cammarata2014-07-241-1/+1
* Fixes to parsing tests to remove trailing spaceJames Cammarata2014-07-241-8/+8
* Add missing file.Michael DeHaan2014-07-242-1/+13
* Add missing role test file.Michael DeHaan2014-07-241-0/+45
* Add some negative tests on the same parsing infrastructure.Michael DeHaan2014-07-241-0/+3
* Add a lot of tests to verify parsing routines for scenarios that should pass....Michael DeHaan2014-07-244-2/+132
* Fixing up shell quoting issuesJames Cammarata2014-07-221-1/+1
* Fix ec2_setup task param quotingv1.6.7release1.6.7James Cammarata2014-07-211-1/+1
* Security fixes:James Cammarata2014-07-201-11/+10
* Removing cruft leftover from the deprecation of include+with_itemsJames Cammarata2014-06-094-7/+0
* Correct issue of handlers running on all hosts incorrectlyJames Cammarata2014-06-093-8/+23
* Add integration tests for group_by module. Fixed bug introduced by ansible/an...Chris Church2014-05-073-1/+121
* Make sure amazon test doesn't check host keysJames Cammarata2014-05-051-1/+1
* Fixing two bugs in the ec2_elb_lb moduleJames Cammarata2014-05-051-2/+2
* Refuse to convert a non-empty directory into a link with the file moduleJames Cammarata2014-05-021-1/+44
* fix #7244 recursive copy fails when setting directory attributessomeda2014-05-022-1/+23
* Adding an ec2_elb test to re-add an instance that had been removedJames Cammarata2014-04-301-19/+21
* Forgot to add an assertion for the new rsync_path testJames Cammarata2014-04-291-0/+11
* Adding a new test for the synchronize module to test rsync_pathJames Cammarata2014-04-291-0/+6
* Adding an integration test for the ec2_elb moduleJames Cammarata2014-04-2813-10/+286
* A few updates to the ec2_elb_lb integration testJames Cammarata2014-04-252-49/+36
* ec2_elb_lb integration tests.James Martin2014-04-253-2/+429
* ec2_eip integration tests.James Martin2014-04-214-5/+491
* This test appears OS specific, so disabling for now.Michael DeHaan2014-04-151-8/+8
* Fixed escaping of " in test_make_sudo_cmd in TestUtils so that it passesTimothy Appnel2014-04-151-1/+1
* Fixing unit tests for synchronize due to earlier changesJames Cammarata2014-04-141-10/+19
* Add unit tests for vars_filesJames Tanner2014-04-101-0/+415
* Revert "Fix #5679 again after recent changes in core"James Cammarata2014-04-071-18/+0
* Adding delimiter fixes to action_plugin + fixing local assembling with a deli...James Cammarata2014-04-031-0/+10
* Add version_compare filterMatt Martz2014-04-021-0/+23
* Denote unit test requirements in README.mdMichael DeHaan2014-04-021-0/+3
* Fixing some parsing issues in authorized_key moduleJames Cammarata2014-04-024-0/+262
* Merge branch 'regexreplace' of git://github.com/jacobweber/ansible into jacob...James Tanner2014-03-311-0/+15
|\
| * Add regex_replace jinja2 filterJacob Weber2014-02-111-0/+15
* | Fix for bug related to async jid polling change plus a new testJames Cammarata2014-03-261-0/+14
* | Adding in a test for subversion export optionJames Cammarata2014-03-251-0/+4
* | Ensure handlers run when meta tasks are defined and add handler integration t...James Tanner2014-03-256-1/+85
* | Merge pull request #6586 from sivel/probline-logic-fixMichael DeHaan2014-03-191-2/+1
|\ \
| * | Fix logic in process_common_errors for unbalanced quotesMatt Martz2014-03-191-2/+1
* | | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-192-0/+30
|/ /
* | Addresses #6550 add integration tests for pipe lookupJames Tanner2014-03-181-0/+14
* | Update credentials.yml documentation and handlingJames Laska2014-03-183-20/+48