- 25 Aug, 2015 22 commits
-
-
Toshio Kuratomi committed
-
also normalized -M option across all cli fixes #12016
Brian Coca committed -
This bug was introduced in commit f8bf2ba1 on July 27. Hasn't gone out in a release yet.
Toshio Kuratomi committed -
Unicode and other fixes for vault
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
add option to ansible-vault to read new password from file for rekey
Toshio Kuratomi committed -
allow ansible to connect to docker containers (without using ssh)
Toshio Kuratomi committed -
The --new-vault-password-file option works the same as --vault-password-file but applies only to rekeying (when --vault-password-file sets the old password). Also update the manpage to document these options more fully.
Richard Poole committed -
Brian Coca committed
-
Brian Coca committed
-
remove defaults from inhertiable fieldattributes to allow for proper detection and override
Brian Coca committed -
added block environment test
Brian Coca committed -
Speed up execution
Brian Coca committed -
`if method in dir(self):` is very inefficient: - it must construct a list object listing all the object attributes & methods - it must then perform a O(N) linear scan of that list Replace it with the idiomatic `if hasattr(self, method):`, which is a O(1) expected time hash lookup. Should fix #11981.
Marius Gedminas committed -
objectified committed
-
objectified committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
fixes #12055
Brian Coca committed
-
- 24 Aug, 2015 16 commits
-
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
objectified committed
-
objectified committed
-
objectified committed
-
objectified committed
-
Brian Coca committed
-
Fixes #12011
James Cammarata committed -
cloudstack: more integration tests and updates
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Revert "Add PowerShell exception handling and turn on strict mode."
James Cammarata committed -
James Cammarata committed
-
- 23 Aug, 2015 2 commits
-
-
Apart from ansible-vault create, every vault subcommand is happy to deal with multiple filenames, so we can check that there's at least one, and make create check separately that there aren't any extra.
Abhijit Menon-Sen committed -
Brian Coca committed
-