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 6a68147d7d Merge branch 'create-sshtunnelconfig-tbl' of 
https://github.com/apache/superset into create-sshtunnelconfig-tbl
     add 6bd32e8abb feat(ssh_tunnel): Delete command & exceptions (#22131)

No new revisions were added by this update.

Summary of changes:
 superset/databases/commands/test_connection.py     |  2 +-
 superset/databases/dao.py                          |  2 +-
 .../ssh_tunnel}/__init__.py                        |  0
 .../ssh_tunnel}/commands/delete.py                 | 26 +++++++++++-----------
 .../ssh_tunnel}/commands/exceptions.py             |  9 ++++----
 .../{ssh_tunnel_dao.py => ssh_tunnel/dao.py}       |  2 +-
 superset/databases/{ => ssh_tunnel}/models.py      |  0
 superset/models/core.py                            |  2 +-
 tests/unit_tests/databases/dao/dao_tests.py        |  4 ++--
 .../unit_tests/databases/ssh_tunnel}/__init__.py   |  0
 .../databases/ssh_tunnel/commands}/__init__.py     |  0
 .../commands/delete_test.py}                       | 13 +++++------
 12 files changed, 30 insertions(+), 30 deletions(-)
 copy superset/{advanced_data_type => databases/ssh_tunnel}/__init__.py (100%)
 copy superset/{annotation_layers/annotations => 
databases/ssh_tunnel}/commands/delete.py (69%)
 copy superset/{css_templates => databases/ssh_tunnel}/commands/exceptions.py 
(81%)
 rename superset/databases/{ssh_tunnel_dao.py => ssh_tunnel/dao.py} (94%)
 rename superset/databases/{ => ssh_tunnel}/models.py (100%)
 copy {superset/advanced_data_type => 
tests/unit_tests/databases/ssh_tunnel}/__init__.py (100%)
 copy {superset/advanced_data_type => 
tests/unit_tests/databases/ssh_tunnel/commands}/__init__.py (100%)
 copy tests/unit_tests/databases/{dao/dao_tests.py => 
ssh_tunnel/commands/delete_test.py} (83%)

Reply via email to