Commit Graph

81 Commits (3948dc2d1de227eb3d33ca05e33373abebfca804)

Author SHA1 Message Date
James Cammarata 26ce8dac27 Fix incorrect version_added value in docstring for subversion export param
12 years ago
James Tanner 1c9950678a Addresses #6750 Use --help instead of -
12 years ago
James Tanner cca028187e Fixes #6750 Check git subcommand for --remote and expose errors
12 years ago
Gael Pasgrimaud 1fc4b89e64 Fix a typo in the subversion module documentation
12 years ago
Oleg A. Mamontov 933fb349f1 Fixed cwd for submodules update
12 years ago
Michael DeHaan c308b98742 Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellectronica/ansible into devel
12 years ago
addshore 11895fa437 Add --remote to git submodule_update
12 years ago
James Cammarata 19c92b3a42 Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export
12 years ago
James Tanner 5f428041db Fixes #6582 Re-add regex to ignore untracked files that were never tracked
12 years ago
James Tanner 67517e96d3 Fixes #6567 put the git wrapper script in the module temp dir
12 years ago
andreaskern a57581e1e7 add param to note example for ssh-keyscan
12 years ago
patrickheeney fae36165a2 Fix documentation for accept_hostkey
12 years ago
Michael DeHaan c193604f60 Some more run_command updates.
12 years ago
Patrick Smith 4173608b58 git: Execute git commands in `dest` directory
12 years ago
James Cammarata d8a81c488e Remove validate_certs parameter from fetch_url calls
12 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled
12 years ago
James Cammarata 9730157525 Validate SSL certs accessed through urllib*
12 years ago
Chris Church 5c2c29e71f Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly.
12 years ago
James Cammarata 03cb2f5ffa Merge branch 'git_version_tags' of https://github.com/j2sol/ansible into j2sol-git_version_tags
12 years ago
James Cammarata daa3253b52 Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel
12 years ago
Baptiste Lafontaine 22468e9455 Adding example for svn export
12 years ago
Jesse Keating 4593e3c357 Make sure requested version tag gets downloaded
12 years ago
Michael Porter 8ccbf13a13 (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
12 years ago
James Tanner 3ec043ec17 Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off
12 years ago
James Tanner 86ba8f4dff Fix git module parameters to conform to code standards
12 years ago
James Tanner 18050d50ec Fixes #4108 Add sshopts and keyfile parameters to the git module
12 years ago
Caleb Brown 19f7db3065 Fix a bug in "hg" module so that `pull` is not set to a version.
12 years ago
René Moser 0f2bc0dad8 subversion: use LANG=C to prevent regex failures
12 years ago
jctanner 2e1d92c2ec Merge pull request #5141 from kisielk/hg
12 years ago
James Tanner eeee1e1c5a Set accept_hostkey to False by default in the git module and fail
12 years ago
James Tanner 8665b0638a Add an "accept_hostkey" parameter to the git module to help automatically
12 years ago
Baptiste Lafontaine bc14ced48d Adding 'export' option to subversion module (to export instead of checkout)
13 years ago
Kamil Kisiel 2300902784 Don't modify hgrc when running purge
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
Tom Berger 79f3c56ddd Add a `recursive` option to the git command.
13 years ago
James Tanner 5c1fbcc9d2 Addresses #5036 fix typo in git module
13 years ago
James Tanner d950a3d1b5 Fixes 5036 add missing parameter to git module function call
13 years ago
Michael DeHaan 2726b13245 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.
13 years ago
James Tanner dfe6c5d434 Fix copyright section in githooks module
13 years ago
jctanner ad5012f930 Merge pull request #4691 from cg-soft/git-bare-ref-repo-support
13 years ago
James Tanner 303e996035 Quote docstring in githooks module
13 years ago
jctanner ce20cf8488 Merge pull request #4731 from pcgentry/devel
13 years ago
Michael DeHaan 337b6ce642 Fix documentation formatting.
13 years ago
Michael DeHaan 6d16f85b30 Suggest keyscan for github/other SCM hanging.
13 years ago
Christian Goetze f41d4ac390 Add support for bare git reference repos
13 years ago
Phillip 824d5688fc adding the githooks module
13 years ago
Yap Sok Ann 8519d586ba git: Don't add --branch while cloning if the version is a SHA-1 hash.
13 years ago
Yap Sok Ann 9f8cdac0aa git: Handle network problem when running `git ls-remote`.
13 years ago
Yap Sok Ann a53e7045a6 git: Always return the before/after revisions, even in check mode.
13 years ago
Yap Sok Ann b9558828e8 git: Make function get_remote_head usable when cloning.
13 years ago