mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Feature/gitlab project configuration (#3002)
* added - only_allow_merge_if_all_discussions_are_resolved - only_allow_merge_if_all_discussions_are_resolved - only_allow_merge_if_pipeline_succeeds - only_allow_merge_if_pipeline_succeeds - packages_enabled - remove_source_branch_after_merge - squash_option * minor fix * added changelog * Fixedlinter findings * changed version_added to 3.4 -> check requires to do so * Update changelogs/fragments/3001-enhance_gitlab_module.yml 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> * 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> * Update plugins/modules/source_control/gitlab/gitlab_project.py Co-authored-by: Felix Fontein <felix@fontein.de> * rework due to review of felixfontein: - changed option description to full sentences - change default behaviour of new properties * Requested changes Co-authored-by: Max Bidlingmaier <Max-Florian.Bidlingmaier@sap.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9fd2ba60df
commit
a3607a745e
2 changed files with 73 additions and 1 deletions
2
changelogs/fragments/3001-enhance_gitlab_module.yml
Normal file
2
changelogs/fragments/3001-enhance_gitlab_module.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- gitlab_project - add new options ``allow_merge_on_skipped_pipeline``, ``only_allow_merge_if_all_discussions_are_resolved``, ``only_allow_merge_if_pipeline_succeeds``, ``packages_enabled``, ``remove_source_branch_after_merge``, ``squash_option`` (https://github.com/ansible-collections/community.general/pull/3002).
|
Loading…
Add table
Add a link
Reference in a new issue