community.general/lib/ansible/modules/source_control
Ari Stark 2f85d62989 Add state option to git_config module (#50578)
* Add state option to git_config module

State present/absent option works like --set/--unset option for 'git config'.

* Change git_config to avoid useless parameter passed to git command

When unsetting value, command was : git config --unset foo ''.
Now command is : git config --unset foo.

* Add some integration tests to git_config module

* Add missing aliases file

* Change set up method

Using git command seems to cause troubles on some OS : changing config
by changing '.gitconfig' file.

* Remove some distros from tests pool

Git is not installed or is out of date on these distros.

* Fix aliases to skip tests on centos6

* Refactor tests of the git_config module

* Add use case when state=absent and value is defined
2019-02-11 21:49:53 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
_github_hooks.py Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
_gitlab_hooks.py gitlab_hook: renaming module name (#51979) 2019-02-11 00:30:36 +01:00
bitbucket_deploy_key.py Fix type in RETURN for bitbucket_deploy_key 2018-12-19 22:06:44 -08:00
bzr.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
git.py update git.py (#51017) 2019-01-29 13:34:38 -05:00
git_config.py Add state option to git_config module (#50578) 2019-02-11 21:49:53 -05:00
github_deploy_key.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
github_issue.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
github_key.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
github_release.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
github_webhook.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
github_webhook_facts.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
gitlab_deploy_key.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
gitlab_group.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
gitlab_hook.py gitlab_hook: renaming module name (#51979) 2019-02-11 00:30:36 +01:00
gitlab_project.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
gitlab_runner.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
gitlab_user.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
hg.py -Fix: The Ubuntu 14.04 image on Shippable runs an old version of python, causing issues with checking out bitbucket, adjust tests to compensate. (#49433) 2018-12-03 12:35:58 +00:00
subversion.py Subversion: Only fire changed when content has changed (#41036) 2018-09-04 19:59:16 -04:00