- 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
-
- 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
-
- 03 Dec, 2013 1 commit
-
-
Kamil Kisiel committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 25 Nov, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 18 Nov, 2013 1 commit
-
-
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
Michael DeHaan committed
-
- 14 Nov, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 01 Nov, 2013 1 commit
-
-
Michael DeHaan committed
-
- 31 Oct, 2013 2 commits
-
-
Michael DeHaan committed
-
This adds two parameters to the git module: bare (boolean) Indicates this is to be a bare repositori reference (string) Indicates the path or url to the reference repo. Check out the "--reference" option in the "git clone" man page Added appropriate tests.
Christian Goetze committed
-
- 30 Oct, 2013 1 commit
-
-
Phillip committed
-
- 16 Oct, 2013 6 commits
-
-
Yap Sok Ann committed
-
Yap Sok Ann committed
-
The return values from check mode and non-check mode should match in all cases, except when a SHA-1 hash is used as version, as there is no way to check if it is a valid hash using `git ls-remote`. Also, to accomodate this change, the force flag for the reset function has been removed so that we can do the checking in main.
Yap Sok Ann committed -
This allows the module to return the before/after revisions in all cases.
Yap Sok Ann committed -
The functions either return rc=0 or call fail_json themselves.
Yap Sok Ann committed -
This removes ambiguity at the expense of slight backward incompatibility.
Yap Sok Ann committed
-
- 10 Oct, 2013 2 commits
-
-
Mads Weitling committed
-
Mads Weitling committed
-
- 01 Oct, 2013 1 commit
-
-
James Tanner committed
-
- 26 Sep, 2013 2 commits
-
-
Skylar Saveland committed
-
Skylar Saveland committed
-