- 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 4 commits
-
-
Skylar Saveland committed
-
Skylar Saveland committed
-
Skylar Saveland committed
-
Skylar Saveland committed
-
- 24 Sep, 2013 1 commit
-
-
Steve Fox committed
-
- 22 Aug, 2013 1 commit
-
-
Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
Johan Wirén committed
-
- 20 Aug, 2013 1 commit
-
-
For issue #3372, apply consistent parameter aliases to source_control modules. For hg, add name and version and add to documentation string. For subversion, add version and document version and name aliases in documentation string.
Stephen Fromm committed
-
- 07 Aug, 2013 1 commit
-
-
This disclaimer already exists in library/source_control/hg but not here. It affects both and was discussed awhile back on: https://groups.google.com/forum/#!msg/ansible-project/q9G9xIdsRxo/XJhQzuS-qSoJ However no PR was ever sent to fix the doc.
Drew Blas committed
-
- 02 Aug, 2013 2 commits
-
-
Fixes issue #3360 - Inconsistent behavior of the hg module w.r.t. dest path
James Cammarata committed -
Petr Svoboda committed
-
- 01 Aug, 2013 1 commit
-
-
"UnboundLocalError: local variable 'branch' referenced before assignment" is raised in git, line 282, in switch_version. Exception is raised when version is not branch and version checkout fails. E.g. when version is nonexistant commit.
Petr Svoboda committed
-
- 20 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 18 Jul, 2013 1 commit
-
-
Git is unable to checkout the specified `version` when the repository is cloned with a reduced history (`depth`). However, if the repository is already cloned, subsequent git module calls will update the repository (default update=True), then properly checkout the specified `version`. To allow the initial call to properly clone the specified `version`, at the specified `depth`, this patch adds the `--branch` parameter when cloning the repository.
James Laska committed
-
- 04 Jul, 2013 1 commit
-
-
Matt Spaulding committed
-
- 03 Jul, 2013 1 commit
-
-
Joshua Lund committed
-
- 20 Jun, 2013 1 commit
-
-
This does two things: * add --recursive option to git clone command in clone(). This will initialize all submodules when cloning a remote repository. * Add submodule_update() and call that from fetch(). submodule_update() calls two git commands iff the file .gitmodules exists in the repository: * 'git submodule sync' - synchronizes the submodules' remote URL configuration setting to the value in .gitmodules. * 'git submodule update --init --recursive' - initialize and update registered submodules to the commit specified in the index of the containing repository. If a repository was cloned without --recursive, submodule_update() will ensure that the submodules are initialized and updated.
Stephen Fromm committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-