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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.2
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit beb1e05f49 build(deps-dev): bump @types/cookie in /superset-websocket
     add d8496425e2 fix: DML failures in SQL Lab (#25190)
     add e605d6dddf fix: All values being selected in Select (#25202)
     add 78b8e9421e docs: fix wrong type in PREFERRED_DATABASES example (#25200)
     add 251ce2ed2a docs: add CVEs for 2.1.1 (#25206)
     add a40e9a4d06 chore: back port 2.1.1 doc changes (#25165)
     add 2d4de5146b feat(sqllab): Show sql in the current result (#24787)
     add 8be8014504 docs(FAQ): add answer re: necessary specs, copy-edit 
existing answer (#24992)
     add 2f68010729 fix: `is_select` (#25189)
     add 47518cb002 fix: Cypress test to force mouseover (#25209)
     add cfda30c81a fix(sqllab): Force trino client async execution (#24859)
     add 749274e635 fix: granularity_sqla and GENERIC_CHART_AXES (#25213)
     add 09e9cb484b chore: Convert deckgl class components to functional 
(#25177)
     add 0e17e4b06f fix: Cypress test to force mouseover (follow-up) (#25223)
     add 33624289fe fix(docs): Fixing a typo in README.md (#25216)
     add 710e111c5e chore(read_csv): remove deprecated argument (#25226)
     add 0668d12e3b chore(trino): remove unnecessary index checks (#25211)
     add 6f4e63162f fix: Clearing the currency format has no effect on the 
chart (#25238)
     add 894f250229 fix: Don't apply number formatting to the label in Treemap 
(#25249)
     add ea21e800a7 fix: Currency formatting in Table raw mode (#25248)
     add 83fc553841 refactor: Remove obsolete HiveEngineSpec.fetch_logs method 
(#20631)
     add 37742c40ca build(deps-dev): bump @types/node from 20.5.7 to 20.6.0 in 
/superset-websocket (#25253)
     add baf713aad5 fix(dockefile): broken docker image (#25251)
     add 55ac01b675 feat: Tags ListView Page (#24964)
     add 242921bb4c fix: Add line height to metadata bar (#25268)
     add a9512c1eef fix: inability to remove chart filter when dashboard time 
filter is applied (#25217)
     add a747eaa740 build(deps-dev): bump eslint from 8.48.0 to 8.49.0 in 
/superset-websocket (#25263)
     add 8eff5a75b4 chore: Remove the ability to switch to filter-box chart 
when DASHBOARD_NATIVE_FILTERS feature is enabled (#25275)
     add 426aa777fb build(deps): bump uuid from 9.0.0 to 9.0.1 in 
/superset-websocket (#25279)
     add e1ddba9c0f docs: rewrite superset docker localhost prose (#25296)
     add bb002d6147 fix: is_select with UNION (#25290)
     add ec61910232 build(deps): bump ws from 8.13.0 to 8.14.1 in 
/superset-websocket (#25293)
     add 467e062e8e build(docker): bump geckodriver and firefox to latest 
(#25287)
     add 14c324950a feat(datasource): Checkbox for always filtering main dttm 
in datasource (#25204)
     add 78cbdc3e42 chore: changing one word (disablement -> disabling) (#25291)
     add 52faa2e17d chore(sqllab): Migrate tests to typescript (#25274)
     add 06c0a5bba9 build(deps-dev): bump @types/uuid from 9.0.3 to 9.0.4 in 
/superset-websocket (#25311)
     new 7a5610d7a7 build(deps-dev): bump @types/cookie in /superset-websocket

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   (beb1e05f49)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.2 
(7a5610d7a7)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  48 +++-
 CONTRIBUTING.md                                    |   2 +-
 Dockerfile                                         |  12 +-
 UPDATING.md                                        |   7 +-
 docs/docs/contributing/hooks-and-linting.mdx       |   2 +-
 docs/docs/databases/db-connection-ui.mdx           |   2 +-
 docs/docs/frequently-asked-questions.mdx           |  50 ++--
 .../installing-superset-using-docker-compose.mdx   |   6 +-
 docs/docs/security/cves.mdx                        |  30 ++-
 .../cypress-base/cypress/e2e/explore/chart.test.js |   4 +-
 .../src/CategoricalDeckGLContainer.tsx             | 266 +++++++++------------
 .../src/DeckGLContainer.tsx                        | 131 +++++-----
 .../legacy-preset-chart-deckgl/src/Multi/Multi.tsx | 204 +++++++---------
 .../legacy-preset-chart-deckgl/src/TooltipRow.tsx  |  18 +-
 .../legacy-preset-chart-deckgl/src/factory.tsx     | 113 ++++-----
 .../src/layers/Geojson/Geojson.tsx                 |  65 ++---
 .../src/layers/Polygon/Polygon.tsx                 | 237 +++++++++---------
 .../src/layers/Screengrid/Screengrid.tsx           | 118 ++++-----
 .../src/Treemap/transformProps.ts                  |   1 -
 .../plugin-chart-table/src/transformProps.ts       |   2 +-
 .../plugin-chart-table/src/utils/isEqualColumns.ts |   4 +-
 .../plugin-chart-table/test/TableChart.test.tsx    |  41 ++++
 .../plugins/plugin-chart-table/test/testData.ts    |  29 +++
 .../HighlightedSql/HighlightedSql.test.jsx         |  64 -----
 .../HighlightedSql/HighlightedSql.test.tsx         |  48 ++++
 .../src/SqlLab/components/HighlightedSql/index.tsx |   2 +-
 .../QueryStateLabel/QueryStateLabel.test.jsx       |  39 ---
 .../QueryStateLabel/QueryStateLabel.test.tsx}      |  26 +-
 .../SqlLab/components/QueryStateLabel/index.tsx    |   2 +-
 .../{QueryTable.test.jsx => QueryTable.test.tsx}   |  54 ++---
 .../src/SqlLab/components/ResultSet/index.tsx      |  88 +++++--
 .../src/SqlLab/components/SouthPane/index.tsx      |   2 +
 .../src/components/Datasource/DatasourceEditor.jsx |  10 +
 .../src/components/Datasource/DatasourceModal.tsx  |   1 +
 .../src/components/ListView/ListView.tsx           |  40 +++-
 .../src/components/MetadataBar/ContentConfig.tsx   |   4 +-
 .../src/components/MetadataBar/ContentType.ts      |   2 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |   1 +
 .../src/components/PageHeaderWithActions/index.tsx |  40 ++--
 superset-frontend/src/components/Select/Select.tsx |   4 +-
 superset-frontend/src/components/Tags/Tag.tsx      |   2 +-
 .../dashboard/components/Header/Header.test.tsx    |   1 +
 .../src/explore/actions/saveModalActions.js        |  25 +-
 .../src/explore/actions/saveModalActions.test.js   |  14 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |   2 +
 .../components/controls/VizTypeControl/index.tsx   |   9 +
 superset-frontend/src/features/datasets/types.ts   |   1 +
 .../src/features/tags/BulkTagModal.tsx             | 118 +++++++++
 .../src/features/tags/TagModal.test.tsx            |  28 ++-
 superset-frontend/src/features/tags/TagModal.tsx   |  62 +++--
 superset-frontend/src/features/tags/tags.ts        |   6 +-
 .../src/pages/AlertReportList/index.tsx            |   3 +
 superset-frontend/src/pages/AllEntities/index.tsx  | 152 +++++++++---
 .../src/pages/AnnotationLayerList/index.tsx        |   3 +
 .../src/pages/AnnotationList/index.tsx             |   3 +
 .../src/pages/ChartCreation/index.tsx              |   2 +-
 superset-frontend/src/pages/ChartList/index.tsx    |   5 +
 .../src/pages/CssTemplateList/index.tsx            |   3 +
 .../src/pages/DashboardList/index.tsx              |   5 +
 superset-frontend/src/pages/DatabaseList/index.tsx |   3 +
 superset-frontend/src/pages/DatasetList/index.tsx  |   3 +
 .../src/pages/ExecutionLogList/index.tsx           |   9 +-
 .../src/pages/QueryHistoryList/index.tsx           |   4 +
 .../src/pages/RowLevelSecurityList/index.tsx       |   3 +
 .../src/pages/SavedQueryList/index.tsx             |   5 +
 superset-frontend/src/pages/Tags/index.tsx         |  18 +-
 superset-frontend/src/views/CRUD/types.ts          |  10 +-
 superset-websocket/package-lock.json               | 106 ++++----
 superset-websocket/package.json                    |  10 +-
 superset/connectors/sqla/models.py                 |   4 +
 superset/connectors/sqla/views.py                  |   7 +
 superset/daos/tag.py                               |  14 +-
 superset/dashboards/schemas.py                     |   1 +
 superset/datasets/api.py                           |   2 +
 superset/datasets/commands/duplicate.py            |   1 +
 superset/datasets/schemas.py                       |   4 +
 superset/db_engine_specs/README.md                 |  38 ---
 superset/db_engine_specs/base.py                   |  19 +-
 superset/db_engine_specs/clickhouse.py             |   1 -
 superset/db_engine_specs/elasticsearch.py          |   2 -
 superset/db_engine_specs/hive.py                   |  51 +---
 superset/db_engine_specs/kusto.py                  |   2 -
 superset/db_engine_specs/lib.py                    |   1 -
 superset/db_engine_specs/presto.py                 |  10 +-
 superset/db_engine_specs/solr.py                   |   1 -
 superset/db_engine_specs/trino.py                  |  72 +++++-
 superset/legacy.py                                 |  25 +-
 ...17970b4400c_added_time_secondary_column_to_.py} |  20 +-
 superset/models/helpers.py                         |   6 +-
 superset/sql_lab.py                                |  17 +-
 superset/sql_parse.py                              |  84 ++++---
 superset/tags/api.py                               | 104 ++++++--
 superset/tags/commands/create.py                   |   7 +-
 superset/tags/exceptions.py                        |  10 +
 superset/tags/schemas.py                           |  12 +-
 .../form_view/csv_to_database_view/edit.html       |   4 -
 superset/views/database/forms.py                   |   4 -
 superset/views/database/views.py                   |   2 -
 superset/views/datasource/schemas.py               |   4 +
 superset/views/datasource/views.py                 |   2 +
 tests/integration_tests/dashboard_utils.py         |   7 +-
 tests/integration_tests/datasets/api_tests.py      |   1 +
 tests/integration_tests/datasets/commands_tests.py |   2 +
 tests/integration_tests/datasource_tests.py        |  58 +++++
 tests/integration_tests/fixtures/importexport.py   |   2 +
 tests/integration_tests/tags/api_tests.py          |  54 +++++
 tests/unit_tests/datasets/commands/export_test.py  |   2 +
 tests/unit_tests/db_engine_specs/test_trino.py     |  31 ++-
 tests/unit_tests/legacy_tests.py                   | 100 ++++++++
 tests/unit_tests/sql_lab_test.py                   |  10 +-
 tests/unit_tests/sql_parse_tests.py                |  17 ++
 111 files changed, 2027 insertions(+), 1222 deletions(-)
 delete mode 100644 
superset-frontend/src/SqlLab/components/HighlightedSql/HighlightedSql.test.jsx
 create mode 100644 
superset-frontend/src/SqlLab/components/HighlightedSql/HighlightedSql.test.tsx
 delete mode 100644 
superset-frontend/src/SqlLab/components/QueryStateLabel/QueryStateLabel.test.jsx
 copy superset-frontend/src/{components/Tags/Tag.test.tsx => 
SqlLab/components/QueryStateLabel/QueryStateLabel.test.tsx} (63%)
 rename superset-frontend/src/SqlLab/components/QueryTable/{QueryTable.test.jsx 
=> QueryTable.test.tsx} (55%)
 create mode 100644 superset-frontend/src/features/tags/BulkTagModal.tsx
 copy 
superset/migrations/versions/{2023-08-14_09-38_9f4a086c2676_add_normalize_columns_to_sqla_model.py
 => 2023-09-06_13-18_317970b4400c_added_time_secondary_column_to_.py} (79%)
 mode change 100644 => 100755
 create mode 100644 tests/unit_tests/legacy_tests.py

Reply via email to