Commit Graph

6 Commits

Author SHA1 Message Date
JordiMForgeFlow
6c496c114a [IMP] update pre-commit 2023-07-06 16:50:56 +02:00
Ronald Portier
c5f14c3a45 [MIG] base_external_system Migration to 13.0 2020-08-21 11:31:23 +02:00
Ronald Portier
e05496d065 [IMP] : black, isort, prettier 2020-08-21 11:10:38 +02:00
Dave Lasley
a724c87042 [MIG] base_external_system: Upgrade to v11
* Perform standard v11 migration
2020-08-20 14:07:51 +02:00
Dave Lasley
19c3d1100b [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
2020-08-20 13:59:17 +02:00
Dave Lasley
0c879cf0cf [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
2020-08-20 13:59:17 +02:00