patchback[bot]
88ac419c0e
short_description fix batch 2 ( #5520 ) ( #5522 )
...
(cherry picked from commit f683d6a05d )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-11-09 14:08:55 +01:00
patchback[bot]
cc63dd884c
Short descriptions (batch1) - massive fix on Capitalization and trailing period ( #5503 ) ( #5515 )
...
* short_description fix batch 1
* Update plugins/modules/ali_instance.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/apt_rpm.py
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
(cherry picked from commit 97b584e261 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-11-09 07:33:03 +01:00
patchback[bot]
4926f15d86
Fix non-matching defaults. ( #5452 ) ( #5453 )
...
(cherry picked from commit f84a9bf932 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-11-01 19:45:37 +01:00
Felix Fontein
9466103a4a
Revert "Fix non-matching defaults in docs ( #5446 ) ( #5451 )"
...
This reverts commit b26df2a008 .
2022-11-01 19:12:11 +01:00
patchback[bot]
b26df2a008
Fix non-matching defaults in docs ( #5446 ) ( #5451 )
...
* Allow to pass options as lookup options.
* Adjust tests.
* Fix non-matching defaults.
(cherry picked from commit a978bff2c7 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-11-01 18:06:30 +00:00
patchback[bot]
2e781bf8c4
gitlab_hook: minor refactoring ( #5271 ) ( #5278 )
...
* gitlab_hook: minor refactoring
* add changelog fragment
(cherry picked from commit fbb6ceea1d )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-09-12 21:14:22 +02:00
patchback[bot]
7cd9b839c5
gitlab modules: improved imports ( #5259 ) ( #5277 )
...
* gitlab modules: improved imports
* add changelog fragment
* refactored the import check to its sole function
(cherry picked from commit 6b463e6fa6 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-09-12 21:13:59 +02:00
patchback[bot]
0342cf1730
multiple modules: removed unused imports ( #5258 ) ( #5268 )
...
(cherry picked from commit 0a85bb7d23 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-09-10 12:18:27 +02:00
patchback[bot]
8595601708
Normalize more booleans. ( #5247 ) ( #5250 )
...
(cherry picked from commit 015566fb06 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-09-06 21:07:46 +02:00
patchback[bot]
3427e02fce
multiple modules: fixed markups in doc ( #5227 ) ( #5233 )
...
(cherry picked from commit 6e011f00f4 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2022-09-04 15:59:57 +02:00
patchback[bot]
41993d44e2
Adjust booleans in source control modules. ( #5158 ) ( #5172 )
...
(cherry picked from commit 675bdef190 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-24 20:21:52 +02:00
patchback[bot]
2587a2588d
Fix linting errors; fix some real bugs ( #5111 ) ( #5114 )
...
* Fix linting errors.
* Fix bugs.
* Another linter error ignored.
* More fixes.
* Ignore sanity errors with older versions.
ci_complete
* Forgot to commit more changes.
(cherry picked from commit a54af8909c )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-12 12:33:02 +02:00
patchback[bot]
0d598c3542
Fix more copyright lines, add more default copyright lines ( #5095 ) ( #5096 )
...
* Fix copyright lines.
* Add default copyright line.
(cherry picked from commit 424d706f92 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-08 15:19:46 +02:00
patchback[bot]
6a029bcba3
Fix copyright lines (make sure 'Copyright' is there). ( #5083 ) ( #5084 )
...
(cherry picked from commit 496bf27b5c )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-05 22:45:15 +02:00
patchback[bot]
203747027e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 ) ( #5068 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email >
(cherry picked from commit 123c7efe5e )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-05 13:17:19 +02:00
patchback[bot]
4e13c8b969
Fix docs. ( #5063 ) ( #5064 )
...
(cherry picked from commit f67473024d )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-08-04 21:10:48 +02:00
patchback[bot]
2245742255
Misc. typo fixes ( #4940 ) ( #4942 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
(cherry picked from commit bf94f08bc4 )
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2022-07-11 22:18:22 +02:00
patchback[bot]
a80761a8a4
Fix various module docs. ( #4887 ) ( #4888 )
...
(cherry picked from commit 2dcdd2faca )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-06-22 22:54:08 +02:00
Kirill Petrov
da2dfd0706
gitlab_hook: use None for non-existent attr in gitlab API response ( #4668 )
...
* gitlab_hook: use empty string for non-existent attr in gitlab API response;
* gitlab_hook: use None for non-existent attr in gitlab API response;
* gitlab_hook: use None for non-existent attr in gitlab API response - add changelog fragment;
* gitlab_hook: update changelog fragment for #4668
* Update changelogs/fragments/4668-gitlab_hook-use-None-for-non-existent-attr.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-05-17 07:45:10 +02:00
Felix Fontein
1a9b3214fd
[5.0.0] Remove Ansible 2.9 / ansible-base 2.10 compatibility code ( #4548 )
...
* Remove Ansible 2.9 / ansible-base 2.10 compatibility code.
* Remove path_join shim from BOTMETA.
* Update comment.
* Bump minimally required ansible-core version.
2022-04-26 11:51:01 +02:00
Felix Fontein
54b2f0819d
[5.0.0] Bump version to 5.0.0, remove deprecated features ( #4516 )
...
* Remove deprecated features.
* Fix changelog.
* Remove ignore.txt entries.
* One more.
* Remove state=get tests.
2022-04-26 11:45:15 +02:00
York Wong
a8abb1a5bf
remove deprecated branch.unprotect() method in community.general.gitlab_branch ( #4496 )
...
* remove deprecated branch.protect method
* add changelog fragment
* Update changelogs/fragments/4496-remove-deprecated-method-in-gitlab-branch-module.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-04-19 18:26:09 +02:00
Felix Fontein
efbf02f284
Remove no longer true statement. ( #4505 )
2022-04-15 15:35:02 +02:00
John Villalovos
fe4bbc5de3
gitlab: Use all=True in most list() calls ( #4491 )
...
If `all=True` is not set then by default only 20 records will be
returned when calling `list()`. Use `all=True` so that all records
will be returned.
For the `list()` use where do not desire to retrieve all entries then
use`all=False` to show explicityly that we don't want to get all of
the entries.
Fixes : #3729
Fixes : #4460
2022-04-13 13:32:25 +02:00
Sebastian Guarino
44f9bf545d
Rework of gitlab_project_variable over gitlab_group_variable ( #4086 )
...
* Rework of gitlab_project_variable over gitlab_group_variable
* Linting and removed unused example
* Fix test 2
* Sync from review of gitlab_project_variable #4038
* Linting, default protected True, value optional
* Next version is 4.5.0
* Roll back protected default true, and value not required
* Apply suggestions from code review
Missing check_mode
Co-authored-by: Markus Bergholz <git@osuv.de >
* Fix one unit test, comment test that requires premium gitlab
* Add changelog
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update changelogs/fragments/4086-rework_of_gitlab_proyect_variable_over_gitlab_group_variable.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Added conditional gitlab_premium_tests variable when required
* Allow delete without value
* Fix variable name
* Linting
* Value should not be required in doc
* Linting missing new-line
* Update changelogs/fragments/4086-rework_of_gitlab_proyect_variable_over_gitlab_group_variable.yml
Co-authored-by: Markus Bergholz <git@osuv.de >
Co-authored-by: Markus Bergholz <git@osuv.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-02-18 20:58:38 +01:00
Léo GATELLIER
05c3e0d69f
gitlab_runner: Make owned and project mutually exclusive ( #4136 )
...
* gitlab_runner: Set owned and project mutually exclusive
* gitlab_runner : Refactor _runners_endpoint usage
2022-02-16 22:54:46 +01:00
Markus Bergholz
69551ac325
gitlab_project_variable: Allow delete without value ( #4150 )
...
* value is not required when state is absent
* fix integration test. missing value
* fix condition
* add changelog fragment
* fail fast
* try required_if on suboptions
* revert
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* fix naming in doc
* typo in name
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-02-05 21:02:04 +01:00
Markus Bergholz
33a65ae20f
Fix and rework gitlab_project_variable ( #4038 )
...
* rework-and-fix
* fix delete bug and change report
* delete the requested variables based on env scope
* fix absent logic when not purge: remove what is requested
* change code to current behaviour
* complete implementation
* fix delete
* restore origin return structure
* reorder
* add test for origin bug
* add changelog fragment
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* remove yaml
* apply suggestions
* readd accidental removed line
* improve the truth of return value 'project_variable' in check mode
* fix pep8, over-indented
* fix typos and add subelement options
* Update changelogs/fragments/4038-fix-and-rework-gitlb-project-variable.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update changelogs/fragments/4038-fix-and-rework-gitlb-project-variable.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* remove diff feature
* resolve all recommentdations
* resolve change requests, improve doc and remove default value before compare, because values always exists (prebuild)
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-01-31 20:00:37 +01:00
Seena Fallah
929136808f
gitlab: use gitlab instance runner to create runner ( #3965 )
...
When using project it will use project level runner to create runner that based on python-gitlab it will be used for enabling runner and needs a runner_id so for creating a new runner it should use gitlab level runner
Signed-off-by: Seena Fallah <seenafallah@gmail.com >
2022-01-31 05:58:00 +01:00
Felix Fontein
a2f72be6c8
Prepare for distutils.version being removed in Python 3.12 ( #3936 )
...
* Prepare for distutils.version being removed in Python 2.12.
* Fix copy'n'paste error.
* Re-add Loose prefix.
* Fix Python version typos.
* Improve formulation.
* Move message into own line.
* Fix casing, now that the object is no longer called Version.
2021-12-24 17:34:48 +00:00
Josh
52ad0a5fbb
Add additional auth support to Gitlab ( #705 ) ( #3918 )
...
* Add additional auth support to Gitlab (#705 )
- removed unused imports from module_utils.gitlab
- fix bug in gitlab_project to check if avatar_path is provided
* add doc_fragment and argument_spec for gitlab auth
* doc fixes and remove avatar_path bug fix
* small doc changes, pass validate_certs to requests call
* update changelog
2021-12-20 21:59:12 +01:00
Josh
11fcf661bf
fix gitlab_project avatar_path open when undefined bug ( #3926 ) ( #3927 )
...
* fix gitlab_project avatar_path open when undefined bug (#3926 )
* remove changelog fragment
2021-12-20 20:00:49 +01:00
paytroff
c69e4f4ac9
add module gitlab_branch ( #3795 )
...
* add module gitlab_branch
* Update plugins/modules/source_control/gitlab/gitlab_branch.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_branch.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_branch.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update gitlab_branch.py
* Update gitlab_branch.py
* Update gitlab_branch.py
* add integration tests
* Update BOTMETA.yml
* Update gitlab_branch.py
* Update tests/integration/targets/gitlab_branch/aliases
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update main.yml
Co-authored-by: paitrault <aymeric.paitrault@inetum.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-12-09 21:02:58 +01:00
paytroff
c6dcae5fda
Improve modules gitlab ( #3792 )
...
* correction doc
* Update gitlab_group.py
* improve gitlab
* Update changelogs/3766-improve_gitlab_group_and_project.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* correction
* correction sanity project
* Update plugins/modules/source_control/gitlab/gitlab_project.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* modif condition default_branch arg
* Update gitlab_project.py
change indent if defautl_branch inside if initialize_with_radme
Co-authored-by: paitrault <aymeric.paitrault@inetum.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-11-30 06:12:28 +01:00
Álvaro Torres Cogollo
17c3708f31
Bugfix: github_repo does not apply defaults on existing repos ( #2386 )
...
* github_repo do not apply defaults on currently existing repos
* Fixed sanity
* Fixed doc defaults
* Added changelog
* Fix "or" statement and some formatting
* Improve description change check
* Added api_url parameter for unit tests and default values for private and description parameters
* Added force_defaults parameter
* Improved docs
* Fixed doc anchors for force_defaults parameter
* Update plugins/modules/source_control/github/github_repo.py
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-11-22 07:11:26 +01:00
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
Maxime Brunet
aaa0f39f72
bitbucket: Support Basic Auth ( #2045 )
...
* bitbucket: Support Basic Auth
* Rename username to user
* Document user/password options
* Rename username to workspace
* Deprecate username
* Fix credentials_required error_message
* Fix credentials_required error_message
* Test user/password/workspace options and env vars
* Update a test to use user/password/workspace for each module
* Fix check auth arguments
* Use required_one_of/required_together
* Fix required typo
* Fix fetch_access_token
* Fix tests 🤞
* Switch things up in test_bitbucket_access_key
* Fix username/password are None
* Remove username/password properties, use params directly
* Update plugins/doc_fragments/bitbucket.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/module_utils/source_control/bitbucket.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/module_utils/source_control/bitbucket.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/module_utils/source_control/bitbucket.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_access_key.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_key_pair.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_known_host.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_known_host.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_access_key.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/bitbucket/bitbucket_pipeline_key_pair.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Document OAuth/Basic Auth precedence
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de >
* Remove no_log=False from user argument
* Add changelog fragment
* Correct wording and formatting in changelog
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update changelogs/fragments/2045-bitbucket_support_basic_auth.yaml
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-10-31 19:09:25 +01:00
nerrehmit
96de25fc94
provide more fitting description for runner timeout ( #3624 )
...
* provide more fitting description for runner timeout
* Update plugins/modules/source_control/gitlab/gitlab_runner.py
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Tim Herren <tim.herren@gmx.ch >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-10-30 16:44:22 +02:00
paytroff
cdfc4dcf49
gitlab_project_members: improve project name matching ( #3602 )
...
* Update gitlab_project_members.py
The actual search method doesn't accept path with namespace for project_name. If you have many project with same name, this module gitlab_project_members can't work.
* Update gitlab_project_members.py
* Update gitlab_project_members.py
* Update gitlab_project_members.py
* Create 3602-fix-gitlab_project_members-improve-search-method
* Rename 3602-fix-gitlab_project_members-improve-search-method to 3602-fix-gitlab_project_members-improve-search-method.yml
2021-10-30 08:15:12 +02:00
Mikhail Yohman
9fb76efde0
gitlab_project: Add initialize_with_readme option ( #3601 )
...
* Add initialize_with_readme option to gitlab_project. Update integration/unit tests.
* Fix pep8
* Revert unit tests
* Update plugins/modules/source_control/gitlab/gitlab_project.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Move initialize_with_readme to proper spot to only add if project does not exist.
* Update plugins/modules/source_control/gitlab/gitlab_project.py
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-10-30 08:14:30 +02:00
Waldek Maleska
8ba7fd5d61
fix gitlab_deploy_key task in check mode ( #3622 )
...
fixes #3621
* running check mode used to accidentally delete the existing
ssh key; change it so deletion is skipped in check mode
2021-10-28 20:07:05 +02:00
Vitaly Khabarov
3731064368
Misc doc issues ( #3572 )
...
* Add names to tasks in oneview module examples
* Fix task name in github_webhook module example
* Fix trailing whitespace
* Add changelog fragment
* Remove changelog fragment
2021-10-18 13:53:14 +02:00
Jonathan Piron
0bc4518f3b
Fix: gitlab_deploy_key idempotency ( #3473 )
...
* Fix: gitlab_deploy_key idempotency
The module was not retrieving all the deploy keys leading to non
idempotency on projects with multiple deploy keys.
SEE: https://python-gitlab.readthedocs.io/en/stable/api-usage.html#pagination
* Update changelogs/fragments/3473-gitlab_deploy_key-fix_idempotency.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Jonathan Piron <jonathanpiron@gmail.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-10-04 21:03:31 +02:00
Chris Frage
1bb2ff5128
Fix require_two_factor_authentication can't be null ( #3453 )
...
* fix: require_two_factor_authentication default=false
* chore: add changelog fragment
* docs: require_two_factor_authentication default value
* fix: don't send require_two_factor_authentication null value
* chore: fix changelog
2021-09-27 21:50:21 +02:00
Frederic Werner
ba2917a7dc
chore: add deprecation warning for gitlab group membership ( #3451 )
...
* chore: add deprecation warning
* chore: add deprecation message, version and collection
* chore: add changelog fragment
* docs: add deprecation info
* fix: max line length and whitespace
* fix continuation line under-indented
* Update changelogs/fragments/3451-gitlab-group-member-deprecate-name-and-path.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_group_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-09-27 21:49:52 +02:00
Chris Frage
b6b7601615
Fix: GitLab API searches always return first found match ( #3400 )
...
* fix: return correct group id
match only full_path or name
* chore: add changelog fragment
* fix: indentation multiple of four
* refactor: use two loops
* fix: typo of group id
* fix: changelog fragment
2021-09-26 18:59:39 +02:00
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
Chris Frage
e48f9fdf74
Add gitlab_project CI/CD properties ( #3379 )
...
* feat: add ci_config_path property
* feat: add shared_runners_enabled property
* chore: add changelog fragment
* docs: add missing dot
Co-authored-by: Ajpantuso <ajpantuso@gmail.com >
* docs: ci_config_path change description
Co-authored-by: Ajpantuso <ajpantuso@gmail.com >
2021-09-20 06:54:43 +02:00
Max Bidlingmaier
7a2efb4775
Get behavior of gitlab_project_members to the one of gitlab_group_members ( #3319 )
...
* Initial change to get behaviour of gitlab_project_members like the new gitlab_group_members
* added changelog
* linter: removed trainling whitespaces
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* Update plugins/modules/source_control/gitlab/gitlab_project_members.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* requested changes
* linter fixes
* undoing formatting changes to existing code
Co-authored-by: Max-Florian Bidlingmaier <Max.Bidlingmaier@konsolan.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Max Bidlingmaier <Max-Florian.Bidlingmaier@sap.com >
2021-09-16 22:26:31 +02:00
Raphaël Droz
0a5db85ad5
gitlab_runner: Support project-scoped runners registration ( #2971 )
...
* support project-scoped gitlab.com runners registration
* rename glproject variable to gitlab_project
* update version
* Update plugins/modules/source_control/gitlab/gitlab_runner.py
Co-authored-by: Raphaël Droz <raphael.droz+floss@gmail.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2021-09-13 07:16:06 +02:00