community.general/lib/ansible/modules/source_control
Evgeniy Krysanov a6a73594ec Add Bitbucket Pipelines SSH key pair module (#54241)
* Add module to manage Bitbucket Pipelines key pairs

* Rename module bitbucket_pipelines_ssh_key to bitbucket_pipeline_key_pair

* Update `version_added` documentation field

* Cosmetic changes

* Apply suggestions from code review

Co-Authored-By: catcombo <evgeniy.krysanov@gmail.com>
2019-03-29 14:13:59 +01:00
..
bitbucket Add Bitbucket Pipelines SSH key pair module (#54241) 2019-03-29 14:13:59 +01:00
__init__.py
_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
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 Assorted pylint fixes 2019-02-15 06:54:47 -08:00
github_issue.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
github_key.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
github_release.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
github_webhook.py github_webhook: Fix create of new hook with existing hooks (#54458) 2019-03-27 10:05:34 -04: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 standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
gitlab_project.py copyright: edit deprecated email (#51912) 2019-02-08 01:48:25 +01:00
gitlab_runner.py gitlab_runner: refresh deprecated documentation notes (#52221) 2019-02-14 05:04:55 -05: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