Felix Fontein
410cf72aec
Unit tests: replace mock and compat with code from community.internal_test_tools ( #9921 )
...
* Replace compat with equivalent from community.internal_test_tools.
* Replace mock with equivalent from community.internal_test_tools.
2025-03-22 14:12:56 +01:00
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
Adam C. Migus
a424ee71e3
Add Thycotic DevOps Secrets Vault lookup plugin ( #90 )
...
* Add the Thycotic DevOps Secrets Vault lookup plugin.
* Update plugins/lookup/dsv.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/dsv.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/dsv.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Fix import error check per code review.
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add a unittest for plugins/lookup/dsv.py
* Add copyrights.
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixed formatting bug in test_dsv.py
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-07-13 05:45:07 +00:00