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 387549f69c fix(snowflake): opt-in denormalization of column names
(#24982)
new e20c2967c4 fix: Revert "fix(chart): Time Series set showMaxLabel as
null for time xAxis (#20627) (#24995)
new ea27cf13d3 fix: update permalink schema (#24970)
new c2c5f232c8 chore: isolate examples database by default (#25003)
new f63cb47f35 fix: Date column in Heatmap is displayed as unix timestamp
(#25009)
The 4 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:
docker-compose.yml | 1 +
docker/.env | 6 +
docker/docker-entrypoint-initdb.d/examples-init.sh | 15 +
docker/pythonpath_dev/superset_config.py | 24 +-
docs/static/resources/openapi.json | 9522 ++++++++++++++------
.../legacy-plugin-chart-heatmap/src/Heatmap.js | 9 +-
.../src/controlPanel.tsx | 11 +
.../src/transformProps.js | 22 +-
.../src/Timeseries/transformProps.ts | 15 +-
superset/config.py | 2 +-
superset/explore/permalink/api.py | 2 +-
superset/utils/database.py | 6 +-
12 files changed, 6617 insertions(+), 3018 deletions(-)
create mode 100755 docker/docker-entrypoint-initdb.d/examples-init.sh