This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch diego/ch79154/fix-color-inconsistency in repository https://gitbox.apache.org/repos/asf/superset.git
commit 91f0d51abd0d60dca5ccd72e14d144614f46abf5 Merge: 127df24c08 ad6327db95 Author: geido <[email protected]> AuthorDate: Fri Mar 1 17:21:20 2024 +0200 Merge branch 'master' of https://github.com/apache/superset into diego/ch79154/fix-color-inconsistency .asf.yaml | 8 - .github/workflows/chromatic-master.yml | 72 - .github/workflows/docker.yml | 42 +- .github/workflows/no-op.yml | 2 +- .github/workflows/superset-python-unittest.yml | 2 + RELEASING/validate_this_release.sh | 7 +- docs/docs/installation/cache.mdx | 2 +- docs/docs/installation/docker.mdx | 66 +- docs/docs/installation/sql-templating.mdx | 23 +- docs/docs/security/cves.mdx | 10 + docs/package.json | 2 +- docs/static/.htaccess | 2 + docs/yarn.lock | 128 +- requirements/base.in | 2 + requirements/base.txt | 21 +- requirements/development.txt | 4 +- requirements/docker.in | 3 +- requirements/docker.txt | 4 +- requirements/integration.txt | 6 + requirements/testing.in | 1 + requirements/testing.txt | 7 +- scripts/ci_check_no_file_changes.sh | 2 +- scripts/tag_latest_release.sh | 12 +- setup.py | 10 +- superset-embedded-sdk/README.md | 7 +- superset-embedded-sdk/package-lock.json | 4 +- superset-embedded-sdk/package.json | 2 +- superset-embedded-sdk/src/index.ts | 18 +- .../cypress/e2e/chart_list/list.test.ts | 7 + .../cypress/e2e/dashboard/editmode.test.ts | 2 +- .../cypress/e2e/dashboard_list/list.test.ts | 7 + superset-frontend/package-lock.json | 2656 +------------------- superset-frontend/package.json | 5 +- .../packages/superset-ui-demo/package.json | 1 - .../shared/components/createQuery.story.tsx | 3 - .../superset-ui-connection/Connection.stories.tsx | 12 +- .../BigNumberPeriodOverPeriod}/PopKPI.tsx | 0 .../BigNumberPeriodOverPeriod}/buildQuery.ts | 15 - .../BigNumberPeriodOverPeriod}/controlPanel.ts | 67 +- .../images/thumbnail.png | Bin .../BigNumber/BigNumberPeriodOverPeriod}/index.ts | 15 +- .../BigNumberPeriodOverPeriod}/transformProps.ts | 7 +- .../BigNumber/BigNumberPeriodOverPeriod}/types.ts | 0 .../BigNumberPeriodOverPeriod/utils.test.ts | 39 + .../BigNumber/BigNumberPeriodOverPeriod/utils.ts | 59 + .../plugin-chart-echarts/src/BigNumber/index.ts | 1 + .../src/Gauge/transformProps.ts | 13 +- .../src/Timeseries/transformProps.ts | 2 +- .../src/Timeseries/transformers.ts | 7 +- .../plugins/plugin-chart-echarts/src/index.ts | 6 +- .../test/Gauge/transformProps.test.ts | 54 +- .../plugin-chart-period-over-period-kpi/README.md | 87 - .../package.json | 33 - .../src/index.ts | 27 - .../tsconfig.json | 25 - .../types/types/external.d.ts | 23 - .../SqlLab/components/SqlEditor/SqlEditor.test.tsx | 43 +- .../src/SqlLab/components/SqlEditor/index.tsx | 28 +- .../src/SqlLab/reducers/getInitialState.ts | 2 +- superset-frontend/src/SqlLab/reducers/sqlLab.js | 5 +- .../src/SqlLab/reducers/sqlLab.test.js | 19 + .../src/components/ListView/CardSortSelect.tsx | 18 +- .../src/components/ListView/ListView.test.tsx | 74 + .../src/components/ListView/ListView.tsx | 17 +- superset-frontend/src/components/ListView/types.ts | 4 +- superset-frontend/src/components/ListView/utils.ts | 4 +- .../src/dashboard/components/dnd/DragDroppable.jsx | 6 + .../filters/components/Range/RangeFilterPlugin.tsx | 14 + superset-frontend/src/types/dom-to-pdf.d.ts | 6 +- .../src/visualizations/presets/MainPreset.js | 8 +- superset/charts/data/api.py | 1 + superset/cli/importexport.py | 39 +- superset/db_engine_specs/base.py | 2 +- superset/jinja_context.py | 36 +- ...47_be1b217cd8cd_big_number_kpi_single_metric.py | 93 + superset/sql_parse.py | 17 +- superset/utils/core.py | 13 + superset/views/database/forms.py | 3 +- tests/integration_tests/charts/data/api_tests.py | 36 +- tests/integration_tests/sqla_models_tests.py | 28 +- tests/unit_tests/db_engine_specs/test_base.py | 75 +- .../unit_tests/scripts/tag_latest_release_test.py | 4 +- tests/unit_tests/sql_parse_tests.py | 10 +- tests/unit_tests/test_jinja_context.py | 38 + 84 files changed, 1016 insertions(+), 3269 deletions(-)
