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/ajv-and-react-jsonschema-form-6.12.6
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 6500d661d2 chore(deps): bump ajv and react-jsonschema-form in 
/superset-frontend
     add cdec09243b test: Fix act errors in DndColumnSelectControl tests 
(#22068)
     add 4496748cd9 chore: update Druid (#22067)
     add 53ed8f2d5a feat(helm): add `metadata namespace` (#22020)
     add 9f7bd1e63f fix(presto/trino): Ensure get_table_names only returns real 
tables (#21794)
     add 736b53418a feat: create table component based on ant design Table 
(#21520)
     add 95b4c7b7fe chore(bigquery): Add extra logging for BigQuery exceptions 
so we can have better insight on exceptions (#22024)
     add 35e0e5bfe6 chore: improve performance on bootstrap permissions (#22083)
     add defe5c8ba7 feat: Integrate ant d table component into DatasetPanel 
(#21948)
     add 5b67e0712d refactor: update documents and rename variables (#22074)
     add 7c6fabb033 chore: deprecate /superset/fetch_datasource_metadata mig to 
API v1 (#22102)
     add ed1f50eab6 refactor: add deprecated decorator for old SupersetView's 
(#22113)
     add 824dc7188b fix: Right click on country map with code filter (#22081)
     add 86d52fcbc4 chore: remove shadow write of new sip 68 dataset models 
(#21986)
     add c3f1873c43 fix(sqllab): Add templateParams on kv store (#22013)
     add ce145c676c refactor: use exception status for logging (#21971)
     add b32de3dd9e feat: Add a new database driver for Amazon DynamoDB (#22077)
     add 06f87e1467 chore: deprecate /superset/datasources/ (#22116)
     add e23efefc46 feat: refactor all `get_sqla_engine` to use contextmanager 
in codebase (#21943)
     add 6f6cb1839e fix: add back database lookup from sip 68 revert (#22129)
     add 4f2e264b3f chore(sqllab): Change icon color for running sql (#22050)
     add 2f0d5f16f3 chore(docs): update slack invite url (#22121)
     add d76f305343 chore: Use queryEditorId in SqlEditor child components 
(#21650)
     add e8a0a5ee5c fix: Missing applied filters indicator  (#22137)
     add 900f7f915e docs: Add potential downtime line item to UPDATING.md 
(#22130)
     add 38a3fbdc33 feat: use a new official CH driver: clickhouse-connect 
(#22039)
     add 394fb2f2d0 fix: slug is empty if filename is non-ASCII (#22118)
     add 83d990db4f test(sqllab): Convert tests to RTL for SqlEditor (#22093)
     add d352b74ff4 chore: Upgrade [email protected] (#22007)
     add e0ab46bc3f chore(deps): bump ajv and react-jsonschema-form in 
/superset-frontend

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   (6500d661d2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/ajv-and-react-jsonschema-form-6.12.6
 (e0ab46bc3f)

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:
 CODE_OF_CONDUCT.md                                 |    2 +-
 README.md                                          |    4 +-
 UPDATING.md                                        |    9 +-
 docs/docs/contributing/contributing-page.mdx       |    2 +-
 docs/docs/databases/clickhouse.mdx                 |   14 +-
 .../docs/databases/installing-database-drivers.mdx |    2 +-
 docs/docusaurus.config.js                          |    2 +-
 docs/src/pages/community.tsx                       |    2 +-
 helm/superset/Chart.yaml                           |    2 +-
 helm/superset/README.md                            |    2 +-
 helm/superset/templates/configmap-superset.yaml    |    1 +
 helm/superset/templates/deployment-beat.yaml       |    1 +
 helm/superset/templates/deployment-flower.yaml     |    1 +
 helm/superset/templates/deployment-worker.yaml     |    1 +
 helm/superset/templates/deployment-ws.yaml         |    1 +
 helm/superset/templates/deployment.yaml            |    1 +
 helm/superset/templates/ingress.yaml               |    1 +
 helm/superset/templates/init-job.yaml              |    1 +
 helm/superset/templates/secret-env.yaml            |    1 +
 .../superset/templates/secret-superset-config.yaml |    1 +
 helm/superset/templates/secret-ws.yaml             |    1 +
 helm/superset/templates/service-account.yaml       |    1 +
 helm/superset/templates/service.yaml               |    3 +
 requirements/base.txt                              |    4 +-
 requirements/development.txt                       |    2 +-
 requirements/docker.txt                            |    2 +
 requirements/testing.txt                           |    2 +-
 setup.py                                           |    9 +-
 superset-frontend/.storybook/main.js               |    3 +-
 superset-frontend/.storybook/preview.jsx           |   10 +-
 .../integration/dashboard/drilltodetail.test.ts    |    8 +-
 .../cypress/integration/dashboard/utils.ts         |   16 +-
 superset-frontend/package-lock.json                |  987 +++++++++--------
 superset-frontend/package.json                     |    2 +-
 .../superset-ui-chart-controls/package.json        |    2 +-
 .../src/operators/pivotOperator.ts                 |    6 +-
 .../src/operators/prophetOperator.ts               |    6 +-
 .../src/operators/renameOperator.ts                |    4 +-
 .../src/operators/timeComparePivotOperator.ts      |    6 +-
 .../packages/superset-ui-core/src/style/index.tsx  |    1 +
 .../test/__mocks__/resize-observer-polyfill.ts     |    5 +
 .../packages/superset-ui-demo/package.json         |    2 +-
 .../legacy-plugin-chart-world-map/src/WorldMap.js  |    3 +-
 .../src/transformProps.js                          |    2 +
 .../BigNumberWithTrendline/transformProps.ts       |    6 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   12 +-
 .../EstimateQueryCostButton.test.tsx               |   14 +-
 .../components/EstimateQueryCostButton/index.tsx   |   26 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |    6 +-
 .../RunQueryActionButton.test.tsx                  |    4 +-
 .../components/RunQueryActionButton/index.tsx      |    6 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |    8 +-
 .../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx     |    1 +
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   24 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   35 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |    7 +-
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |  172 ++-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  140 ++-
 ...bStatusIcon.test.jsx => TabStatusIcon.test.tsx} |   18 +-
 .../src/SqlLab/components/TabStatusIcon/index.tsx  |   25 +-
 .../components/TableElement/TableElement.test.jsx  |   27 +-
 .../src/SqlLab/components/TableElement/index.tsx   |   14 +-
 .../TemplateParamsEditor.test.tsx                  |    9 +-
 .../components/TemplateParamsEditor/index.tsx      |   26 +-
 superset-frontend/src/SqlLab/fixtures.ts           |    1 +
 superset-frontend/src/SqlLab/main.less             |    5 +-
 superset-frontend/src/assets/images/no-columns.svg |   22 +
 superset-frontend/src/components/Button/index.tsx  |    4 +-
 .../src/components/DatabaseSelector/index.tsx      |    2 +-
 .../src/components/DesignSystem.stories.mdx        |   25 +
 .../src/components/Dropdown/index.tsx              |   26 +-
 .../src/components/EmptyState/index.tsx            |    8 +-
 .../src/components/Loading/Loading.stories.tsx     |    4 +-
 .../src/components/Loading/Loading.test.tsx        |    4 +-
 superset-frontend/src/components/Loading/index.tsx |    6 +-
 ...verview.stories.mdx => MetadataBar.stories.mdx} |   20 +-
 .../components/MetadataBar/MetadataBar.stories.tsx |   10 +-
 .../src/components/Table/Table.overview.mdx        |  260 +++++
 .../src/components/Table/Table.stories.tsx         |  432 ++++++++
 .../src/components/Table/Table.test.tsx            |   80 ++
 .../ActionCell/ActionCell.overview.mdx             |   69 ++
 .../ActionCell/ActionCell.stories.tsx}             |   26 +-
 .../cell-renderers/ActionCell/ActionCell.test.tsx  |   50 +
 .../Table/cell-renderers/ActionCell/fixtures.ts    |   47 +
 .../Table/cell-renderers/ActionCell/index.tsx      |  145 +++
 .../ButtonCell/ButtonCell.stories.tsx              |   62 ++
 .../cell-renderers/ButtonCell/ButtonCell.test.tsx} |   33 +-
 .../Table/cell-renderers/ButtonCell/index.tsx}     |   49 +-
 .../NumericCell/NumericCell.stories.tsx}           |   42 +-
 .../NumericCell/NumericCell.test.tsx}              |   42 +-
 .../Table/cell-renderers/NumericCell/index.tsx     |  418 +++++++
 .../Table/cell-renderers/fixtures.ts}              |   13 +-
 superset-frontend/src/components/Table/index.tsx   |  326 ++++++
 .../src/components/Table/sorters.test.ts           |  100 ++
 .../index.tsx => components/Table/sorters.ts}      |   24 +-
 .../Table/utils/InteractiveTableUtils.ts           |  233 ++++
 .../src/components/Table/utils/utils.test.ts       |   48 +
 .../components/Table/utils/utils.ts}               |   52 +-
 .../TableSelector/TableSelector.test.tsx           |   26 +-
 .../src/components/TableSelector/index.tsx         |    2 +-
 superset-frontend/src/components/atomic-design.png |  Bin 0 -> 163100 bytes
 .../DndColumnSelectControl/Option.test.tsx         |   24 +-
 .../DndColumnSelectControl/OptionWrapper.test.tsx  |   12 +-
 superset-frontend/src/types/files.d.ts             |    1 +
 .../DatasetPanel/DatasetPanel.stories.tsx}         |   39 +-
 .../AddDataset/DatasetPanel/DatasetPanel.test.tsx  |  118 +-
 .../AddDataset/DatasetPanel/DatasetPanel.tsx       |  237 ++++
 .../AddDataset/DatasetPanel/MessageContent.tsx     |  107 ++
 .../dataset/AddDataset/DatasetPanel/fixtures.ts}   |   16 +-
 .../data/dataset/AddDataset/DatasetPanel/index.tsx |  160 +--
 .../data/dataset/AddDataset/DatasetPanel/types.ts  |   92 ++
 .../data/dataset/AddDataset/Footer/Footer.test.tsx |    1 +
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |   10 +-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    |   23 +-
 .../views/CRUD/data/dataset/AddDataset/index.tsx   |   12 +-
 .../src/views/CRUD/data/dataset/styles.ts          |    2 +-
 superset-frontend/webpack.config.js                |    5 +-
 superset/charts/commands/export.py                 |    8 +-
 superset/connectors/sqla/models.py                 |  459 +-------
 superset/connectors/sqla/utils.py                  |   39 +-
 superset/dashboards/commands/export.py             |    8 +-
 superset/databases/api.py                          |    4 +-
 superset/databases/commands/export.py              |   16 +-
 superset/databases/commands/test_connection.py     |   52 +-
 superset/databases/commands/validate.py            |   31 +-
 superset/datasets/api.py                           |    1 +
 superset/datasets/commands/export.py               |   16 +-
 superset/datasets/commands/importers/v1/utils.py   |   33 +-
 superset/db_engine_specs/base.py                   |   74 +-
 superset/db_engine_specs/bigquery.py               |   17 +-
 superset/db_engine_specs/druid.py                  |    8 +-
 superset/db_engine_specs/dynamodb.py               |   62 ++
 superset/db_engine_specs/gsheets.py                |   10 +-
 superset/db_engine_specs/hive.py                   |    5 +-
 superset/db_engine_specs/presto.py                 |  111 +-
 superset/db_engine_specs/trino.py                  |    2 +-
 superset/errors.py                                 |    3 +
 superset/examples/bart_lines.py                    |   46 +-
 superset/examples/birth_names.py                   |   42 +-
 superset/examples/country_map.py                   |   63 +-
 superset/examples/energy.py                        |   35 +-
 superset/examples/flights.py                       |   54 +-
 superset/examples/long_lat.py                      |   86 +-
 superset/examples/multiformat_time_series.py       |   66 +-
 superset/examples/paris.py                         |   42 +-
 superset/examples/random_time_series.py            |   40 +-
 superset/examples/sf_population_polygons.py        |   42 +-
 superset/examples/supported_charts_dashboard.py    |    8 +-
 superset/examples/world_bank.py                    |   59 +-
 superset/models/core.py                            |   29 +-
 superset/models/dashboard.py                       |    5 +-
 superset/models/filter_set.py                      |    5 +-
 superset/models/helpers.py                         |   12 +-
 superset/reports/commands/exceptions.py            |   14 +
 superset/reports/commands/execute.py               |   57 +-
 superset/reports/notifications/email.py            |    7 +-
 superset/reports/notifications/exceptions.py       |   30 +-
 superset/reports/notifications/slack.py            |   34 +-
 superset/sql_lab.py                                |  126 ++-
 superset/sql_validators/presto_db.py               |   24 +-
 superset/tasks/scheduler.py                        |   12 +-
 superset/utils/core.py                             |   15 +-
 .../notifications/exceptions.py => utils/file.py}  |    7 +-
 superset/utils/log.py                              |   23 +-
 superset/utils/mock_data.py                        |   36 +-
 superset/views/base.py                             |   24 +
 superset/views/core.py                             |   91 +-
 superset/views/utils.py                            |   21 +-
 tests/integration_tests/conftest.py                |   63 +-
 .../integration_tests/databases/commands_tests.py  |    8 +-
 tests/integration_tests/datasets/api_tests.py      |    8 +-
 tests/integration_tests/datasets/model_tests.py    |   87 --
 .../db_engine_specs/bigquery_tests.py              |    6 +-
 .../db_engine_specs/clickhouse_tests.py            |   47 -
 .../db_engine_specs/hive_tests.py                  |   12 +-
 .../db_engine_specs/presto_tests.py                |  115 +-
 .../fixtures/unicode_dashboard.py                  |    4 +-
 .../fixtures/world_bank_dashboard.py               |    4 +-
 tests/integration_tests/model_tests.py             |   28 +-
 tests/integration_tests/reports/commands_tests.py  |   81 +-
 tests/integration_tests/sql_validator_tests.py     |    4 +-
 tests/integration_tests/sqllab_tests.py            |    6 +-
 tests/integration_tests/utils_tests.py             |   12 +
 tests/unit_tests/datasets/test_models.py           | 1153 --------------------
 tests/unit_tests/datasource/dao_tests.py           |   12 +-
 tests/unit_tests/db_engine_specs/test_bigquery.py  |   41 +
 .../unit_tests/db_engine_specs/test_clickhouse.py  |   46 +
 .../unit_tests/db_engine_specs/test_dynamodb.py    |   21 +-
 .../unit_tests/utils/log_tests.py                  |   21 +-
 tests/unit_tests/utils/test_file.py                |   44 +
 190 files changed, 5531 insertions(+), 3699 deletions(-)
 copy 
superset-frontend/src/SqlLab/components/TabStatusIcon/{TabStatusIcon.test.jsx 
=> TabStatusIcon.test.tsx} (72%)
 create mode 100644 superset-frontend/src/assets/images/no-columns.svg
 create mode 100644 superset-frontend/src/components/DesignSystem.stories.mdx
 rename superset-frontend/src/components/MetadataBar/{Overview.stories.mdx => 
MetadataBar.stories.mdx} (88%)
 create mode 100644 superset-frontend/src/components/Table/Table.overview.mdx
 create mode 100644 superset-frontend/src/components/Table/Table.stories.tsx
 create mode 100644 superset-frontend/src/components/Table/Table.test.tsx
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.overview.mdx
 copy superset-frontend/src/{SqlLab/components/TabStatusIcon/index.tsx => 
components/Table/cell-renderers/ActionCell/ActionCell.stories.tsx} (54%)
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.test.tsx
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/ActionCell/fixtures.ts
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/ActionCell/index.tsx
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/ButtonCell/ButtonCell.stories.tsx
 copy 
superset-frontend/src/{SqlLab/components/TabStatusIcon/TabStatusIcon.test.jsx 
=> components/Table/cell-renderers/ButtonCell/ButtonCell.test.tsx} (60%)
 copy 
superset-frontend/src/{SqlLab/components/TabStatusIcon/TabStatusIcon.test.jsx 
=> components/Table/cell-renderers/ButtonCell/index.tsx} (52%)
 copy 
superset-frontend/src/{SqlLab/components/TabStatusIcon/TabStatusIcon.test.jsx 
=> components/Table/cell-renderers/NumericCell/NumericCell.stories.tsx} (55%)
 copy 
superset-frontend/src/{SqlLab/components/TabStatusIcon/TabStatusIcon.test.jsx 
=> components/Table/cell-renderers/NumericCell/NumericCell.test.tsx} (52%)
 create mode 100644 
superset-frontend/src/components/Table/cell-renderers/NumericCell/index.tsx
 copy superset-frontend/src/{types/files.d.ts => 
components/Table/cell-renderers/fixtures.ts} (73%)
 create mode 100644 superset-frontend/src/components/Table/index.tsx
 create mode 100644 superset-frontend/src/components/Table/sorters.test.ts
 copy superset-frontend/src/{SqlLab/components/TabStatusIcon/index.tsx => 
components/Table/sorters.ts} (56%)
 create mode 100644 
superset-frontend/src/components/Table/utils/InteractiveTableUtils.ts
 create mode 100644 superset-frontend/src/components/Table/utils/utils.test.ts
 copy superset-frontend/{.storybook/main.js => 
src/components/Table/utils/utils.ts} (50%)
 create mode 100644 superset-frontend/src/components/atomic-design.png
 rename 
superset-frontend/src/{SqlLab/components/TabStatusIcon/TabStatusIcon.test.jsx 
=> views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.stories.tsx} 
(54%)
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx
 copy superset-frontend/src/{types/files.d.ts => 
views/CRUD/data/dataset/AddDataset/DatasetPanel/fixtures.ts} (76%)
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/types.ts
 create mode 100644 superset/db_engine_specs/dynamodb.py
 copy superset/{reports/notifications/exceptions.py => utils/file.py} (74%)
 delete mode 100644 tests/integration_tests/datasets/model_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/clickhouse_tests.py
 delete mode 100644 tests/unit_tests/datasets/test_models.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_clickhouse.py
 copy superset/reports/notifications/exceptions.py => 
tests/unit_tests/db_engine_specs/test_dynamodb.py (53%)
 copy superset/reports/notifications/exceptions.py => 
tests/unit_tests/utils/log_tests.py (58%)
 create mode 100644 tests/unit_tests/utils/test_file.py

Reply via email to