You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2022/12/08 21:50:30 UTC

[superset] branch create-sshtunnelconfig-tbl updated (ed19a3eae3 -> 852c8bbca5)

This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a change to branch create-sshtunnelconfig-tbl
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ed19a3eae3 remove logger
     add 852c8bbca5 chore(ssh_tunnel): Add extra tests to SSHTunnel commands (#22372)

No new revisions were added by this update.

Summary of changes:
 superset/databases/ssh_tunnel/commands/create.py   | 40 +++++++++++-
 .../databases/ssh_tunnel/commands/exceptions.py    |  9 +++
 superset/databases/ssh_tunnel/commands/update.py   | 10 +++
 .../databases/ssh_tunnel}/__init__.py              |  0
 .../databases/ssh_tunnel/commands}/__init__.py     |  0
 .../ssh_tunnel/commands/commands_tests.py          | 76 ++++++++++++++++++++++
 .../databases/ssh_tunnel/commands/create_test.py   | 26 ++++++++
 .../databases/ssh_tunnel/commands/update_test.py   | 24 +++++++
 8 files changed, 182 insertions(+), 3 deletions(-)
 copy {superset/advanced_data_type => tests/integration_tests/databases/ssh_tunnel}/__init__.py (100%)
 copy {superset/advanced_data_type => tests/integration_tests/databases/ssh_tunnel/commands}/__init__.py (100%)
 create mode 100644 tests/integration_tests/databases/ssh_tunnel/commands/commands_tests.py