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 2021/05/08 19:18:34 UTC

[superset] branch hugh/update-credentials updated (7990448 -> c6bc548)

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

hugh pushed a change to branch hugh/update-credentials
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 7990448  update parameters fields
     add c679cbd  remove console log
     add 52dbe31  fix: parameterize titles correctly (#14509)
     add 10a53b7  fix: Add extra check to loggerMiddleware (#14492)
     add 19b408b  chore: bump superset-ui to 0.17.44 (#14515)
     add 05c2405  add new plugin (#14516)
     add 680c96e  feat(explore): collapse time section if no ts columns (#14493)
     add e8e838e  feat(native-filters): Auto apply changes in FiltersConfigModal (#14461)
     add d1d98d8  feat(dremio): implement convert_dttm method (#14519)
     add c14665c  chore: Improved translation into Russian language (#14412)
     add 66a4c94  fix(chart-data): handle url_params in csv export and native filters (#14526)
     add 6871ad1  docs(UPDATING): Adding downtime for #14234 (#14513)
     add 4f000cc  fix: bringing metric type icon styles into SelectControl (#14531)
     add c6bc548  Merge branch 'master' of https://github.com/apache/superset into hugh/update-credentials

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |    2 +
 .../cypress/integration/explore/control.test.ts    |    2 +-
 superset-frontend/package-lock.json                |   42 +-
 superset-frontend/package.json                     |    6 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   31 +-
 .../src/dashboard/actions/nativeFilters.ts         |    3 +-
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |   43 +-
 .../FiltersConfigForm/ControlItems.tsx             |   73 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |    9 +-
 .../nativeFilters/FiltersConfigModal/utils.ts      |   15 +-
 .../dashboard/components/nativeFilters/utils.ts    |    3 +-
 .../util/extractUrlParams.test.ts}                 |   40 +-
 .../src/dashboard/util/extractUrlParams.ts         |   49 +
 superset-frontend/src/dataMask/actions.ts          |    4 +
 superset-frontend/src/dataMask/reducer.ts          |   41 +-
 .../explore/components/ControlPanelsContainer.tsx  |  178 +-
 .../explore/components/controls/SelectControl.jsx  |   14 +-
 .../src/filters/components/GroupBy/controlPanel.ts |    1 +
 .../src/filters/components/Select/controlPanel.ts  |    3 +
 .../src/middleware/loggerMiddleware.js             |    2 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |    2 -
 .../src/visualizations/presets/MainPreset.js       |    2 +
 superset/db_engine_specs/dremio.py                 |   16 +-
 superset/translations/ru/LC_MESSAGES/messages.json | 2111 ++++++++++++--------
 superset/translations/ru/LC_MESSAGES/messages.po   | 1833 +++++++++--------
 superset/views/core.py                             |    4 +-
 superset/views/utils.py                            |   10 +-
 .../{hana_tests.py => dremio_tests.py}             |   10 +-
 tests/utils_tests.py                               |   20 +
 29 files changed, 2682 insertions(+), 1887 deletions(-)
 copy superset-frontend/src/{utils/parseCookie.test.ts => dashboard/util/extractUrlParams.test.ts} (53%)
 create mode 100644 superset-frontend/src/dashboard/util/extractUrlParams.ts
 copy tests/db_engine_specs/{hana_tests.py => dremio_tests.py} (76%)