Commit graph

122 commits

Author SHA1 Message Date
Ryan Brown
84298ab5ce Improve module docs (#2638) 2016-07-29 12:31:55 -04:00
Adrian Likins
f4e34d5c3a Add RETURN docs for github_key (#2634) 2016-07-28 17:44:04 -04:00
Adrian Likins
9006c8018d Use py2.4 compat string formatting in github_key (#2633)
Replace the use of python 2.6+ string .format() method
use with the python 2.4 compatible '%s' formatting to
make the github_key module py2.4 compatible.
2016-07-28 16:59:22 -04:00
Ryan S. Brown
a69aa60081 Correct version_added for github_key module - was 2.0, now 2.2 2016-07-28 16:01:08 -04:00
Robert Estelle
c46eb7d64b New module - github_key (#692)
Create github_key module for managing GitHub keys.
This module creates, removes, or updates GitHub access keys.
2016-07-28 13:12:05 -04:00
Adrian Moisey
2ad6f02c7b Add initial github_release module (#1755)
Add initial github_release module.
2016-06-13 13:47:21 -04:00
Thilo-Alexander Ginkel
cb3e9d1545 Fix gitlab_* module boolean parameter declaration (#2385)
Without these fixes using the modules would result in the following error:
  implementation error: unknown type <type 'bool'> requested for validate_certs
2016-06-07 23:03:20 +02:00
Chris Weber
4f042c8cfa Fixed exception handeling for Python 2.4 and python 3 compatablity (#2364) 2016-06-04 16:31:54 -07:00
Michael Scherer
d1b16cd007 Use type='path' for dest (#2175) 2016-05-06 10:48:41 -04:00
Michael Scherer
7fd4180857 Fix arguments and docs (#2147)
- oauthkey shouldn't be logged
- action should be restricted and checked and the
doc should correspond to the code
2016-05-02 13:21:02 -04:00
Toshio Kuratomi
71d83b77bc Recategorize git_config and shift version to 2.1 2016-04-28 08:27:21 -07:00
Stefan Magnus Landrø
fe2dc427d4 Honouring verify_ssl when using username/password for authentication … 2016-04-21 21:51:55 +02:00
Werner Dijkerman
ab2f4c4002 New module for creating gitlab projects (#968) 2016-04-12 19:20:45 +02:00
Werner Dijkerman
50179aca69 New module for creating gitlab groups (#967) 2016-04-12 19:19:25 +02:00
Werner Dijkerman
50d159fa1f New module for creating gitlab users (#966) 2016-04-12 19:18:12 +02:00
Toshio Kuratomi
d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
2016-01-11 13:06:22 -08:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Brian Coca
edf519a0c2 moar quotes 2015-05-14 09:37:00 -04:00
Greg DeKoenigsberg
1170d8029c Adding author's github id 2015-05-14 00:41:41 -04:00
Greg DeKoenigsberg
adf7496d19 Adding author's github id 2015-05-14 00:40:46 -04:00
Toshio Kuratomi
ceaaa36f16 Reverse the default value of the bzr module force flags 2015-01-29 18:21:21 -08:00
Brian Coca
2003d79a48 Merge pull request #9 from bwhmather/feature/github_content_type
make it possible to configure the content type of a github webhook
2014-12-01 11:42:48 -05:00
Paul Nicholson
08265de4be Add missing __init__.py files for find_package() to work 2014-10-03 16:34:28 -07:00
Ben Mather
165bf6439f mark all actions as private 2014-09-30 08:12:10 +01:00
Ben Mather
2c79db52bc mark list as private instead of shadowing 2014-09-30 08:11:46 +01:00
Ben Mather
f6cd2d931e make it possible to configure the content type of a github webhook 2014-09-29 14:35:04 +01:00
Ben Mather
d95d8c9d98 rename list to list_ to avoid shadowing in github_hooks module
The definition was leaking into ansible.module_utils.basic and causing
type checking to fail when running module as script.  Not entirely clear
why this should be the case.
2014-09-29 14:30:26 +01:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Michael DeHaan
50f105578a Restructuring. 2014-09-26 10:14:28 -04:00
Michael DeHaan
73123b69fa Move modules into subdirectory. 2014-09-26 09:23:50 -04:00
James Cammarata
0257cb1201 Allow git repo queries without a clone when update=no
This commit also makes the dest parameter optional, unless update=yes
(the default), since it is not required for queries without an update.

Fixes #8630
2014-09-17 02:05:29 -05:00
Devin Austin
8c72247c1e updated git module documentation
Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key.
2014-09-16 11:05:37 -06:00
Michael DeHaan
1194a4ee11 Documentation simplification for git module parameter 2014-07-11 08:44:29 -04:00
James Cammarata
9acf2454d4 Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix 2014-06-20 12:47:21 -05:00
James Cammarata
c76535d911 Cleanup subversion module documentation in regards to export 2014-05-27 16:20:10 -05:00
James Cammarata
b4911dcc59 Make sure export param for subversion module is checked as a boolean
Fixes #7548
2014-05-27 14:09:50 -05:00
Aleksey Khudyakov
ac6792356c Fix typo requird -> required 2014-05-24 00:10:46 +11:00
James Cammarata
31250905e9 Check module_path permissions when creating ssh_wrapper for git
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
2014-05-14 21:22:22 -05:00
Chad Nelson
6aac9538a8 Only update submodules when recursive is true 2014-04-17 09:34:36 -04:00
Constantine Peresypkin
1c6c7716fd fix issue #6932
add `git remote set-url` before fetch to set the remote repo to the new url, if provided
2014-04-10 14:13:23 +03:00
James Cammarata
973b29e624 Fix incorrect version_added value in docstring for subversion export param 2014-04-08 10:26:12 -05:00
James Tanner
b65857b4de Addresses #6750 Use --help instead of - 2014-04-03 15:26:48 -04:00
James Tanner
a2307bf2fc Fixes #6750 Check git subcommand for --remote and expose errors 2014-04-03 15:21:54 -04:00
Gael Pasgrimaud
9ca9f270d9 Fix a typo in the subversion module documentation 2014-04-03 14:34:43 +02:00
Oleg A. Mamontov
045eba960e Fixed cwd for submodules update 2014-04-02 13:21:26 +04:00
Michael DeHaan
12391a4ba9 Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellectronica/ansible into devel
Conflicts:
	library/source_control/git
2014-03-28 17:49:02 -04:00
addshore
68f12aa995 Add --remote to git submodule_update
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.
2014-03-28 13:01:39 -04:00
James Cammarata
98c62f6b1c Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 2014-03-25 21:25:50 -05:00
James Tanner
69d40b861f Fixes #6582 Re-add regex to ignore untracked files that were never tracked 2014-03-19 15:42:40 -04:00