This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
discard ddc63444dd fix(Menu): Adjust hover and bottom styles in light mode
discard 1d86a60f98 minor style adjustments
discard d986062a66 using colorSplit where we have split in the app
discard f12f130e26 don't pass down invalid props
discard fbca106720 fixups
discard d1e98aa957 factoring out types
discard a74ef36e2d factor out types
discard 21bf8cf037 factoring out pre-commit changes into another PR
discard 5c5e7466ed fix types
discard bcd7e19096 feat: messing with the theme
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 640d4f09bd chore: add UPDATING note for CSV_UPLOAD_MAX_SIZE removal
(#32013)
add 962fd4cca3 chore: Removing DASHBOARD_CROSS_FILTERS flag and all that
comes with it. (#31794)
add 6478bb7eab feat: add date format to the email subject (#31413)
add 23d9f46d30 chore(Network Errors): Update network errors on filter bars
and charts (#31811)
add f4efce3475 fix: Reordering echart props to fix confidence interval in
Mixed Charts (#30716)
add a21f184058 fix(issue #31927): TimeGrain.WEEK_STARTING_MONDAY (#32015)
add 49c798088c feat: messing with the theme
add 02052690ef fix types
add ef35198e48 factoring out pre-commit changes into another PR
add 022088f9cd factor out types
add 56d4d90395 factoring out types
add ae356ea1dd fixups
add 1d814aa71e don't pass down invalid props
add 39456712eb using colorSplit where we have split in the app
add 20cc1af724 minor style adjustments
add 8133d480dd fix(Menu): Adjust hover and bottom styles in light mode
add 11ef2d0862 fix package-lock post-rebase
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 (ddc63444dd)
\
N -- N -- N refs/heads/template_less (11ef2d0862)
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 +
RESOURCES/FEATURE_FLAGS.md | 2 +-
UPDATING.md | 5 +
docs/docs/configuration/alerts-reports.mdx | 3 +
superset-frontend/babel.config.js | 16 +-
superset-frontend/jest.config.js | 10 +-
superset-frontend/package-lock.json | 92267 +++++--------------
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 +-
.../superset-ui-core/src/utils/featureFlags.ts | 2 -
.../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 +-
.../src/MixedTimeseries/transformProps.ts | 3 +-
.../src/Timeseries/transformProps.ts | 3 +-
.../plugin-chart-echarts/src/utils/forecast.ts | 33 +-
.../test/utils/forecast.test.ts | 43 +
.../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 +-
.../Chart/ChartContextMenu/ChartContextMenu.tsx | 4 +-
.../Chart/ChartContextMenu/useContextMenu.test.tsx | 1 -
.../src/components/Chart/ChartRenderer.jsx | 7 +-
.../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 +-
.../ErrorMessage/ErrorMessageWithStackTrace.tsx | 4 +
...st.tsx => FrontendNetworkErrorMessage.test.tsx} | 34 +-
.../ErrorMessage/FrontendNetworkErrorMessage.tsx | 8 +-
.../src/components/ErrorMessage/IssueCode.tsx | 1 +
.../src/components/ErrorMessage/types.ts | 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.js | 26 +-
.../src/dashboard/actions/dashboardState.test.js | 18 +-
superset-frontend/src/dashboard/actions/hydrate.js | 18 +-
.../BuilderComponentPane.test.tsx | 4 +-
.../src/dashboard/components/Dashboard.jsx | 7 +-
.../src/dashboard/components/Dashboard.test.jsx | 1 +
.../DashboardBuilder/DashboardBuilder.tsx | 6 +-
.../OverwriteConfirmModal.test.tsx | 4 +-
.../PropertiesModal/PropertiesModal.test.tsx | 48 +-
.../src/dashboard/components/SliceAdder.tsx | 2 +-
.../components/SliceHeaderControls/index.tsx | 1 -
.../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 +-
.../FilterBarSettings/FilterBarSettings.test.tsx | 70 +-
.../FilterBar/FilterBarSettings/index.tsx | 11 +-
.../FilterBar/FilterControls/FilterControls.tsx | 22 +-
.../FilterBar/FilterControls/FilterValue.tsx | 13 +-
.../nativeFilters/FilterBar/Horizontal.tsx | 29 +-
.../FilterBar/HorizontalFilterBar.test.tsx | 3 +
.../nativeFilters/FilterBar/Vertical.tsx | 12 +-
.../FiltersConfigForm/ColumnSelect.test.tsx | 15 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 3 +-
.../components/nativeFilters/selectors.ts | 82 +-
.../components/nativeFilters/utils.test.ts | 73 +-
.../dashboard/components/nativeFilters/utils.ts | 5 +-
.../src/dashboard/util/crossFilters.test.ts | 67 +-
.../src/dashboard/util/crossFilters.ts | 9 +-
.../src/dashboard/util/permissionUtils.test.ts | 34 +-
superset-frontend/src/dataMask/reducer.ts | 20 +-
.../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 +-
.../databases/DatabaseModal/index.test.tsx | 11 +-
.../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 | 16 +-
superset-frontend/src/views/CRUD/utils.tsx | 6 +-
superset/commands/database/uploaders/base.py | 7 +
superset/config.py | 4 -
superset/constants.py | 4 +-
superset/databases/api.py | 300 +-
superset/databases/schemas.py | 220 +-
superset/db_engine_specs/sqlite.py | 10 +-
...34_74ad1125881c_converge_upload_permissions.py} | 21 +-
superset/reports/notifications/email.py | 27 +-
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 +-
.../reports/notifications/email_tests.py | 42 +
153 files changed, 26027 insertions(+), 68911 deletions(-)
copy
superset-frontend/src/components/ErrorMessage/{DatasetNotFoundErrorMessage.test.tsx
=> FrontendNetworkErrorMessage.test.tsx} (58%)
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%)