Felix Fontein
24210b32cf
[stable-5] Remove unneccessary imports ( #5977 )
...
* 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.
(cherry picked from commit 2b8ac3c629
)
* Re-add os import.
2023-02-12 20:22:36 +01:00
patchback[bot]
e7f66d9bc1
[PR #5761/84ebda65 backport][stable-5] Fix callback plugin types ( #5763 )
...
Fix callback plugin types (#5761 )
Fix callback types.
(cherry picked from commit 84ebda65f1
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-04 23:46:28 +01: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]
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
Alexei Znamensky
da11a98cb7
fixed the utf-8 marker ( #3162 )
2021-08-07 15:02:21 +02:00
Alexei Znamensky
73c27d6a0e
utf8 marker batch1 ( #3127 )
...
* added utf-8 markers to all .py files in plugins/{action,cache,callback}
* added utf-8 markers to all .py files in plugins/connection
* added utf-8 markers to all .py files in plugins/doc_fragments
2021-08-01 12:35:08 +02:00
Felix Fontein
6a72c3b338
Make plugins pass validation. ( #2414 )
2021-05-03 13:22:11 +02:00
zhcli
19db6f24f7
Callback plugin: Azure Log Analytics ( #2091 )
...
* adding plugins/callback/loganalytics.py
* * fixed sanity check issues
* adjusted documentation and license sections
* added changelogs fragment
* * added unit test
* documentation updated
* updated changelogs
* further docuement update
* minor fixes
* updated unittest
* suggested updates from community
* remove AnsibleError section
2021-03-30 12:12:26 +02:00