This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/requirements/tox-4.4.4
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard ef932f0a68 build(deps): bump tox from 3.25.1 to 4.4.4 in /requirements
     add ede18be08e feat(helm): Make Chart.AppVersion default value for image 
tag (#22854)
     add 02cd75be8d chore: Migrate /superset/tables/* to API v1 (#22501)
     add eaf53dbb27 fix(native-filters): Ensure that time range filter loses 
focus after closing modal (#22937)
     add ebed50fd12 fix: Remove button is broken for metrics on Explore (#22940)
     add 260ac40b23 feat: Enable new dataset creation flow II (#22835)
     add b410dbb5dd fix(datasets): Fix property selection on JSON response 
(#22944)
     add 98f4e90944 fix: Improve performance of CSV download (#22929)
     add e13ebb6134 test: Clean up AdhocFilterOption test warnings (#22915)
     add 21a2e7bc91 chore: Bump Flask-AppBuilder constraints (#22927)
     add b35190783c chore(welcome): change default last tab to "all" (#22798)
     add ed7b3533bc fix(explore): Time comparison in Mixed Chart in 
GENERIC_CHART_AXES not working (#22945)
     add c53c3aa23d chore(superset-ui-chart-controls): refactor pivot and 
rename operator (#22963)
     add deb51090d2 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 
in /superset-frontend (#22958)
     add ad1ffbd723 fix(explore): unable to update linked charts (#22896)
     add 78ede590ee chore(frontend): Spelling (#19676)
     add 56d4bd063c chore: add waitress for win32 platform (#22935)
     add 4b05a1eddd fix(datasets): Include expression and description in 
duplicated dataset columns (#22943)
     add c05871eb37 feat: add tabs to edit dataset page (#22043)
     add deba0fd7c1 docs: add Caizin to the user list (#22961)
     add 39f15b8d95 test: Fix act errors in DatabaseList test (#22970)
     add 4970df0a65 test: Clean up QueryList test warnings (#22972)
     add 32d497785a fix(native-filters): Don't include description icon in 
truncation calc (#22941)
     add b63ea6386f fix: Prevents last temporal filter removal (#22982)
     add 5d550f449a fix(explore): Mark time range dashboard filter with warning 
icon (#22984)
     add a299b4789b docs(alerts & reports): clarify nature of "-dev" labeled 
container images (#22988)
     add ae155611dc chore: bump python version to 3.8.16 in Dockerfile (#22934)
     add c9b9b7404a fix: Form data was not being passed to save/update slice 
(#22989)
     add cf395ac2d8 feat(ssh_tunnel): SSH Tunnel Switch extension (#22967)
     add 5bafb5c950 chore: Fix grammar (#22831)
     add 79114bcd29 docs: added Orange inside the inthewild.md doc (#22986)
     add 7a0f350028 fix: add new config to allow for specific import data urls 
(#22942)
     add 2dff0009e9 build(deps): bump pre-commit from 2.20.0 to 3.0.4 in 
/requirements (#22996)
     add 2deccb17e4 build(deps): bump tox from 3.25.1 to 4.4.4 in /requirements

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   (ef932f0a68)
            \
             N -- N -- N   refs/heads/dependabot/pip/requirements/tox-4.4.4 
(2deccb17e4)

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:
 Dockerfile                                         |   2 +-
 RESOURCES/INTHEWILD.md                             |   2 +
 UPDATING.md                                        |   1 +
 docs/docs/installation/alerts-reports.mdx          |   2 +
 .../installing-superset-from-scratch.mdx           |   2 +-
 docs/static/resources/openapi.json                 | 274 +++++++++++++++---
 helm/superset/Chart.yaml                           |   4 +-
 helm/superset/README.md                            |   4 +-
 helm/superset/templates/deployment-beat.yaml       |   2 +-
 helm/superset/templates/deployment-flower.yaml     |   2 +-
 helm/superset/templates/deployment-worker.yaml     |   2 +-
 helm/superset/templates/deployment.yaml            |   2 +-
 helm/superset/templates/init-job.yaml              |   2 +-
 helm/superset/values.yaml                          |   2 +-
 requirements/base.txt                              |   2 +-
 requirements/integration.txt                       |   4 +-
 scripts/generate_frontend_ts_tasklist.js           |   4 +-
 setup.py                                           |   7 +-
 .../cypress/integration/dashboard/utils.ts         |   2 +-
 .../cypress/integration/sqllab/query.test.ts       |   2 +-
 .../cypress-base/cypress/support/directories.ts    |  12 +-
 superset-frontend/jest.config.js                   |   2 +-
 superset-frontend/package-lock.json                |  12 +-
 .../templates/src/plugin/controlPanel.erb          |   4 +-
 .../src/operators/pivotOperator.ts                 |   3 +-
 .../src/operators/renameOperator.ts                |  20 +-
 .../src/operators/timeCompareOperator.ts           |   4 +-
 .../src/operators/timeComparePivotOperator.ts      |   3 +-
 .../src/operators/utils/isDerivedSeries.ts         |   4 +-
 .../src/operators/utils/isTimeComparison.ts        |   4 +-
 .../src/sections/advancedAnalytics.tsx             |  10 +-
 .../components/ColumnConfigControl/constants.tsx   |   2 +-
 .../src/shared-controls/sharedControls.tsx         |   4 +-
 .../superset-ui-chart-controls/src/types.ts        |   4 +-
 .../src/utils/expandControlConfig.tsx              |   2 +-
 .../test/operators/pivotOperator.test.ts           |  31 +-
 .../test/operators/renameOperator.test.ts          |  33 ++-
 .../test/operators/rollingWindowOperator.test.ts   |   4 +-
 .../test/operators/timeCompareOperator.test.ts     |   4 +-
 .../operators/timeComparePivotOperator.test.ts     |  39 +++
 .../test/operators/utils/isDerivedSeries.test.ts   |  18 +-
 .../src/chart/components/SuperChart.tsx            |   2 +-
 .../superset-ui-core/src/math-expression/index.ts  |   2 +-
 .../superset-ui-core/src/query/buildQueryObject.ts |   2 +-
 .../superset-ui-core/src/query/normalizeOrderBy.ts |   2 +-
 .../src/query/types/AdvancedAnalytics.ts           |   4 +-
 .../src/query/types/PostProcessing.ts              |   6 +-
 .../superset-ui-core/src/translation/index.ts      |   2 +-
 .../src/ui-overrides/ExtensionsRegistry.ts         |  11 +
 .../superset-ui-core/test/models/Registry.test.ts  |   2 +-
 .../factories/createD3NumberFormatter.test.ts      |   2 +-
 .../test/query/types/PostProcessing.test.ts        |   4 +-
 .../packages/superset-ui-core/types/external.d.ts  |   2 +-
 .../Area/stories/controlsShown.tsx                 |   2 +-
 .../Area/stories/expanded.tsx                      |   2 +-
 .../Area/stories/stackedWithBounds.tsx             |   4 +-
 .../superset-ui-chart/SuperChartStories.tsx        |   2 +-
 .../superset-ui-switchboard/src/switchboard.ts     |   2 +-
 .../legacy-plugin-chart-country-map/src/index.js   |   2 +-
 .../legacy-plugin-chart-heatmap/src/Heatmap.js     |   2 +-
 .../src/ReactParallelCoordinates.jsx               |   6 +-
 .../src/SankeyLoop.js                              |   4 +-
 .../src/components/PlaySlider.jsx                  |   4 +-
 .../src/layers/Polygon/Polygon.jsx                 |   4 +-
 .../src/layers/Scatter/controlPanel.ts             |   2 +-
 .../src/utilities/Shared_DeckGL.jsx                |   8 +-
 .../src/utils/fitViewport.ts                       |   2 +-
 .../legacy-preset-chart-deckgl/src/utils/time.js   |   8 +-
 .../src/Pie/controlPanel.ts                        |   2 +-
 .../src/MixedTimeseries/buildQuery.ts              |  10 +-
 .../plugin-chart-echarts/src/Radar/buildQuery.ts   |   4 +-
 .../plugin-chart-echarts/src/Radar/index.ts        |   2 +-
 .../plugin-chart-echarts/src/Tree/controlPanel.tsx |   2 +-
 .../plugin-chart-echarts/src/Treemap/index.ts      |   4 +-
 .../test/MixedTimeseries/buildQuery.test.ts        |  69 ++++-
 .../test/plugin/transformProps.test.ts             |   4 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   2 +-
 .../plugins/plugin-chart-table/src/buildQuery.ts   |   4 +-
 .../src/utils/convertScaleToDataUIScaleShape.ts    |   2 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   2 +-
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |   6 +-
 .../DeprecatedSelect/DeprecatedSelect.tsx          |   4 +-
 .../Form/LabeledErrorBoundInput.test.jsx           |   1 -
 superset-frontend/src/components/ListView/utils.ts |   2 +-
 .../src/components/Select/Select.stories.tsx       |   2 +-
 .../TableSelector/TableSelector.test.tsx           |   3 +-
 .../PropertiesModal/PropertiesModal.test.tsx       |   2 +-
 .../src/dashboard/components/SliceHeader/index.tsx |   2 +-
 .../components/dnd/dragDroppableConfig.js          |   2 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   2 +-
 .../components/gridComponents/Tabs.test.jsx        |   2 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |   4 +-
 .../FiltersConfigForm/getControlItemsMap.tsx       |   2 +-
 .../src/dashboard/util/filterboxMigrationHelper.ts |   6 +-
 .../src/explore/components/Control.test.tsx        |   2 +-
 .../explore/components/ControlPanelsContainer.tsx  |  47 ++-
 .../DatasourcePanel/DatasourcePanel.test.tsx       |  21 --
 .../src/explore/components/ExploreChartPanel.jsx   |   2 +-
 .../src/explore/components/SaveModal.tsx           |  11 +-
 .../components/controls/ColorPickerControl.jsx     |   4 +-
 .../controls/ColorSchemeControl/index.tsx          |   2 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |   5 +-
 .../tests/DateFilterLabel.test.tsx                 |  42 ++-
 .../components/controls/DateFilterControl/types.ts |   2 +-
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |   4 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  35 +--
 .../FilterControl/AdhocFilterControl/index.jsx     |  32 +--
 .../AdhocFilterOption/AdhocFilterOption.test.tsx   |  27 +-
 .../controls/MetricControl/AdhocMetric.js          |   2 +-
 .../components/controls/OptionControls/index.tsx   |   5 +-
 .../getFormDataFromDashboardContext.test.ts        |   1 +
 .../getFormDataWithDashboardContext.ts             |   1 +
 .../src/explore/exploreUtils/getHostName.test.ts   |   2 +-
 superset-frontend/src/explore/store.js             |   2 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   |   6 +-
 .../src/hooks/apiResources/tables.test.ts          |  18 +-
 superset-frontend/src/hooks/apiResources/tables.ts |  22 +-
 .../src/pages/ChartCreation/index.tsx              |   5 +-
 superset-frontend/src/preamble.ts                  |   2 +-
 ...rdComponents.ts => setupDashboardComponents.ts} |   0
 .../src/utils/getClientErrorObject.ts              |   2 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |   2 +-
 .../views/CRUD/annotation/AnnotationModal.test.jsx |   4 +-
 .../src/views/CRUD/annotation/AnnotationModal.tsx  |   8 +-
 .../views/CRUD/data/database/DatabaseList.test.jsx |  28 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |   8 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |   4 +-
 .../data/database/DatabaseModal/SSHTunnelForm.tsx  | 317 +++++++++------------
 .../database/DatabaseModal/SSHTunnelSwitch.tsx     |  58 ++++
 .../data/database/DatabaseModal/index.test.tsx     |  40 +++
 .../CRUD/data/database/DatabaseModal/index.tsx     |  74 +++--
 .../CRUD/data/database/DatabaseModal/styles.ts     |   2 +-
 .../data/dataset/AddDataset/AddDataset.test.tsx    |   9 +
 .../dataset/AddDataset/DatasetPanel/fixtures.ts    |   1 +
 .../data/dataset/AddDataset/DatasetPanel/index.tsx |  17 +-
 .../AddDataset/EditDataset/EditDataset.test.tsx}   |  35 ++-
 .../data/dataset/AddDataset/EditDataset/index.tsx  |  74 +++++
 .../data/dataset/AddDataset/Footer/Footer.test.tsx |   8 +
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |  14 +-
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |  26 +-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    | 114 +++++---
 .../views/CRUD/data/dataset/AddDataset/index.tsx   |  54 ++--
 .../views/CRUD/data/dataset/AddDataset/types.tsx   |   8 +-
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    | 172 -----------
 .../dataset/DatasetLayout/DatasetLayout.test.tsx   |   8 +
 .../CRUD/data/dataset/DatasetLayout/index.tsx      |   9 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  45 +--
 .../src/views/CRUD/data/dataset/styles.ts          |   1 +
 superset-frontend/src/views/CRUD/data/hooks.ts     | 113 +++++++-
 .../src/views/CRUD/data/query/QueryList.test.tsx   |   8 +
 superset-frontend/src/views/CRUD/types.ts          |   2 +-
 superset-frontend/src/views/CRUD/utils.tsx         |   2 +-
 .../src/views/CRUD/welcome/ActivityTable.tsx       |   2 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   4 +-
 .../src/views/components/RightMenu.test.tsx        |   3 -
 .../src/views/components/RightMenu.tsx             |  33 +--
 superset-frontend/src/views/components/types.ts    |   2 +-
 superset-frontend/webpack.config.js                |   4 +-
 superset/charts/commands/update.py                 |   5 +-
 superset/charts/schemas.py                         |  12 +-
 superset/cli/importexport.py                       |   8 +-
 superset/config.py                                 |  13 +-
 superset/constants.py                              |   1 +
 superset/dao/base.py                               |  14 +-
 superset/databases/api.py                          |  76 ++++-
 superset/databases/commands/exceptions.py          |   5 +
 superset/databases/commands/tables.py              | 113 ++++++++
 superset/databases/schemas.py                      |  15 +
 superset/datasets/commands/duplicate.py            |   2 +
 superset/datasets/commands/exceptions.py           |   4 +
 superset/datasets/commands/importers/v0.py         |   2 +-
 superset/datasets/commands/importers/v1/utils.py   |  32 ++-
 .../dashboards/COVID_Vaccine_Dashboard.yaml        |   2 +-
 ...7c195a_rewriting_url_from_shortner_with_new_.py |   2 +-
 ...10-42_f9a30386bd74_cleanup_time_grainularity.py |  12 +-
 ...b56500de1855_add_uuid_column_to_import_mixin.py |   2 +-
 ...4fbb_add_type_to_native_filter_configuration.py |   2 +-
 ...03_5afbb1a5849b_add_embedded_dahshoard_table.py |   2 +-
 superset/templates/tail_js_custom_extra.html       |   2 +-
 superset/translations/en/LC_MESSAGES/messages.po   |  10 +-
 superset/translations/messages.pot                 |  10 +-
 superset/utils/core.py                             |   2 +-
 superset/views/base.py                             |   4 +-
 superset/views/core.py                             |   3 +-
 superset/views/datasource/views.py                 |   5 +-
 .../annotation_layers/fixtures.py                  |   2 +-
 tests/integration_tests/charts/api_tests.py        |  55 ++++
 tests/integration_tests/core_tests.py              |   2 +-
 tests/integration_tests/databases/api_tests.py     |  60 ++++
 .../integration_tests/databases/commands_tests.py  |  74 +++++
 .../db_engine_specs/base_engine_spec_tests.py      |   2 +-
 .../security/migrate_roles_tests.py                |   8 +-
 .../datasets/commands/importers/v1/import_test.py  | 128 ++++++++-
 tests/unit_tests/datasets/dao/dao_tests.py         |  30 ++
 194 files changed, 2079 insertions(+), 1044 deletions(-)
 rename superset-frontend/src/setup/{setupDasboardComponents.ts => 
setupDashboardComponents.ts} (100%)
 create mode 100644 
superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelSwitch.tsx
 copy superset-frontend/src/{components/ErrorMessage/IssueCode.test.tsx => 
views/CRUD/data/dataset/AddDataset/EditDataset/EditDataset.test.tsx} (56%)
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/EditDataset/index.tsx
 delete mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx
 create mode 100644 superset/databases/commands/tables.py

Reply via email to