You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2023/01/04 22:59:24 UTC

[superset] branch fix-dataset-modal-ssh-tunnel updated (66f68afe4c -> 0c81d5de7f)

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

hugh pushed a change to branch fix-dataset-modal-ssh-tunnel
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 66f68afe4c fix internal functions
     add cf156f17bb chore: Use visibilityToggle prop to control password input visibility (#22363)
     add 11c9c8a00c chore: upgrade interweave (#22572)
     add 40dba06094 chore: upgrade react-ace (#22573)
     add 82b0c23fb2 chore: upgrade react-checkbox-tree (#22583)
     add c13d7817e6 Merge branch 'master' of https://github.com/apache/superset into fix-dataset-modal-ssh-tunnel
     add 0c81d5de7f write test

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 264 +++++++++++++--------
 superset-frontend/package.json                     |   6 +-
 .../superset-ui-chart-controls/package.json        |   4 +-
 .../plugins/plugin-chart-handlebars/package.json   |   4 +-
 .../src/components/FilterableTable/index.tsx       |   2 +-
 .../Form/LabeledErrorBoundInput.test.jsx           |  15 ++
 .../src/components/Form/LabeledErrorBoundInput.tsx |   4 +-
 .../src/components/MessageToasts/Toast.tsx         |   2 +-
 tests/unit_tests/models/core_test.py               |  18 ++
 9 files changed, 215 insertions(+), 104 deletions(-)