You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/05/18 00:00:28 UTC

[superset] branch fix-adhoc-filter-margin updated (5152d12 -> 96aa17f)

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

suddjian pushed a change to branch fix-adhoc-filter-margin
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 5152d12  fix(explore): add padding to the adhoc filter value select
     add 1b47902  chore: Removes react-bootstrap and react-bootstrap-slider (#14641)
     add 4e6169e  chore: Adjust language picker theme to match other menus (#14644)
     add 9deb7aa  chore: Replaces Icon with Icons component - iteration 1 (#14469)
     add eb9dafc  chore: Register dynamic plugins and add feature checks (#14650)
     add ea96d95  Clear search (#14655)
     add fd8b2cb  fix: Fixes group by control icon colors (#14674)
     add 3ad8b54  fix: nav submenu dropdown styles (#14580)
     add 8528420  make config method optional (#14668)
     add 7a050c5  fix(explore): Fix column number calculation (#14665)
     add 9a9f093  Add max width (#14663)
     add b5e9854  Fix tooltip position (#14656)
     add 2320bd4  fix(sqllab): fix error message (#14651)
     add 96aa17f  Merge branch 'master' into fix-adhoc-filter-margin

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 791 ++++++++-------------
 superset-frontend/package.json                     |  59 +-
 .../src/SqlLab/components/TableElement.jsx         |   2 +-
 superset-frontend/src/common/components/index.tsx  |  31 +-
 superset-frontend/src/components/Label/index.tsx   |   1 +
 .../src/components/ListView/Filters/Search.tsx     |  10 +-
 .../src/components/Menu/LanguagePicker.test.tsx    |  25 +-
 .../src/components/Menu/LanguagePicker.tsx         |  97 +--
 .../src/components/Menu/Menu.test.tsx              |   2 +-
 superset-frontend/src/components/Menu/Menu.tsx     |  21 +-
 .../src/components/Menu/MenuRight.tsx              |  12 +-
 superset-frontend/src/components/Select/styles.tsx |   2 +-
 .../src/explore/components/ControlRow.tsx          |  16 +-
 .../src/explore/components/EmbedCodeButton.jsx     |   6 +-
 .../explore/components/ExploreActionButtons.tsx    |  30 +-
 .../explore/components/ExploreViewContainer.jsx    |  25 +-
 .../DndColumnSelectControl/DndSelectLabel.test.tsx |  12 +-
 .../DndColumnSelectControl/DndSelectLabel.tsx      |   4 +-
 .../controls/DndColumnSelectControl/Option.tsx     |   4 +-
 .../FilterControl/AdhocFilterControl/index.jsx     |  15 +-
 .../AdhocFilterOption/AdhocFilterOption.test.tsx   |  24 +-
 .../controls/MetricControl/MetricsControl.jsx      |  15 +-
 .../OptionControls/OptionControls.test.tsx         |  34 +-
 .../components/controls/OptionControls/index.tsx   |  34 +-
 .../src/explore/components/optionRenderers.tsx     |   5 +-
 .../components/SyntaxHighlighterCopy/index.tsx     |  10 +-
 superset-frontend/stylesheets/superset.less        |  21 -
 superset-frontend/webpack.config.js                |   1 -
 superset/app.py                                    |  20 +-
 .../sqllab/ExploreCtasResultsButton_spec.jsx       |  78 --
 .../SqlLab/components/ExploreCtasResultsButton.jsx | 131 ----
 superset/assets/version_info.json                  |   0
 superset/databases/schemas.py                      |   1 -
 superset/views/dynamic_plugins.py                  |  12 +
 tests/databases/api_tests.py                       |  59 +-
 .../base.py => tests/dynamic_plugins_tests.py      |  33 +-
 36 files changed, 631 insertions(+), 1012 deletions(-)
 delete mode 100644 superset/assets/spec/javascripts/sqllab/ExploreCtasResultsButton_spec.jsx
 delete mode 100644 superset/assets/src/SqlLab/components/ExploreCtasResultsButton.jsx
 delete mode 100644 superset/assets/version_info.json
 copy superset/commands/base.py => tests/dynamic_plugins_tests.py (53%)