- 04 Dec, 2014 2 commits
-
-
This 'mostly' reverts commit 2769098f. Conflicts: lib/ansible/utils/__init__.py test/units/TestUtils.py
Brian Coca committed
- 25 Nov, 2014 1 commit
-
-
- make sure it calls itself correctly, now passes same params as it recieves - vars is reserved, changed for templatevars to avoid confustion - forcing mustaches again since the removal broke 'listification' as per #9622 - fixes incorrectly successful tests using undefined var, now it is defined - now returns empty list if items is None to avoid errors
Brian Coca committed
-
- 17 Nov, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 12 Nov, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 07 Nov, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 09 Oct, 2014 1 commit
-
-
Fixes #9173
Toshio Kuratomi committed
-
- 08 Oct, 2014 1 commit
-
-
(Fixes #9008.) With credit to jimi-c for the initial pass in this commit: https://github.com/jimi-c/ansible/commit/b18bd6b98edecda1fcb5a85053593e78b46b9709
Rob Howard committed
-
- 30 Sep, 2014 2 commits
-
-
Dave Rawks committed
-
* trivial test refactor to allow for python 2.6 compat
Dave Rawks committed
-
- 27 Sep, 2014 1 commit
-
-
Bruno BAILLUET committed
-
- 11 Sep, 2014 2 commits
-
-
Michael DeHaan committed
-
Tracebacks are now catchable with ignore_errors and have streamlined output. Also removes 'baby-JSON' for bash modules.
Michael DeHaan committed
-
- 10 Sep, 2014 1 commit
-
-
Fixes #8813
James Cammarata committed
-
- 05 Sep, 2014 1 commit
-
-
Fixes #8810
James Cammarata committed
-
- 22 Aug, 2014 3 commits
-
-
Michael DeHaan committed
-
Fixes #8681
James Cammarata committed -
Ensure that the automated scm determination for github.com repos still copes with .tar.gz archive files. Handling .zip archives is left as an exercise for the interested reader
Will Thames committed
-
- 21 Aug, 2014 5 commits
-
-
Michael DeHaan committed
-
Fixed role name for - { role: 'lives/in/a/subdirectory' } Should be 'lives/in/a/subdirectory', not just 'subdirectory'
Will Thames committed -
* Roles can now be given a friendly name as third field in role spec csv * Roles can be installed from URL (not just from archived SCMs) * Integration tests to demonstrate this * Unit tests to ensure that role spec parsing works as expected
Will Thames committed -
Will Thames committed
-
Moved repo_url_to_role_name to common method in ansible.utils Added unit test for repo_url_to_role_name Added integration tests for galaxy
Will Thames committed
-
- 12 Aug, 2014 1 commit
-
-
Michael DeHaan committed
-
- 11 Aug, 2014 2 commits
-
-
Michael DeHaan committed
-
Marcus Cobden committed
-
- 08 Aug, 2014 1 commit
-
-
Fixes #8512
James Cammarata committed
-
- 04 Aug, 2014 2 commits
-
-
Fixes #8394
James Cammarata committed -
Fixes #8425
James Cammarata committed
-
- 29 Jul, 2014 1 commit
-
-
Fixes #8338
James Cammarata committed
-
- 28 Jul, 2014 1 commit
-
-
Fixes #8228
James Cammarata committed
-
- 25 Jul, 2014 5 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Start of unit tests for split_args function, moved split_args to utils since not needed by modules (so far).
Michael DeHaan committed
-
- 04 Jun, 2014 1 commit
-
-
Fixes #7652
James Cammarata committed
-
- 27 May, 2014 1 commit
-
-
Recent BSD su work introduced a failing test. Removed leading space from the assertion that seems to be the culprit.
Timothy Appnel committed
-
- 23 May, 2014 1 commit
-
-
Addresses multiple issues when using su on freebsd including * su prompt differs between platforms, so turned that check into a regex comparison instead of a simple string comparison * not using '-c' after su causes problems, so added that for all platforms * fixed quoting issues due to multiple uses of '-c' introduced by the above fix Fixes #7503 Fixes #7507
James Cammarata committed
-
- 16 Apr, 2014 1 commit
-
-
Michael DeHaan committed
-