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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/cypress-base/http-cache-semantics-4.1.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard b394866ccd build(deps): bump http-cache-semantics
     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 7d5c86b44c fix(explore): Save button incorrectly disabled when adding 
new metric with dnd (#23000)
     add aa0a07859e build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 
in /docs (#22956)
     add 9dfaad772d fix: Make cte_alias a property of db engine spec (#22947)
     add 78a05d282b build(deps): bump http-cache-semantics

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   (b394866ccd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/cypress-base/http-cache-semantics-4.1.1
 (78a05d282b)

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 +
 docs/docs/installation/alerts-reports.mdx          |   2 +
 .../installing-superset-from-scratch.mdx           |   2 +-
 docs/yarn.lock                                     |   6 +-
 requirements/integration.txt                       |  20 +-
 scripts/generate_frontend_ts_tasklist.js           |   4 +-
 setup.py                                           |   3 +-
 .../cypress/integration/dashboard/utils.ts         |   2 +-
 .../cypress-base/cypress/support/directories.ts    |  12 +-
 superset-frontend/jest.config.js                   |   2 +-
 .../templates/src/plugin/controlPanel.erb          |   4 +-
 .../src/operators/renameOperator.ts                |  10 +-
 .../src/operators/timeCompareOperator.ts           |   4 +-
 .../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/renameOperator.test.ts          |  10 +-
 .../test/operators/rollingWindowOperator.test.ts   |   4 +-
 .../test/operators/timeCompareOperator.test.ts     |   4 +-
 .../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 +-
 .../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        |   6 +-
 .../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 +-
 .../DeprecatedSelect/DeprecatedSelect.tsx          |   4 +-
 .../Form/LabeledErrorBoundInput.test.jsx           |   1 -
 superset-frontend/src/components/ListView/utils.ts |   2 +-
 .../src/components/Select/Select.stories.tsx       |   2 +-
 .../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 ++-
 .../src/explore/components/ExploreChartPanel.jsx   |   2 +-
 .../src/explore/components/SaveModal.tsx           |  11 +-
 .../components/controls/ColorPickerControl.jsx     |   4 +-
 .../controls/ColorSchemeControl/index.tsx          |   2 +-
 .../components/controls/DateFilterControl/types.ts |   2 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  35 +--
 .../DndColumnSelectControl/DndMetricSelect.tsx     |   3 +-
 .../FilterControl/AdhocFilterControl/index.jsx     |  28 +-
 .../controls/MetricControl/AdhocMetric.js          |   4 -
 .../controls/MetricControl/AdhocMetric.test.js     |   6 -
 .../AdhocMetricEditPopover.test.tsx                |  12 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |  37 ++-
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |   2 +
 .../MetricControl/MetricDefinitionValue.jsx        |   2 +-
 .../controls/MetricControl/MetricsControl.jsx      |   6 +-
 .../controls/MetricControl/MetricsControl.test.jsx |   1 -
 .../getFormDataFromDashboardContext.test.ts        |   1 +
 .../getFormDataWithDashboardContext.ts             |   1 +
 .../src/explore/exploreUtils/getHostName.test.ts   |   2 +-
 superset-frontend/src/explore/store.js             |   2 +-
 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  |   4 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |   4 +-
 .../data/database/DatabaseModal/SSHTunnelForm.tsx  | 317 +++++++++------------
 .../database/DatabaseModal/SSHTunnelSwitch.tsx     |  58 ++++
 .../data/database/DatabaseModal/index.test.tsx     |  32 +++
 .../CRUD/data/database/DatabaseModal/index.tsx     |  56 +++-
 .../CRUD/data/database/DatabaseModal/styles.ts     |   2 +-
 .../data/dataset/AddDataset/AddDataset.test.tsx    |   1 +
 .../AddDataset/EditDataset/EditDataset.test.tsx}   |  35 ++-
 .../data/dataset/AddDataset/EditDataset/index.tsx  |  74 +++++
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |   2 +-
 .../views/CRUD/data/dataset/AddDataset/index.tsx   |  56 ++--
 .../CRUD/data/dataset/DatasetLayout/index.tsx      |   9 +-
 superset-frontend/src/views/CRUD/data/hooks.ts     | 127 ++++++---
 .../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.tsx             |   4 +-
 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                                 |   7 +
 superset/connectors/sqla/models.py                 |   4 +-
 superset/dao/base.py                               |  14 +-
 superset/databases/api.py                          |   2 +-
 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 ++-
 superset/db_engine_specs/base.py                   |   7 +-
 .../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/models/helpers.py                         |   3 +-
 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                             |   2 +-
 .../annotation_layers/fixtures.py                  |   2 +-
 tests/integration_tests/charts/api_tests.py        |  55 ++++
 tests/integration_tests/core_tests.py              |   2 +-
 .../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 ++
 157 files changed, 1107 insertions(+), 636 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

Reply via email to