ansible/test/units/modules/source_control
Evgeniy Krysanov 907765a3a5 Add Bitbucket Pipelines variable module (#54049)
* Add Bitbucket pipelines variable module

* Add tests

* Remove parameters check for `absent` state

* Update version_added documentation field

* Minor fixes

* A few additional cosmetic changes

* Move to source_control

* Rename lib/ansible/modules/source_control/bitbucket_pipelines_variable.py to lib/ansible/modules/source_control/bitbucket/bitbucket_pipelines_variable.py

* Reflect directory change

* Move these imports as well

* Rename 'key' parameter (API) to 'name' (GUI)

* Add missing __init__.py files to mark modules

* Rename module (pipeline should be singular)

* Adjust module references and variable names after renaming
2019-03-22 13:17:08 +01:00
..
__init__.py
gitlab.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00
test_bitbucket_pipeline_variable.py Add Bitbucket Pipelines variable module (#54049) 2019-03-22 13:17:08 +01:00
test_gitlab_deploy_key.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00
test_gitlab_group.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00
test_gitlab_hook.py gitlab_hook: renaming module name (#51979) 2019-02-11 00:30:36 +01:00
test_gitlab_project.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00
test_gitlab_runner.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00
test_gitlab_user.py Refactor gitlab modules (#51141) 2019-02-07 20:40:14 +01:00