You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/21 14:10:37 UTC

(superset) branch diego/ch78628/fix-disabled-ssh-toggle updated (0e2fd1aed7 -> fec1883d28)

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

diegopucci pushed a change to branch diego/ch78628/fix-disabled-ssh-toggle
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 0e2fd1aed7 Lint
     add 52780f6a79 Fix dynamic form FF check
     add fec1883d28 Update unit tests

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-core/src/ui-overrides/types.ts     |  2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx | 96 +++++++++++++---------
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    | 43 ++++------
 .../src/features/databases/DatabaseModal/index.tsx | 23 ++----
 superset-frontend/src/features/databases/types.ts  | 13 +++
 superset-frontend/src/views/CRUD/hooks.ts          | 44 +++++++++-
 .../databases/ssh_tunnel/commands/create_test.py   | 12 ++-
 .../databases/ssh_tunnel/commands/update_test.py   |  4 +-
 8 files changed, 147 insertions(+), 90 deletions(-)