This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hugh-add-bypass-cache-dash
in repository https://gitbox.apache.org/repos/asf/superset.git.
from c4bc334 fix linting
add 147dc5a fix(sql Lab tabs): Empty SQL Lab tabs (#18817)
add 2bacedd fix(dataset): handle missing database in migration (#18948)
add 4775d39 docs: fix sql templating typos (#18955)
add c56dc8e feat(legacy-preset-chart-deckgl): Add ,.1f and ,.2f value
formats to deckgl charts (#18945)
add eafe0cf fix(Explore): Pivot table V2 sort by failure with D&D enabled
(#18835)
add 760dab9 feat(TimeTableViz): sort by first metric (#18896)
add 85f0715 chore(security): Remove obsolete FAB metric_access permission
(#16860)
add 8121136 Merge branch 'master' of https://github.com/apache/superset
into hugh-add-bypass-cache-dash
No new revisions were added by this update.
Summary of changes:
docs/docs/installation/sql-templating.mdx | 14 ++++----
.../src/utils/D3Formatting.ts | 2 ++
.../superset-ui-core/src/query/buildQueryObject.ts | 12 ++++++-
.../superset-ui-core/src/query/types/Column.ts | 6 +++-
.../test/query/buildQueryObject.test.ts | 22 ++++++++++++
.../src/utilities/Shared_DeckGL.jsx | 7 ++--
.../src/utilities/controls.jsx | 17 ---------
.../TabbedSqlEditors/TabbedSqlEditors.test.jsx | 7 ++++
.../SqlLab/components/TabbedSqlEditors/index.jsx | 40 ++++++++++++++++++++++
superset-frontend/src/SqlLab/reducers/sqlLab.js | 2 +-
.../src/assets/images/empty_sql_chart.svg | 22 ++++++++++++
.../versions/b8d3a24d9131_new_dataset_models.py | 4 ++-
superset/security/manager.py | 1 -
superset/viz.py | 5 +++
tests/integration_tests/viz_tests.py | 7 ++++
15 files changed, 136 insertions(+), 32 deletions(-)
create mode 100644 superset-frontend/src/assets/images/empty_sql_chart.svg