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

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


    from 963e79f  chore: bump table plugin to 0.17.42 (#14460)
     new f8491df  fix(annotations): pass force param to annotation request 
(#14483)
     new 099514d  fix: SQL Statement on QUERY_LOGGER prints none to log (#14358)
     new c2d2478  fix: parameterize titles correctly (#14509)
     new d0b683c  feat(native-filters): Auto apply changes in 
FiltersConfigModal (#14461)
     new d0a6706  feat(dremio): implement convert_dttm method (#14519)
     new f2236fc  fix(chart-data): handle url_params in csv export and native 
filters (#14526)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset-frontend/src/chart/chartAction.js         | 17 ++++-
 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 +-
 .../dashboard/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 +++++++++---
 .../src/explore/exploreUtils/index.js              |  3 +-
 .../src/filters/components/GroupBy/controlPanel.ts |  1 +
 .../src/filters/components/Select/controlPanel.ts  |  3 +
 superset/db_engine_specs/dremio.py                 | 16 ++++-
 superset/sql_lab.py                                |  2 +-
 superset/utils/core.py                             | 32 ++++++++++
 superset/views/core.py                             |  8 ++-
 superset/views/utils.py                            | 10 ++-
 .../{hana_tests.py => dremio_tests.py}             | 10 +--
 tests/utils_tests.py                               | 20 ++++++
 22 files changed, 305 insertions(+), 128 deletions(-)
 copy superset-frontend/{spec/javascripts/utils/parseCookie_spec.ts => 
src/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%)

Reply via email to