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

hugh pushed a change to branch hugh/SO-1117-modal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from c6f17dc  remove unneeded vars
     add 251b829  checkout package-lock.json
     add 676e0bb  docs: fix docker config paths (#11703)
     add 7ae8cd0  fix: do not drop calculated column on metadata sync (#11731)
     add 8bdf943  fix: Adding __init__.py in superset.commands.importers 
(#11740)
     add c79dc47  chore: Text change Allow Data Upload (#11736)
     add 31eaa0c  style: dark filter popover background (#11611)
     add 63ef649  Make spacings in Settings menu more consistent (#11709)
     add cdd01f4  fix: Null error when deleting the last owner label in 
DatasourceEditor/settings (#11752)
     add 14b2a71  linting
     add ab6c525  Merge branch 'add-userinfo-sqllab' into hugh/SO-1117-modal
     add 2c99c7f  get user id

No new revisions were added by this update.

Summary of changes:
 docker/README.md                                   |   6 +-
 .../cypress/integration/dashboard/filter.test.ts   |   4 +-
 .../integration/dashboard_list/card_view.test.ts   |   4 +-
 .../integration/dashboard_list/list_view.test.ts   |   4 +-
 superset-frontend/package-lock.json                | 114 ++++++++++-----------
 .../src/SqlLab/components/ResultSet.tsx            |   9 +-
 .../src/SqlLab/reducers/getInitialState.js         |   2 +
 superset-frontend/src/components/Menu/Menu.tsx     |  35 +++++--
 .../components/FiltersBadge/DetailsPanel.tsx       |  70 +++++++++++--
 .../dashboard/components/FiltersBadge/Styles.tsx   |   3 +
 .../components/controls/SelectAsyncControl.jsx     |   6 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx |   4 +-
 .../commands/importers}/__init__.py                |   0
 superset/connectors/base/models.py                 |   6 +-
 superset/connectors/druid/models.py                |   2 +
 superset/connectors/sqla/models.py                 |  12 ++-
 superset/connectors/sqla/views.py                  |  10 +-
 .../databases/commands/importers/v1/__init__.py    |   4 +-
 .../datasets/commands/importers/v1/__init__.py     |   4 +-
 superset/views/core.py                             |   2 +
 tests/sqla_models_tests.py                         |  61 ++++++++++-
 21 files changed, 256 insertions(+), 106 deletions(-)
 copy {tests/security => superset/commands/importers}/__init__.py (100%)

Reply via email to