This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch removing-DASHBOARD_CROSS_FILTERS-flag
in repository https://gitbox.apache.org/repos/asf/superset.git
omit c2a5df243d fix horizontal filter bar test
omit 8ae7b3294f fix lint
omit 6729a43112 Fix moar tests
omit 2941f0e391 Fix some tests
omit ab07447505 Revert "getting tests to pass"
omit f4db033cb0 getting tests to pass
omit f9ea0adbe9 pre-commit fixes
omit dee0ad9a38 prettier
omit 46d3f02b73 removing flag and all that comes with it.
add 827042f12f refactor: Remove CSV upload size limit and related
validation (#32000)
add 09c1987de4 chore(fe): correct typing for sheetsColumnNames (#32007)
add 1b375b715c refactor: upload data unification, less permissions and
less endpoints (#31959)
add aa74ba3da2 fix(sqllab): tab layout truncated (#32005)
add 7e2b7941f3 refactor: Upgrade to React 17 (#31961)
add 2e6e120591 removing flag and all that comes with it.
add d43f64bb7f prettier
add d24b4640e4 pre-commit fixes
add e9ec968e37 getting tests to pass
add 9e4017f7b4 Revert "getting tests to pass"
add bafc4f429b Fix some tests
add a3f84d51c0 Fix moar tests
add e28796c057 fix lint
add 524753b743 fix horizontal filter bar 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 (c2a5df243d)
\
N -- N -- N refs/heads/removing-DASHBOARD_CROSS_FILTERS-flag
(524753b743)
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:
.github/workflows/dependency-review.yml | 1 +
UPDATING.md | 2 +
superset-frontend/babel.config.js | 16 +-
superset-frontend/jest.config.js | 10 +-
superset-frontend/package-lock.json | 91433 +++++--------------
superset-frontend/package.json | 37 +-
.../plugin-chart/templates/package-lock.erb | 2 +-
.../generators/plugin-chart/templates/package.erb | 2 +-
.../superset-ui-chart-controls/package.json | 6 +-
.../src/components/ControlHeader.tsx | 2 +-
.../src/components/Tooltip.tsx | 16 +-
.../superset-ui-chart-controls/src/index.ts | 2 +-
.../components/RadioButtonControl.tsx | 2 +-
.../src/utils/displayTimeRelatedControls.ts | 2 +-
.../superset-ui-chart-controls/src/utils/index.ts | 3 +-
.../packages/superset-ui-core/package.json | 6 +-
.../src/chart-composition/legend/WithLegend.tsx | 2 +-
.../src/chart/components/FallbackComponent.tsx | 17 +-
.../src/chart/components/SuperChart.tsx | 7 +-
.../packages/superset-ui-core/src/style/index.tsx | 1 +
.../chart-composition/legend/WithLegend.test.tsx | 3 +-
.../chart/components/FallbackComponent.test.tsx | 20 +-
.../test/chart/components/SuperChart.test.tsx | 6 +-
.../packages/superset-ui-demo/package.json | 6 +-
.../legacy-plugin-chart-calendar/package.json | 2 +-
.../plugins/legacy-plugin-chart-chord/package.json | 2 +-
.../legacy-plugin-chart-country-map/package.json | 2 +-
.../legacy-plugin-chart-horizon/package.json | 2 +-
.../legacy-plugin-chart-map-box/package.json | 2 +-
.../legacy-plugin-chart-paired-t-test/package.json | 2 +-
.../package.json | 2 +-
.../legacy-plugin-chart-partition/package.json | 4 +-
.../plugins/legacy-plugin-chart-rose/package.json | 2 +-
.../legacy-plugin-chart-world-map/package.json | 2 +-
.../legacy-preset-chart-deckgl/package.json | 5 +-
.../src/DeckGLContainer.tsx | 1 -
.../plugins/legacy-preset-chart-nvd3/package.json | 3 +-
.../plugins/plugin-chart-cartodiagram/package.json | 6 +-
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../plugins/plugin-chart-handlebars/package.json | 4 +-
.../plugins/plugin-chart-pivot-table/package.json | 6 +-
.../plugins/plugin-chart-table/package.json | 6 +-
.../plugins/plugin-chart-word-cloud/package.json | 2 +-
superset-frontend/spec/helpers/setup.ts | 1 -
superset-frontend/spec/helpers/shim.tsx | 6 +-
.../src/SqlLab/actions/sqlLab.test.js | 30 +-
.../components/QueryHistory/QueryHistory.test.tsx | 18 +-
.../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx | 21 +-
.../SqlLab/components/SqlEditor/SqlEditor.test.tsx | 42 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 16 +-
.../components/TableElement/TableElement.test.tsx | 20 +-
.../src/components/Chart/chartActions.test.js | 40 +-
.../src/components/Datasource/CollectionTable.tsx | 2 +-
.../Datasource/DatasourceEditor.test.jsx | 15 +-
.../components/Datasource/DatasourceModal.test.jsx | 7 -
.../src/components/ErrorBoundary/index.tsx | 5 +-
.../src/components/ErrorMessage/ErrorAlert.tsx | 6 +-
.../src/components/ErrorMessage/IssueCode.tsx | 1 +
.../src/components/FilterableTable/utils.test.tsx | 2 +-
.../src/components/FilterableTable/utils.tsx | 2 +-
.../Form/LabeledErrorBoundInput.test.jsx | 2 +-
.../src/components/IndeterminateCheckbox/index.tsx | 2 +
.../src/components/JsonModal/JsonModal.test.tsx | 2 +-
.../src/components/JsonModal/index.tsx | 4 +-
.../src/components/ListView/ListView.test.jsx | 3 +-
.../src/components/ListView/ListView.tsx | 1 +
.../Table/cell-renderers/NullCell/index.tsx | 16 +-
superset-frontend/src/components/Tooltip/index.tsx | 8 +-
.../src/dashboard/actions/dashboardState.test.js | 17 +-
.../BuilderComponentPane.test.tsx | 4 +-
.../PropertiesModal/PropertiesModal.test.tsx | 48 +-
.../src/dashboard/components/SliceAdder.tsx | 2 +-
.../components/URLShortLinkButton/index.tsx | 3 +-
.../src/dashboard/components/dnd/DragDroppable.jsx | 2 +-
.../dashboard/components/gridComponents/Tab.jsx | 3 +-
.../components/gridComponents/Tab.test.jsx | 3 +-
.../components/gridComponents/Tabs.test.tsx | 3 -
.../gridComponents/new/DraggableNewComponent.jsx | 2 +-
.../new/DraggableNewComponent.test.jsx | 5 +-
.../FilterBar/ActionButtons/index.tsx | 18 +-
.../nativeFilters/FilterBar/FilterBar.test.tsx | 15 +-
.../FiltersConfigForm/ColumnSelect.test.tsx | 15 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 3 +-
.../src/dashboard/util/crossFilters.test.ts | 39 +-
.../src/dashboard/util/permissionUtils.test.ts | 34 +-
.../src/explore/actions/datasourcesActions.test.ts | 16 +-
.../ExportToCSVDropdown.test.tsx | 27 +-
...AdhocFilterEditPopoverSimpleTabContent.test.tsx | 25 +-
.../utils/useGetTimeRangeLabel.test.ts | 18 +-
.../DashboardsSubMenu.test.tsx | 4 +-
.../exploreUtils/shouldUseLegacyApi.test.ts | 18 +-
.../src/features/dashboards/DashboardCard.test.tsx | 21 +-
.../UploadDataModel/UploadDataModal.test.tsx | 133 +-
.../features/databases/UploadDataModel/index.tsx | 36 +-
.../src/features/home/RightMenu.test.tsx | 3 +-
.../HeaderReportDropdown/index.test.tsx | 22 +-
.../reports/ReportModal/ReportModal.test.tsx | 36 +-
.../src/hooks/apiResources/schemas.test.ts | 6 +-
.../src/hooks/apiResources/tables.test.ts | 16 +-
.../src/middleware/asyncEvent.test.ts | 22 +-
.../src/pages/ChartList/ChartList.test.jsx | 24 +-
.../src/pages/DashboardList/DashboardList.test.jsx | 22 +-
.../src/pages/DatasetList/DatasetList.test.tsx | 17 +-
superset-frontend/src/pages/Home/Home.test.tsx | 15 +-
.../pages/SavedQueryList/SavedQueryList.test.jsx | 58 +-
superset-frontend/src/views/App.tsx | 20 +-
superset-frontend/src/views/CRUD/utils.tsx | 6 +-
superset/commands/database/uploaders/base.py | 7 +
superset/config.py | 3 -
superset/constants.py | 4 +-
superset/databases/api.py | 300 +-
superset/databases/schemas.py | 220 +-
...34_74ad1125881c_converge_upload_permissions.py} | 21 +-
superset/security/manager.py | 3 +-
tests/integration_tests/databases/api_tests.py | 4 +-
tests/integration_tests/security_tests.py | 4 +-
tests/unit_tests/databases/api_test.py | 146 +-
117 files changed, 25383 insertions(+), 68043 deletions(-)
copy
superset/migrations/versions/{2024-02-07_17-13_87d38ad83218_migrate_can_view_and_drill_permission.py
=> 2025-01-22_14-34_74ad1125881c_converge_upload_permissions.py} (81%)