1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/modules/source_control/gitlab
Nejc Habjan d29aecad26
gitlab: clean up modules and utils (#3694)
* gitlab: remove dead code in module_utils

* gitlab: use snake_case consistently in methods and functions

* gitlab: use snake_case consistently in variables

* gitlab: fix pep8 indentation issues

* gitlab: add changelog fragment

* gitlab: apply suggestions from code review

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Chris Frage <git@sh0shin.org>

* gitlab: use consistent indentation

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Chris Frage <git@sh0shin.org>
2021-11-16 13:01:32 +01:00
..
__init__.py Move modules and module_utils unit tests to correct place (#81) 2020-03-31 10:42:38 +02:00
gitlab.py Add require_two_factor_authentication property to gitlab group (#3367) 2021-09-20 06:55:43 +02:00
test_gitlab_deploy_key.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00
test_gitlab_group.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00
test_gitlab_hook.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00
test_gitlab_project.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00
test_gitlab_protected_branch.py Added module for creating protected branches (#2781) 2021-07-17 08:49:09 +02:00
test_gitlab_runner.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00
test_gitlab_user.py gitlab: clean up modules and utils (#3694) 2021-11-16 13:01:32 +01:00