This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch template_less in repository https://gitbox.apache.org/repos/asf/superset.git
commit e3342bb731fa7e5de743b659b0de09ba435413cc Merge: 506c8387fc 6e02d19b0d Author: Maxime Beauchemin <[email protected]> AuthorDate: Tue Apr 1 00:45:31 2025 -0700 Merge branch 'master' into template_less .gitignore | 1 + README.md | 14 +- RELEASING/Dockerfile.from_local_tarball | 26 +-- RELEASING/Dockerfile.from_svn_tarball | 24 +-- RELEASING/README.md | 12 +- RELEASING/email_templates/announce.j2 | 2 +- RELEASING/make_tarball.sh | 2 +- RELEASING/make_tarball_entrypoint.sh | 2 +- RELEASING/set_release_env.sh | 4 +- RELEASING/test_run_tarball.sh | 2 +- RELEASING/validate_this_release.sh | 2 +- docs/docs/configuration/databases.mdx | 2 +- docs/docs/configuration/networking-settings.mdx | 2 +- docs/docs/contributing/contributing.mdx | 4 +- docs/docs/installation/pypi.mdx | 6 +- docs/docs/installation/upgrading-superset.mdx | 2 +- pyproject.toml | 2 +- requirements/development.txt | 2 +- setup.py | 1 + .../src/operators/aggregateOperator.ts | 58 +++++++ .../src/operators/index.ts | 1 + .../src/shared-controls/customControls.tsx | 26 +++ .../src/shared-controls/index.ts | 1 + .../src/utils/D3Formatting.ts | 1 + .../test/operators/aggregateOperator.test.ts | 121 ++++++++++++++ .../test/operators/timeCompareOperator.test.ts | 2 +- .../src/query/types/PostProcessing.ts | 4 +- .../test/query/types/PostProcessing.test.ts | 2 +- .../test/time-comparison/getComparisonInfo.test.ts | 24 ++- .../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx | 95 ++++++----- .../BigNumberPeriodOverPeriod/controlPanel.ts | 38 ++++- .../BigNumberPeriodOverPeriod/transformProps.ts | 2 + .../BigNumber/BigNumberPeriodOverPeriod/types.ts | 5 + .../BigNumber/BigNumberWithTrendline/buildQuery.ts | 15 ++ .../BigNumberWithTrendline/controlPanel.tsx | 2 + .../BigNumberWithTrendline/transformProps.ts | 82 ++++++--- .../test/BigNumber/transformProps.test.ts | 185 +++++++++++++++++++++ .../src/components/JsonModal/JsonModal.test.tsx | 15 ++ .../src/components/JsonModal/index.tsx | 17 +- .../controls/ColumnConfigControl/constants.tsx | 12 +- superset/config.py | 9 +- superset/dashboards/api.py | 17 +- superset/dashboards/schemas.py | 1 + superset/jinja_context.py | 15 +- superset/tasks/slack.py | 35 ++++ superset/utils/core.py | 13 -- superset/utils/screenshots.py | 5 +- superset/utils/slack.py | 25 ++- tests/integration_tests/dashboards/api_tests.py | 12 ++ tests/integration_tests/sqla_models_tests.py | 11 +- tests/unit_tests/jinja_context_test.py | 9 +- tests/unit_tests/utils/slack_test.py | 39 +++-- 52 files changed, 827 insertions(+), 184 deletions(-)
