7 Commits

Author SHA1 Message Date
ntsirintanis
14666c8c5b [MIG] base_external_system: Migration to 16.0 2023-02-07 12:26:29 +01:00
Cesar Andres Sanchez
f7012c4576 [IMP] base_external_system: black, isort, prettier 2023-02-06 16:29:30 +01:00
Ronald Portier
fcd6afbc9d [MIG] base_external_system Migration to 13.0 2023-02-06 16:29:30 +01:00
Ronald Portier
9297e48691 [IMP] : black, isort, prettier 2023-02-06 16:29:30 +01:00
Dave Lasley
c3f9c89ff6 [MIG] base_external_system: Upgrade to v11
* Perform standard v11 migration
2023-02-06 16:29:30 +01:00
Dave Lasley
f3e3a2d6fa [IMP] base_external_system: Add create bypass
* In cases of deep inheritance, it may be required to create an adapter directly. Add an override in the create via the env context to support this.
* Add default system type if creating from an interface
* Fix interface assignment during creation in adapter
2023-02-06 16:29:30 +01:00
Dave Lasley
c6b750c5f7 [ADD] base_external_system: Implement interface/adapter (#993)
* [ADD] base_external_system: Implement interface/adapter for external systems

* base_external_system: Fix OS model, add inherits, add validate

* base_external_system: Usability and private key pass

* base_external_system: Use contextmanager in adapter client

* base_external_system: Move contextmanager to interface

* base_external_system: Include contextmanager on adapter and system

* base_external_system: Unify client

* Use password widget for password field

* Add tests & security

* Fix lint

* Add plaintext note
2023-02-06 16:29:30 +01:00