- 27 May, 2014 2 commits
-
-
James Cammarata committed
-
Fixes #7548
James Cammarata committed
-
- 23 May, 2014 1 commit
-
-
Aleksey Khudyakov committed
-
- 15 May, 2014 1 commit
-
-
If the module directory is not writable/executable to the current user (most likely because of a sudo to a non-root user), the ssh_wrapper will be created in the default location for mkstemp() calls. To facilitate the deletion of these new files, a new mechanism for cleaning up files created by the module was also added. Fixes #7375
James Cammarata committed
-
- 17 Apr, 2014 1 commit
-
-
Chad Nelson committed
-
- 10 Apr, 2014 1 commit
-
-
add `git remote set-url` before fetch to set the remote repo to the new url, if provided
Constantine Peresypkin committed
-
- 08 Apr, 2014 1 commit
-
-
James Cammarata committed
-
- 03 Apr, 2014 3 commits
-
-
James Tanner committed
-
James Tanner committed
-
Gael Pasgrimaud committed
-
- 02 Apr, 2014 1 commit
-
-
Oleg A. Mamontov committed
-
- 28 Mar, 2014 1 commit
-
-
This simply adds --remote to the git submodule update command. This means that if a branch is defined in .gitmodules then we should track said branch when updating.
addshore committed
-
- 19 Mar, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 18 Mar, 2014 1 commit
-
-
hostnames in the known hosts file are typically stored as Hashed values, calling 'ssh-keyscan' with '-H' changes to output to the Hashed format so that the known_hosts file looks more consistent
andreaskern committed
-
- 13 Mar, 2014 1 commit
-
-
patrickheeney committed
-
- 12 Mar, 2014 3 commits
-
-
Michael DeHaan committed
-
Patrick Smith committed
-
James Cammarata committed
-
- 10 Mar, 2014 4 commits
-
-
James Tanner committed
-
James Tanner committed
-
* Adds another module utility file which generalizes the access of urls via the urllib* libraries. * Adds a new spec generator for common arguments. * Makes the user-agent string configurable. Fixes #6211
James Cammarata committed -
* Adds another module utility file which generalizes the access of urls via the urllib* libraries. * Adds a new spec generator for common arguments. * Makes the user-agent string configurable. Fixes #6211
James Cammarata committed
-
- 27 Feb, 2014 1 commit
-
-
Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly.
Chris Church committed
-
- 10 Feb, 2014 1 commit
-
-
Baptiste Lafontaine committed
-
- 07 Feb, 2014 1 commit
-
-
There is a subtle bug in how the git module currently works. If the version you request is a tag name, and you've already got the repo cloned, and the tag name is a new tag, but refers to the already checked out working copy, the git module would exit early without change. This is bad as it means the new tag ref was not fetched and could not be used in later tasks. This change will check if the version is a remote tag, and if the tag doesn't exist locally. If that is true, it'll do a fetch. The activity could still be seen as not a change, because the working copy won't be updated, if the new tag refers to the already checked out copy, but that's not different than before and can be fixed as a more comprehensive overhaul of tracking change in the git module.
Jesse Keating committed
-
- 31 Jan, 2014 1 commit
-
-
(#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
Michael Porter committed
-
- 28 Jan, 2014 1 commit
-
-
James Tanner committed
-
- 23 Jan, 2014 3 commits
-
-
James Tanner committed
-
James Tanner committed
-
There is a bug in the `hg` module where if a `tag` is used it won't properly be able to update to it. This problem is exhibited on repository where a tag is moved from an older commit to a newer commit.
Caleb Brown committed
-
- 15 Jan, 2014 1 commit
-
-
Fixes bug GH-5549.
René Moser committed
-
- 11 Jan, 2014 2 commits
-
-
early if the key is unknown
James Tanner committed -
accept hostkeys for git repos and prevent task hangs when the key is unknown
James Tanner committed
-
- 13 Dec, 2013 1 commit
-
-
Baptiste Lafontaine committed
-
- 03 Dec, 2013 1 commit
-
-
Kamil Kisiel committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
Make it possible to clone without submodules by setting recursive to no. Default is yes, so no change is needed in existing plays.
Tom Berger committed
-
- 25 Nov, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-