community.general/lib/ansible/modules/source_control
Chris St. Pierre 63b7882cbb Deprecate the github_hooks module (#49296)
It was super incomplete, and the interface was pretty strange; it had
built-in features to handle pretty bespoke workflows ("clean504",
e.g.) but was lacking lots of other useful features (like the ability
to create a webhook with a shared secret). Rather than try to update
the interface in a backwards compatible way, I've replaced it with the
more predictable, single-purpose github_webhook and
github_webhook_facts modules.
2018-12-06 15:56:53 +00:00
..
__init__.py
_github_hooks.py Deprecate the github_hooks module (#49296) 2018-12-06 15:56:53 +00:00
bzr.py
git.py Update git example (#49098) 2018-11-26 15:35:08 -05:00
git_config.py Bulk fix DOCUMENTATION.author (Part 3) (#48990) 2018-11-21 15:10:41 +00:00
github_deploy_key.py
github_issue.py
github_key.py
github_release.py modules: github_release: support anonymous access (#47817) 2018-11-22 17:02:39 +00:00
github_webhook.py Add github_webhook module (#35813) 2018-12-06 13:40:17 +00:00
github_webhook_facts.py Add github_webhook_facts module (#35814) 2018-12-06 13:29:59 +00:00
gitlab_deploy_key.py
gitlab_group.py Docs: Avoid use of 'default: null' (#45795) 2018-09-19 09:02:27 -05:00
gitlab_hooks.py
gitlab_project.py
gitlab_runner.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
gitlab_user.py Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07: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