Felix Fontein
424d706f92
Fix more copyright lines, add more default copyright lines ( #5095 )
...
* Fix copyright lines.
* Add default copyright line.
2022-08-08 14:24:58 +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
Reto Kupferschmid
f2df1a7581
dnsimple update for python-dnsimple >=2.0.0 ( #2946 )
...
* update dnsimple module
* dnsimple: fixes for python-dnsimple >= 2.0.0
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* rewrite module to support dnsimple-python v1 and v2
* add changelog fragment
* fix sanity checks
* python 2 fixes
* fix dnsimple requirement
* add sandbox module parameter
* Update changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* return only the first traceback
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* use separate classes for python-dnsimple 1 and 2
* add basic tests
* fix checks
* skip tests for unsupported python versions
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fix conditions
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-08-04 08:36:45 +02:00