This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch elizabeth/use-create-table-util-fix
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 4e2f39ed7f update contstraint logic and test
omit b7de9ab17f use create table util
add 44bd200885 fix(docs): Update quickstart.mdx to reflect latest version
tag (#33063)
add 164a07e2be fix(docker): fallback to pip if uv is not available (#33087)
add d75ff9e784 feat(charts): add subtitle option and metric customization
controls (#32975)
add 37194a41ec chore: Added Formbricks to INTHEWILD.md (#33074)
add 5304bed4ed chore: Update INTHEWILD.md (#33079)
add d88cba92c0 feat: optimize catalog permission sync (#33000)
add 4f97b739b1 fix: Broken Python tests on master after merging prefix
branch (#33095)
add 2d5177c248 use create table util
add e2980b0b2a update contstraint logic and test
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4e2f39ed7f)
\
N -- N -- N refs/heads/elizabeth/use-create-table-util-fix
(e2980b0b2a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
RESOURCES/INTHEWILD.md | 2 +
docker/docker-bootstrap.sh | 6 +-
docs/docs/quickstart.mdx | 2 +-
.../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx | 94 +++-
.../BigNumberPeriodOverPeriod/controlPanel.ts | 15 +-
.../BigNumberPeriodOverPeriod/transformProps.ts | 4 +
.../BigNumber/BigNumberPeriodOverPeriod/types.ts | 4 +
.../src/BigNumber/BigNumberTotal/controlPanel.ts | 29 +-
.../src/BigNumber/BigNumberTotal/transformProps.ts | 12 +-
.../src/BigNumber/BigNumberViz.tsx | 46 +-
.../BigNumberWithTrendline/controlPanel.tsx | 9 +-
.../BigNumberWithTrendline/transformProps.ts | 4 +
.../src/BigNumber/sharedControls.ts | 43 ++
.../plugin-chart-echarts/src/BigNumber/types.ts | 2 +
.../plugins/plugin-chart-table/src/TableChart.tsx | 37 +-
.../plugin-chart-table/src/controlPanel.tsx | 23 +-
.../plugins/plugin-chart-table/src/types.ts | 4 +
.../plugin-chart-table/test/TableChart.test.tsx | 603 +++++++++++----------
.../ColumnConfigControl/ColumnConfigControl.tsx | 40 +-
.../ColumnConfigControl/ColumnConfigItem.tsx | 106 ++--
.../controls/ColumnConfigControl/constants.tsx | 27 +-
.../controls/ColumnConfigControl/types.ts | 1 +
superset/app.py | 12 +-
superset/commands/database/sync_permissions.py | 32 +-
superset/db_engine_specs/base.py | 3 +
superset/db_engine_specs/bigquery.py | 4 +-
superset/db_engine_specs/databricks.py | 10 +-
superset/db_engine_specs/doris.py | 2 +-
superset/db_engine_specs/postgres.py | 2 +-
superset/db_engine_specs/presto.py | 2 +-
superset/db_engine_specs/snowflake.py | 4 +-
superset/utils/urls.py | 11 +-
tests/integration_tests/core_tests.py | 2 +-
.../commands/databases/sync_permissions_test.py | 29 +-
34 files changed, 783 insertions(+), 443 deletions(-)