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
Chris Frage 9ce1009643
Add require_two_factor_authentication property to gitlab group (#3367)
* feat: add require_two_factor_authentication property

* chore: add changelog fragment

* chore: add gitlab_group test tasks

* chore: add gitlab tests

* chore: add gitlab group tests

* docs: apply suggestions

* fix: removing default value
2021-09-20 06:55:43 +02:00
..
__init__.py
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
test_gitlab_group.py Add require_two_factor_authentication property to gitlab group (#3367) 2021-09-20 06:55:43 +02:00
test_gitlab_hook.py
test_gitlab_project.py
test_gitlab_protected_branch.py
test_gitlab_runner.py
test_gitlab_user.py