patchback[bot]
a8a1c0af2a
[PR #9583/81e22180 backport][stable-10] action/become/cache/callback: adjust import __future__ for Python3 ( #9586 )
...
action/become/cache/callback: adjust import __future__ for Python3 (#9583 )
* action/become/cache/callback: adjust import __future__ for Python3
* add changelog frag
* remove metaclass
* adjust chglog
* adjust chglog
(cherry picked from commit 81e22180d1 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2025-01-20 20:15:52 +01:00
patchback[bot]
6f774fd4a5
[PR #9455/d887930e backport][stable-10] normalize docs in callback plugins ( #9467 )
...
normalize docs in callback plugins (#9455 )
* normalize docs in callback plugins
Normalize doc blocks for plugins
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
(cherry picked from commit d887930e49 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2024-12-29 21:24:21 +01:00
patchback[bot]
3c7f05c42d
[PR #9321/c3ed2144 backport][stable-10] callback plugins: use f-strings ( #9357 )
...
callback plugins: use f-strings (#9321 )
* callback plugins: use f-strings
* add changelog frag
* manual change for few occurrences
* manual change for few occurrences
* adjustment from review
* adjustment from review
* adjustment from review
* Update plugins/callback/splunk.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* replace str templating with JSON templating
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
(cherry picked from commit c3ed2144e2 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2024-12-24 14:45:32 +01:00
Felix Fontein
acddb190ba
mail module/callback: allow to configure the Message-ID header's domain name ( #7765 )
...
Allow to configure the Message-ID header's domain name.
2024-01-01 14:03:23 +01:00
Felix Fontein
2b8ac3c629
Remove unneccessary imports ( #5940 )
...
* Remove unneccessary imports.
* Keep unnecessary imports in module_utils - for now.
* Make older sanity tests shut up.
* Also make flake8 happier.
2023-02-12 19:48:39 +01:00
Felix Fontein
2830a3452d
Remove deprecated features, bump version to 6.0.0 ( #5326 )
...
* Bump version to 6.0.0.
* sender option is now required.
* Default of want_proxmox_nodes_ansible_host changed from true to false.
* username is now an alias of user, and no longer of workspace.
* Remove deprecated return values in favor of end_state.
* Remove debug option.
* Change default of ignore_volatile_options from true to false.
* gitlab_group must now always contain the full path.
* Change default of norc from false to ture.
* Remove deprecated property.
* Add PR URL.
* Adjust bitbucket unit tests.
* Adjust module_helper integration test.
2022-10-25 08:07:21 +02:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* 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 >
2022-08-05 12:28:29 +02:00
Lénaïc Huard
8682ac96df
mail: fix the encoding of the mail senders and recipients name ( #4061 )
2022-02-18 21:58:46 +01:00
Felix Fontein
e09254df91
mail callback: fully use Ansible's option handling; deprecate not specifying sender ( #4140 )
...
* Fully use Ansible's option handling. Deprecate not specifying sender.
* Update plugins/callback/mail.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
2022-02-01 10:12:03 +01:00
Lénaïc Huard
750d96a95f
mail: add Date and Message-ID headers ( #4056 )
2022-01-21 07:27:20 +01:00
Lénaïc Huard
c7500c217f
Fix exception in the mail callback plugin ( #4026 )
2022-01-20 08:31:09 +01:00
Felix Fontein
fafabed9e6
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters ( #2877 )
...
* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters.
* Also adjust tests.
2021-06-26 23:59:11 +02:00
Felix Fontein
99cfb993d5
<plugin_type>: -> name: ( #1541 )
2021-01-12 07:12:03 +01:00
Felix Fontein
7cf472855c
Fix various sanity errors in plugins ( #881 )
...
* Fix deprecation of callables.
* Fix various sanity errors.
* Revert callback_type -> type transform.
* Fix stat_result times: these are float according to https://github.com/python/typeshed/blob/master/stdlib/3/os/__init__.pyi
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
2020-09-16 11:06:45 +02:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00