This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch create-sshtunnelconfig-tbl
in repository https://gitbox.apache.org/repos/asf/superset.git
from 92e41f115b Merge branch 'master' of https://github.com/apache/superset
into create-sshtunnelconfig-tbl
add 6c59663638 feat(ssh_tunnel): Create command & exceptions (#22148)
No new revisions were added by this update.
Summary of changes:
.../ssh_tunnel/commands/{update.py => create.py} | 33 ++++++++-----------
.../databases/ssh_tunnel/commands/exceptions.py | 4 +++
tests/unit_tests/databases/dao/dao_tests.py | 4 +--
.../commands/create_test.py} | 36 ++++++++++----------
.../databases/ssh_tunnel/commands/delete_test.py | 2 +-
.../databases/ssh_tunnel/dao_tests.py} | 38 +++++++++++++---------
6 files changed, 62 insertions(+), 55 deletions(-)
copy superset/databases/ssh_tunnel/commands/{update.py => create.py} (59%)
copy tests/unit_tests/databases/{utils_test.py =>
ssh_tunnel/commands/create_test.py} (55%)
copy tests/{integration_tests/log_model_view_tests.py =>
unit_tests/databases/ssh_tunnel/dao_tests.py} (55%)