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

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


    from eacdbdd877 fix: Rename on_delete parameter to ondelete (#25424)
     new 4a65d41ce8 fix: preventing save button from flickering in SQL Lab 
(#25106)
     new 1757ce49a9 fix: chart import (#25425)
     new 0c6db230af fix: swagger UI CSP error (#25368)
     new 8dfe95f89d fix: smarter date formatter (#25404)
     new b83bd5dc1c fix(sqllab): invalid start date (#25437)
     new 7b2b696a19 fix(nativeFilters): Speed up native filters by removing 
unnecessary rerenders (#25282)
     new 731cd65111 fix(SqlLab): make icon placement even (#25372)
     new 58778a78b2 fix: Duplicate items when pasting into Select (#25447)

The 8 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:
 requirements/base.txt                              |  2 +-
 setup.py                                           |  2 +-
 superset-frontend/jest.config.js                   |  3 +
 .../superset-ui-core/src/chart/types/Base.ts       |  1 +
 .../formatters/finestTemporalGrain.test.ts         | 63 +++++++++++++++++
 .../time-format/formatters/finestTemporalGrain.ts  | 80 ++++++++++++++++++++++
 .../superset-ui-core/src/time-format/index.ts      |  1 +
 .../SqlLab/components/SaveQuery/SaveQuery.test.tsx | 21 +++++-
 .../src/SqlLab/components/SaveQuery/index.tsx      | 12 ++--
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  4 +-
 .../src/SqlLab/components/TableElement/index.tsx   |  5 ++
 .../src/SqlLab/reducers/getInitialState.js         | 30 ++++----
 .../src/SqlLab/reducers/getInitialState.test.ts    | 53 +++++++++++++-
 .../src/components/Select/AsyncSelect.test.tsx     | 39 +++++++++++
 .../src/components/Select/AsyncSelect.tsx          | 26 +++++--
 .../src/components/Select/Select.test.tsx          | 39 +++++++++++
 superset-frontend/src/components/Select/Select.tsx | 33 ++++++---
 superset-frontend/src/components/Select/utils.tsx  | 28 +++++---
 .../FilterBar/FilterControls/state.ts              |  3 +-
 .../components/nativeFilters/FilterBar/index.tsx   | 16 +++--
 superset-frontend/src/dataMask/reducer.ts          |  1 +
 .../components/Select/SelectFilterPlugin.tsx       |  6 +-
 superset/charts/commands/importers/v1/utils.py     |  4 +-
 superset/config.py                                 |  4 +-
 .../charts/commands/importers/v1/utils_test.py     |  1 +
 25 files changed, 417 insertions(+), 60 deletions(-)
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/time-format/formatters/finestTemporalGrain.test.ts
 create mode 100644 
superset-frontend/packages/superset-ui-core/src/time-format/formatters/finestTemporalGrain.ts

Reply via email to