You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/12/08 20:16:17 UTC

[superset] branch master updated (aee5c9a -> 46cdc77)

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

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


    from aee5c9a  chore: removing redundant docker-entrypoint (#17687)
     add 46cdc77  fix: Redirect on 401 (#17597)

No new revisions were added by this update.

Summary of changes:
 requirements/base.txt                              |  2 +-
 setup.py                                           |  5 +--
 .../src/connection/SupersetClientClass.ts          | 12 +++++++
 .../callApi/callApiAndParseWithTimeout.test.ts     |  8 +++--
 .../PropertiesModal/PropertiesModal.test.tsx       |  2 +-
 .../FiltersConfigForm/ColumnSelect.test.tsx        |  6 ++--
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |  3 --
 .../components/ExploreChartHeader/index.jsx        | 40 +++++++++++++---------
 .../PropertiesModal/PropertiesModal.test.tsx       | 29 +++++++---------
 superset/config.py                                 |  2 ++
 tests/integration_tests/databases/api_tests.py     |  2 +-
 tests/integration_tests/datasets/api_tests.py      | 12 +++----
 tests/integration_tests/log_api_tests.py           |  4 +--
 13 files changed, 73 insertions(+), 54 deletions(-)