summaryrefslogtreecommitdiff
path: root/source_control
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-068-0/+32
|
* Make `main()` calls conditional - source_control (#3651)Fabio Alessandro Locati2016-12-052-2/+5
|
* Native YAML, improve quotation (#3643)Fabio Alessandro Locati2016-12-041-3/+3
|
* Native YAML (#3596)Fabio Alessandro Locati2016-12-013-16/+64
|
* Respect include.* directives by default.Kevin Maris2016-10-241-1/+1
|
* Make sure that the token is not printed in log (#3115)Michael Scherer2016-10-131-1/+1
|
* Do not leak the password of gitlab_user in log (#3122)Michael Scherer2016-10-081-1/+1
|
* Improve module docs (#2638)Ryan Brown2016-07-291-8/+10
|
* Add RETURN docs for github_key (#2634)Adrian Likins2016-07-281-1/+18
|
* Use py2.4 compat string formatting in github_key (#2633)Adrian Likins2016-07-281-2/+2
| | | | | 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.
* Correct version_added for `github_key` module - was 2.0, now 2.2Ryan S. Brown2016-07-281-1/+1
|
* New module - github_key (#692)Robert Estelle2016-07-281-0/+224
| | | | | | Create github_key module for managing GitHub keys. This module creates, removes, or updates GitHub access keys.
* Add initial github_release module (#1755)Adrian Moisey2016-06-131-0/+121
| | | | | Add initial github_release module.
* Fix gitlab_* module boolean parameter declaration (#2385)Thilo-Alexander Ginkel2016-06-073-8/+8
| | | | Without these fixes using the modules would result in the following error: implementation error: unknown type <type 'bool'> requested for validate_certs
* Fixed exception handeling for Python 2.4 and python 3 compatablity (#2364)Chris Weber2016-06-043-6/+16
|
* Use type='path' for dest (#2175)Michael Scherer2016-05-061-2/+2
|
* Fix arguments and docs (#2147)Michael Scherer2016-05-021-3/+3
| | | | | - oauthkey shouldn't be logged - action should be restricted and checked and the doc should correspond to the code
* Recategorize git_config and shift version to 2.1Toshio Kuratomi2016-04-281-0/+219
|
* Honouring verify_ssl when using username/password for authentication …Stefan Magnus Landrø2016-04-211-1/+1
|
* New module for creating gitlab projects (#968)Werner Dijkerman2016-04-121-0/+397
|
* New module for creating gitlab groups (#967)Werner Dijkerman2016-04-121-0/+215
|
* New module for creating gitlab users (#966)Werner Dijkerman2016-04-121-0/+348
|
* Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-111-1/+9
| | | | | | | 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
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-162-2/+2
|
* more string correctionsBrian Coca2015-05-141-1/+1
|
* moar quotesBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-141-1/+1
|
* Reverse the default value of the bzr module force flagsToshio Kuratomi2015-01-291-3/+4
|
* Merge pull request #9 from bwhmather/feature/github_content_typeBrian Coca2014-12-011-14/+22
|\ | | | | make it possible to configure the content type of a github webhook
| * mark all actions as privateBen Mather2014-09-301-9/+9
| |
| * mark list as private instead of shadowingBen Mather2014-09-301-4/+4
| |
| * make it possible to configure the content type of a github webhookBen Mather2014-09-291-3/+11
| |
| * rename list to list_ to avoid shadowing in github_hooks moduleBen Mather2014-09-291-4/+4
| | | | | | | | | | | | 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.
* | Add missing __init__.py files for find_package() to workPaul Nicholson2014-10-031-0/+0
|/
* File extensions!Michael DeHaan2014-09-262-0/+0
|
* Restructuring.Michael DeHaan2014-09-262-0/+376
|
* Move modules into subdirectory.Michael DeHaan2014-09-265-1452/+0
|
* Allow git repo queries without a clone when update=noJames Cammarata2014-09-171-17/+25
| | | | | | | 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
* updated git module documentationDevin Austin2014-09-161-2/+1
| | | | Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key.
* Documentation simplification for git module parameterMichael DeHaan2014-07-111-3/+1
|
* Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fixJames Cammarata2014-06-201-0/+3
|\
| * fix issue #6932Constantine Peresypkin2014-04-101-0/+3
| | | | | | | | add `git remote set-url` before fetch to set the remote repo to the new url, if provided
* | Cleanup subversion module documentation in regards to exportJames Cammarata2014-05-271-2/+3
| |
* | Make sure export param for subversion module is checked as a booleanJames Cammarata2014-05-271-1/+1
| | | | | | | | Fixes #7548
* | Fix typo requird -> requiredAleksey Khudyakov2014-05-241-1/+1
| |
* | Check module_path permissions when creating ssh_wrapper for gitJames Cammarata2014-05-141-1/+10
| | | | | | | | | | | | | | | | | | | | 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
* | Only update submodules when recursive is trueChad Nelson2014-04-171-4/+7
|/
* Fix incorrect version_added value in docstring for subversion export paramJames Cammarata2014-04-081-1/+1
|
* Addresses #6750 Use --help instead of -James Tanner2014-04-031-1/+1
|