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

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


    from 28e729b  fix(histogram): display correct percentile value instead of 
formula (#18084)
     add 830f2e7  feat(explore): Allow using time formatter on temporal columns 
in data table (#18569)

No new revisions were added by this update.

Summary of changes:
 .../src/explore/actions/exploreActions.ts          |  26 +++
 .../explore/components/DataTableControl/index.tsx  | 205 ++++++++++++++++++---
 .../DataTableControl/useTableColumns.test.ts       |  29 ++-
 .../DataTablesPane/DataTablesPane.test.tsx         |  16 +-
 .../explore/components/DataTablesPane/index.tsx    |  95 ++++++----
 .../components/useTimeFormattedColumns.ts}         |  12 +-
 .../src/explore/reducers/exploreReducer.js         |  38 ++++
 .../src/explore/reducers/getInitialState.ts        |   5 +
 superset-frontend/src/utils/common.js              |  21 ++-
 superset-frontend/src/utils/common.test.jsx        |  67 +++++--
 superset-frontend/src/utils/localStorageHelpers.ts |   2 +
 superset/common/query_actions.py                   |   8 +-
 superset/views/core.py                             |  10 +-
 superset/viz.py                                    |  14 +-
 14 files changed, 455 insertions(+), 93 deletions(-)
 copy superset-frontend/src/{views/CRUD/data/database/state.ts => 
explore/components/useTimeFormattedColumns.ts} (75%)

Reply via email to