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

michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 5b6e5e475e fix: missing shared color in mixed timeseries (#27403)
     new 15557f493d fix(deps): resolving canvg and html2canvas module not found 
(#27315)
     new 759863553d fix(dashboard): Only fetch CSS templates for dashboard 
header menu when in edit mode (#27411)
     new 131c254fe7 fix: SSH Tunnel configuration settings  (#27186)
     new 0ee452e9f9 fix(webpack): remove double-dotted file extensions in 
webpack config (#27471)
     new 017e0fc733 fix: check if guest user modified query (#27484)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset-frontend/package-lock.json                |  40 +---
 .../superset-ui-core/src/ui-overrides/types.ts     |  18 +-
 .../components/CssEditor/CssEditor.test.tsx        |  54 +++---
 .../src/dashboard/components/CssEditor/index.jsx   |  25 ++-
 .../Header/HeaderActionsDropdown/index.jsx         |  22 +--
 .../src/features/alerts/AlertReportModal.test.tsx  |   4 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |  35 +---
 .../DatabaseConnectionForm/EncryptedField.tsx      |   2 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |   3 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |   2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx | 130 ++++++-------
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |  12 +-
 .../DatabaseModal/SSHTunnelSwitch.test.tsx         | 162 +++++++++++++++++
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |  82 ++++++---
 .../databases/DatabaseModal/index.test.tsx         |  11 +-
 .../src/features/databases/DatabaseModal/index.tsx | 132 ++++++++------
 superset-frontend/src/features/databases/types.ts  |  80 +++++++-
 superset-frontend/src/views/CRUD/hooks.ts          |   7 +-
 superset-frontend/webpack.config.js                |   4 +-
 superset/commands/database/create.py               |  10 +-
 superset/commands/database/ssh_tunnel/create.py    |  11 ++
 .../commands/database/ssh_tunnel/exceptions.py     |   4 +
 superset/commands/database/ssh_tunnel/update.py    |  25 ++-
 superset/commands/database/test_connection.py      |  45 +++--
 superset/commands/database/update.py               |  79 +++++---
 superset/databases/api.py                          |   7 +-
 superset/security/manager.py                       |  85 ++++++---
 tests/integration_tests/databases/api_tests.py     | 201 +++++++++++++++++++++
 .../databases/ssh_tunnel/commands/create_test.py   |  45 ++++-
 .../databases/ssh_tunnel/commands/update_test.py   |  35 +++-
 tests/unit_tests/security/manager_test.py          | 112 ++++++++++--
 31 files changed, 1094 insertions(+), 390 deletions(-)
 create mode 100644 
superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.test.tsx

Reply via email to