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 2022/12/01 16:40:19 UTC

[superset] branch create-sshtunnelconfig-tbl updated (45aa02288a -> 3d3b71bf15)

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 45aa02288a Merge branch 'master' of https://github.com/apache/superset into create-sshtunnelconfig-tbl
     add ffff3e4bf4 fix(native-filters): Add empty text node before OutPortal (#22289)
     add afc10a247b feat: Adds overflow to the DropdownContainer popover (#22250)
     add 04e0bb9f36 fix(native-filters): Misc spacing fixes for horizontal and horizontal overflow filter bar items (#22288)
     add ead2834a77 fix: Horizontal filter bar resizing (#22286)
     add 309c064cc8 fix(dashboard): chart doesn't resize when tab switch (#22009)
     add 8cf572858c feat: Automatically closes the DropdownContainer when scrolling outside of the component (#22287)
     add 3affd4687e build(deps): bump hot-shots from 9.0.0 to 9.3.0 in /superset-websocket (#22295)
     add 329dd225a9 build(deps-dev): bump @types/cookie from 0.4.1 to 0.5.1 in /superset-websocket (#22296)
     add 347eec8717 build(deps-dev): bump @types/node from 16.11.6 to 18.11.10 in /superset-websocket (#22297)
     add 2bdf22b215 fix(docker): Fixing ws docker push (#22303)
     add 3d3b71bf15 Merge branch 'master' of https://github.com/apache/superset into create-sshtunnelconfig-tbl

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |   1 +
 .github/workflows/docker_build_push.sh             |   7 +-
 .../cypress/integration/dashboard/tabs.test.ts     |  28 ++++
 .../DropdownContainer.stories.tsx                  |   2 +-
 .../DropdownContainer/Overview.stories.mdx         |   4 +-
 .../src/components/DropdownContainer/index.tsx     | 147 +++++++++++++++------
 .../dashboard/components/gridComponents/Chart.jsx  |   4 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |   7 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |  11 +-
 .../FilterBar/FilterControls/FilterDivider.tsx     |  11 +-
 .../FilterBar/FiltersDropdownContent/index.tsx     |   2 +
 .../FiltersOutOfScopeCollapsible/index.tsx         |  60 ++++++---
 superset-websocket/package-lock.json               |  46 +++----
 superset-websocket/package.json                    |   6 +-
 14 files changed, 234 insertions(+), 102 deletions(-)