This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch ssh-create-command
in repository https://gitbox.apache.org/repos/asf/superset.git
from 630b0ada8b remove unneeded fixtures
add 83d990db4f test(sqllab): Convert tests to RTL for SqlEditor (#22093)
add d352b74ff4 chore: Upgrade [email protected] (#22007)
add 9cebc1fde9 docs: Add docs for Amazon Dynamodb database driver (#22145)
add 17c2bd89a6 feat: auto select schema (#22160)
add 896c832649 fix: Add scrollTopOnPagination property to Table (#22115)
add 25114a7b97 feat: Horizontal filter bar states (#22064)
add c3f9f0bf69 fix(alerts): execute query as report executor (#22167)
add e990690dde fix: Flaky E2E tests (#22152)
add 7e54b88a51 chore: Change get_table_names/get_view_names return type
(#22085)
add 9a2cb431ce fix: Adds time grain to Pivot Table v2 (#22170)
add cc38400d71 fix: Unhandled exception Str Column Type (#22147)
add 2e5270cdb0 fix(db-migration): new_dataset_models_take_2 error on
postgres (#21417)
add 9c52cca95a docs: installing database drivers - trino (#22157)
add f40e6d1054 fix: SQL Lab QuerySource via referrer (#22172)
add 6bb4d87deb feat: CSV File Upload form updates (#21922)
add ac0ff78616 fix: chart id mapping in dashboard api (#22179)
add 78a4bd6bb2 fix: don't stringify extraJson in form (#22171)
add f885a18fec fix: Empty Error Alert Modal (#22186)
add d1567ba06d docs: add AI inside to users list (#22187)
add a77b2d6ebf chore: remove annotation layer FAB CRUD model view (#22178)
add 92e41f115b Merge branch 'master' of https://github.com/apache/superset
into create-sshtunnelconfig-tbl
add ab8cf7beff Merge branch 'create-sshtunnelconfig-tbl' of
https://github.com/apache/superset into ssh-create-command
No new revisions were added by this update.
Summary of changes:
RESOURCES/INTHEWILD.md | 1 +
docs/docs/databases/dynamodb.mdx | 20 +
.../docs/databases/installing-database-drivers.mdx | 3 +-
.../integration/dashboard/drilltodetail.test.ts | 19 +-
.../integration/dashboard/nativeFilters.test.ts | 2 +
.../cypress/integration/dashboard/utils.ts | 24 +-
.../cypress/integration/explore/utils.ts | 8 +-
superset-frontend/package-lock.json | 1017 ++++++++++----------
superset-frontend/package.json | 2 +-
.../superset-ui-chart-controls/package.json | 2 +-
.../test/__mocks__/resize-observer-polyfill.ts | 5 +
.../packages/superset-ui-demo/package.json | 2 +-
.../src/PivotTableChart.tsx | 13 +-
.../src/plugin/transformProps.ts | 2 +
.../plugins/plugin-chart-pivot-table/src/types.ts | 2 +
.../spec/fixtures/mockDashboardInfo.js | 3 +
superset-frontend/spec/fixtures/mockStore.js | 94 +-
.../SqlLab/components/SqlEditor/SqlEditor.test.jsx | 35 +-
.../Chart/DrillDetail/DrillDetailPane.tsx | 1 +
.../src/components/DatabaseSelector/index.tsx | 15 +-
.../components/DropdownSelectableIcon/index.tsx | 1 +
.../src/components/ErrorMessage/ErrorAlert.tsx | 2 +-
.../TableSelector/TableSelector.test.tsx | 26 +-
.../src/components/TableView/TableView.stories.tsx | 1 +
.../src/components/TableView/TableView.tsx | 48 +-
.../src/dashboard/actions/dashboardInfo.ts | 24 +-
superset-frontend/src/dashboard/actions/hydrate.js | 6 +-
.../DashboardBuilder/DashboardBuilder.tsx | 36 +-
.../FilterBar/ActionButtons/ActionButtons.test.tsx | 2 +-
.../FilterBar/ActionButtons/index.tsx | 106 +-
.../nativeFilters/FilterBar/FilterBar.test.tsx | 27 +-
.../FilterBarOrientationSelect.test.tsx} | 14 +-
.../index.tsx | 40 +-
.../FilterBar/FilterConfigurationLink/index.tsx | 2 +-
.../FilterBar/FilterControls/FilterControl.tsx | 2 +-
.../FilterBar/FilterSets/EditSection.tsx | 2 +-
.../FilterBar/FilterSets/FilterSetUnit.tsx | 2 +-
.../FilterBar/FilterSets/FilterSets.test.tsx | 2 +-
.../FilterBar/FilterSets/FiltersHeader.tsx | 2 +-
.../nativeFilters/FilterBar/FilterSets/Footer.tsx | 2 +-
.../nativeFilters/FilterBar/FilterSets/index.tsx | 4 +-
.../nativeFilters/FilterBar/Header/index.tsx | 15 +-
.../nativeFilters/FilterBar/Horizontal.tsx | 138 +++
.../FilterBar/HorizontalFilterBar.test.tsx | 105 ++
.../nativeFilters/FilterBar/Vertical.tsx | 306 ++++++
.../components/nativeFilters/FilterBar/index.tsx | 335 +------
.../components/nativeFilters/FilterBar/types.ts | 67 ++
.../components/nativeFilters/FilterBar/utils.ts | 9 +-
.../src/dashboard/reducers/dashboardInfo.js | 6 +-
superset-frontend/src/dashboard/types.ts | 4 +-
.../AnnotationLayerControl/AnnotationLayer.jsx | 4 +-
.../AnnotationLayer.test.tsx | 2 +-
.../src/views/CRUD/annotation/AnnotationList.tsx | 4 +-
.../CRUD/annotationlayers/AnnotationLayersList.tsx | 8 +-
.../data/database/DatabaseModal/ExtraOptions.tsx | 2 +-
superset-frontend/src/views/routes.tsx | 4 +-
superset-frontend/webpack.config.js | 3 +
.../annotations/commands/create.py | 2 +-
superset/charts/schemas.py | 3 +-
superset/connectors/base/models.py | 6 +-
superset/dashboards/schemas.py | 2 +-
superset/db_engine_specs/base.py | 16 +-
superset/db_engine_specs/databricks.py | 12 +-
superset/db_engine_specs/duckdb.py | 6 +-
superset/db_engine_specs/postgres.py | 10 +-
superset/db_engine_specs/presto.py | 28 +-
superset/db_engine_specs/sqlite.py | 6 +-
superset/initialization/__init__.py | 27 +-
...14-38_a9422eeaae74_new_dataset_models_take_2.py | 33 +-
superset/models/core.py | 34 +-
superset/reports/commands/alert.py | 10 +-
.../form_view/database_schemas_selector.html | 2 +-
superset/views/__init__.py | 1 -
superset/views/annotations.py | 110 +--
superset/views/core.py | 8 +-
superset/views/database/forms.py | 164 ++--
superset/views/database/views.py | 28 +-
tests/integration_tests/core_tests.py | 35 -
tests/integration_tests/csv_upload_tests.py | 8 +-
tests/integration_tests/dashboards/api_tests.py | 20 +-
tests/integration_tests/datasets/api_tests.py | 2 +-
.../db_engine_specs/base_engine_spec_tests.py | 4 +-
.../db_engine_specs/postgres_tests.py | 4 +-
.../db_engine_specs/presto_tests.py | 10 +-
tests/integration_tests/reports/alert_tests.py | 70 ++
85 files changed, 1896 insertions(+), 1398 deletions(-)
create mode 100644 docs/docs/databases/dynamodb.mdx
rename
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/{FilterBarLocationSelect/FilterBarLocationSelect.test.tsx
=> FilterBarOrientationSelect/FilterBarOrientationSelect.test.tsx} (93%)
rename
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/{FilterBarLocationSelect
=> FilterBarOrientationSelect}/index.tsx (63%)
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/HorizontalFilterBar.test.tsx
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx
create mode 100644
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/types.ts