This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch ssh-create-command
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1b4e0b3383 change name
add 8a3ee3530a Merge branch 'master' of https://github.com/apache/superset
into create-sshtunnelconfig-tbl
add bc891948d3 Merge branch 'create-sshtunnelconfig-tbl' of
https://github.com/apache/superset into create-sshtunnelconfig-tbl
add adb94517ae fix indenting for superset/databases/commands/validate.py
add 16d960b382 change tablename
add d2ab4a6878 feat(ssh_tunnel): DELETE SSH Tunnels API (#22153)
add fb2acd09ff Revert "feat(ssh_tunnel): DELETE SSH Tunnels API" (#22156)
add 4d807c9e14 feat(ssh_tunnel): Update command & exceptions (#22132)
add 5d22a7d876 Merge branch 'create-sshtunnelconfig-tbl' of
https://github.com/apache/superset into ssh-create-command
No new revisions were added by this update.
Summary of changes:
superset/databases/commands/validate.py | 16 ++++++------
superset/databases/ssh_tunnel/commands/delete.py | 1 -
.../databases/ssh_tunnel/commands/exceptions.py | 15 ++++++++++-
.../ssh_tunnel/commands/{delete.py => update.py} | 29 +++++++++++++++-------
superset/databases/ssh_tunnel/models.py | 2 +-
.../commands/{delete_test.py => update_test.py} | 16 ++++++------
6 files changed, 51 insertions(+), 28 deletions(-)
copy superset/databases/ssh_tunnel/commands/{delete.py => update.py} (65%)
copy tests/unit_tests/databases/ssh_tunnel/commands/{delete_test.py =>
update_test.py} (79%)