This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 8e7e10463c fix: Dashboard not loading with default first value in
filter (#23512)
new 8405ec4ae7 fix(sqllab): normalize changedOn timestamp (#24513)
new 8a92c928e2 fix: Revert "fix(chart): Time Series set showMaxLabel as
null for time xAxis (#20627) (#24995)
new e825aff7ad fix: update permalink schema (#24970)
The 3 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:
docs/static/resources/openapi.json | 4751 ++++++++++++++++----
.../superset-ui-core/src/time-format/index.ts | 3 +
.../src/time-format/utils/denormalizeTimestamp.ts} | 14 +-
.../src/time-format/utils/normalizeTimestamp.ts} | 14 +-
.../time-format/utils/denormalizeTimestamp.test.ts | 43 +
.../src/Timeseries/transformProps.ts | 14 +-
.../preset-chart-xy/src/Line/createMetadata.ts | 2 +
.../SqlLab/components/SouthPane/SouthPane.test.jsx | 9 +-
superset-frontend/src/SqlLab/fixtures.ts | 9 +-
superset-frontend/src/SqlLab/reducers/sqlLab.js | 8 +-
.../src/SqlLab/reducers/sqlLab.test.js | 22 +-
superset/explore/permalink/api.py | 2 +-
12 files changed, 3949 insertions(+), 942 deletions(-)
copy
superset-frontend/{plugins/plugin-chart-echarts/src/utils/convertInteger.ts =>
packages/superset-ui-core/src/time-format/utils/denormalizeTimestamp.ts} (78%)
copy
superset-frontend/{plugins/plugin-chart-echarts/src/utils/convertInteger.ts =>
packages/superset-ui-core/src/time-format/utils/normalizeTimestamp.ts} (76%)
create mode 100644
superset-frontend/packages/superset-ui-core/test/time-format/utils/denormalizeTimestamp.test.ts