This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch feat/d2d-charts-crud-filter-col in repository https://gitbox.apache.org/repos/asf/superset.git
commit f71565275c632df50ee6857a9c08ada9b7862fd2 Merge: 723011d295 d1a6f0ebc4 Author: geido <[email protected]> AuthorDate: Mon Oct 10 16:18:42 2022 +0300 Merge branch 'master' of https://github.com/apache/superset into feat/d2d-charts-crud-filter-col Dockerfile | 64 +- RESOURCES/FEATURE_FLAGS.md | 64 +- docs/docs/databases/snowflake.mdx | 2 +- docs/static/resources/openapi.json | 325 +- .../explore/visualizations/download_chart.test.js | 2 +- .../plugin-chart/templates/src/MyChart.erb | 2 +- .../superset-ui-core/src/utils/featureFlags.ts | 62 +- .../legacy-plugin-chart-world-map/src/WorldMap.js | 32 +- .../src/Treemap/EchartsTreemap.tsx | 3 +- .../plugins/plugin-chart-table/src/TableChart.tsx | 5 +- superset-frontend/src/SqlLab/actions/sqlLab.js | 66 +- .../src/SqlLab/actions/sqlLab.test.js | 52 +- .../src/SqlLab/components/SaveQuery/index.tsx | 30 +- .../src/SqlLab/components/SqlEditor/index.jsx | 21 +- .../SqlLab/components/SqlEditorTabHeader/index.tsx | 2 +- .../TabbedSqlEditors/TabbedSqlEditors.test.jsx | 47 +- .../SqlLab/components/TabbedSqlEditors/index.jsx | 6 +- superset-frontend/src/SqlLab/fixtures.ts | 12 +- superset-frontend/src/SqlLab/reducers/sqlLab.js | 4 +- superset-frontend/src/constants.ts | 4 + superset-frontend/src/dashboard/actions/hydrate.js | 20 +- .../src/dashboard/containers/DashboardPage.tsx | 3 + superset-frontend/src/explore/ExplorePage.tsx | 12 +- .../components/ExploreChartHeader/index.jsx | 10 + .../DashboardsSubMenu.test.tsx | 78 + .../DashboardsSubMenu.tsx | 146 + .../useExploreAdditionalActionsMenu/index.jsx | 25 +- superset-frontend/src/types/Database.ts | 1 + .../data/database/DatabaseModal/index.test.jsx | 91 + .../CRUD/data/database/DatabaseModal/index.tsx | 24 +- superset-frontend/src/views/CRUD/hooks.ts | 17 +- superset/config.py | 8 + superset/connectors/sqla/models.py | 18 +- superset/databases/schemas.py | 5 + superset/datasets/api.py | 14 +- superset/db_engine_specs/__init__.py | 13 +- superset/db_engine_specs/gsheets.py | 14 +- superset/explore/commands/get.py | 4 +- ...-34_deb4c9d4a4ef_parameters_in_saved_queries.py | 46 + superset/models/sql_lab.py | 1 + superset/queries/saved_queries/api.py | 10 +- superset/superset_typing.py | 4 +- superset/translations/sl/LC_MESSAGES/messages.json | 6582 ++--- superset/translations/sl/LC_MESSAGES/messages.po | 26142 ++++++++++--------- superset/utils/core.py | 4 +- tests/integration_tests/charts/data/api_tests.py | 41 + tests/integration_tests/datasets/api_tests.py | 4 + .../queries/saved_queries/api_tests.py | 1 + tests/integration_tests/superset_test_config.py | 1 + tests/unit_tests/conftest.py | 8 +- tests/unit_tests/db_engine_specs/test_gsheets.py | 54 +- tests/unit_tests/db_engine_specs/test_init.py | 80 + 52 files changed, 18249 insertions(+), 16037 deletions(-)
