S Code Man
60c9da76e7
Create gitlab_group_variable.py ( #786 )
...
* Create gitlab_group_variable.py
* Create gitlab_group_variable.py
* Create gitlab_group_variable.py
* Create gitlab_group_variable tests
* Fix test error E127: continuation line over-indented for visual indent
* Update plugins/modules/gitlab_group_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Create symlink for module
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Validate all input before starting to do changes
Validate all input before starting to do changes
* Update gitlab_group_variable.py
* Update gitlab_group_variable.py
* Update plugins/modules/source_control/gitlab/gitlab_group_variable.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2020-09-21 10:15:56 +03:00
Zainab Alsaffar
905239f530
add a custom module for managing group membership in gitlab ( #844 )
...
* add a custom module for managing group membership in gitlab
* add integration test & modify the module
* modify the module
* modify the module
* remove whitespace
* add aliases file & modify the module
* minor and suggested modifications
* suggested modifications
* more minor modifications
* modified the module to use gitlabAuth
* removed api_url from the doc
* remove api_token
* add update access level for an existing user
* remove access level if statement
2020-09-16 07:24:37 +02:00
Andrew Klychkov
c055340ecb
modules: fix examples to use FQCN for builtin modules ( #648 )
...
* modules: fix examples to use FQCN for builtin modules
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2020-07-14 18:28:08 +03:00
Abhijeet Kasurde
c034e8c04f
gitlab_project: add support for merge_method on projects ( #636 )
...
Migrated from ansible/ansible#66813
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-07-14 20:17:46 +05:30
Andrew Klychkov
41cfdda6a3
modules: fix examples to use FQCN ( #644 )
...
* modules: fix examples to use FQCN
* fix
* fix
* fix
2020-07-13 21:50:31 +02:00
Felix Fontein
097aebadb0
Fix M(). ( #591 )
...
* Fix M().
* Break long line.
* Fix the remaining M(...).
* Break long line.
2020-06-29 14:59:15 +02:00
Amin Vakil
650ae65f24
collection: Change default='no's and 'yes's to default=False and default=True ( #556 )
...
* Change default={'no','yes'} to default={False,True}
* Add changelog
* Remove changelog
2020-06-22 15:56:35 +02:00
Felix Fontein
f16a93f976
Adjust removal versions ( #521 )
...
* Adjust 2.11 and later Ansible versions to collection versions.
* Remove unnecessary changelog.
* Adjust Ansible 2.10 to community.general 0.2.0 (first 'proper' release).
* Caught some non-properly prefixed versions.
* Update plugins/modules/database/mysql/mysql_replication.py
2020-06-16 21:24:42 +02:00
Felix Fontein
b54ddaa28c
Clean up deprecations ( #504 )
...
* Adjust deprecation versions.
* Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml
* Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml.
* The _info module is in google.cloud.
* The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal.
* Remove entries of modules that no longer exist.
* Update ignore.txt.
* Try to fix test.
* Remove debug output.
2020-06-16 13:15:19 +02:00
Felix Fontein
f9589d78a8
Add version_added for all new features ( #214 )
...
* Add version_added: 1.0.0 for all new features added before pre-ansible-base.
* Add version_added: 1.0.0 for all new features.
* Next release will be 0.2.0
* Fix error.
* Remove unnecessary warnings.
2020-06-13 15:01:19 +02:00
Alvaro A
ece18b756b
gitlab_project_variable: added support for variable_type ( #181 )
...
* gitlab_project_variable: added support for variable_type
* gitlab_project_variable: Added integration tests for variable_type file.
* Changed test case variable name, ansible was masking the output.
2020-05-25 03:18:19 -07:00
Andrew Klychkov
a7c830f49d
Fix examples formatting ( #345 )
2020-05-16 15:07:51 +02:00
Andrew Klychkov
327832dcbb
Fix Ansible documentation in part of example formatting. Part 2 ( #333 )
...
* Fix Ansible documentation in part of example formatting
* fix
* Revert osx_defaults.py
2020-05-15 13:27:06 +03:00
Andrew Klychkov
5d226f86b6
Remove ANSIBLE_METADATA ( #339 )
...
* Remove ANSIBLE_METADATA
* remove from other modules
* remove from plugins and scripts
2020-05-14 14:03:42 +01:00
Felix Fontein
61cf2b74c4
Fix module._name comparisons to also consider FQCNs. ( #230 )
2020-04-24 18:55:31 +01:00
Sven Meeus
22787e03d4
Fixes for comments from PR #188 ( #191 )
2020-04-16 15:48:33 +03:00
Sven Meeus
d54581dddc
gitlab_user: add support to block / unblock user ( #188 )
2020-04-16 11:50:39 +05:30
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00