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/prettier-3.0.3
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 691c02a567 build(deps-dev): bump prettier in /superset-websocket
     add e642361399 docs: Update UPDATING.md regarding potential breaking 
change to `ab_user.email` column (#25115)
     add 00550d7c02 fix: Date format when importing international timestamps 
(#25113)
     add 46a0a6e08a fix(DB Connection): Update placeholder values for Snowflake 
connection (#25119)
     add 067bfbf950 chore: move TypedDict from typing_extensions to typing 
(#25121)
     add 66e2807009 feat: removing renderCard from Tags/index.tsc to remove 
cardview from Tags ListView (#25105)
     add eeecd59c9d refactor(frontend): make "Search" box the first filter for 
charts and datasets (#25129)
     add 846c79ef55 chore: consolidate sqllab store into SPA store (#25088)
     add 9df1b26654 fix: Bumps Flask Caching to fix RCE vulnerability (#25090)
     add 1144ac15c9 fix: Partially reverts #25007 (#25124)
     add e18294463e docs: Fix typo in UPDATING.md (#25127)
     add 15d6508407 build(deps): bump jsonwebtoken from 9.0.1 to 9.0.2 in 
/superset-websocket/utils/client-ws-app (#25140)
     add 0b780d55bb build(deps): bump jsonwebtoken from 9.0.1 to 9.0.2 in 
/superset-websocket (#25141)
     add 62f9e54c8f build(deps-dev): bump @types/uuid from 9.0.2 to 9.0.3 in 
/superset-websocket (#25142)
     add 321d968504 fix: add format for timestamp in crdb to correctly use 
times values (#24711)
     add 06bf44a823 fix(sqllab): invalid reducer key name (#25152)
     add de9515c294 fix: Handle Python date format for GENERIC_CHART_AXES 
feature (#25135)
     add bbfaeb074e fix: Chart series limit doesn't work for some databases 
(#25150)
     add 2c4629a77d fix: Fixing untranslated FR strings (#20078)
     add 1f5cec94bd chore: fix broken link to Celery worker docs (#25160)
     add aea916782d fix: Sunburst chart error when secondary metric is null 
(#25159)
     add e391a1b49e chore: Add a note about adhoc subqueries in UPDATING.md 
(#25161)
     add 8b2a408dea fix(sqllab): Invalid start date (#25133)
     add f2523b26fa fix: Applying Dashboard Time Range Filters to Overwritten 
Charts (#25156)
     add d0305445b2 fix: Issue #24493; Resolved report selection menu in chart 
and dashboard page (#25157)
     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 b1759e8b23 build(deps-dev): bump prettier 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   (691c02a567)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.0.3 
(b1759e8b23)

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:
 CHANGELOG.md                                       |  46 ++++
 CONTRIBUTING.md                                    |  88 ++++---
 UPDATING.md                                        |   9 +-
 docker/pythonpath_dev/superset_config.py           |   2 +-
 docs/docs/databases/db-connection-ui.mdx           |   2 +-
 docs/docs/frequently-asked-questions.mdx           |  50 ++--
 docs/docs/installation/async-queries-celery.mdx    |   4 +-
 docs/docs/installation/configuring-superset.mdx    |   2 +-
 docs/docs/security/cves.mdx                        |  30 ++-
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   2 +-
 helm/superset/templates/_helpers.tpl               |   2 +-
 requirements/base.txt                              |   6 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |   3 +-
 .../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 +++
 superset-frontend/src/SqlLab/App.jsx               |  88 +------
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  20 +-
 .../src/SqlLab/components/HighlightedSql/index.tsx |   2 +-
 .../SqlLab/components/QueryAutoRefresh/index.tsx   |   1 +
 .../src/SqlLab/components/QueryTable/index.tsx     |   2 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  88 +++++--
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   2 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   2 +
 .../middlewares/persistSqlLabStateEnhancer.js      |  85 +++++++
 .../src/SqlLab/reducers/getInitialState.ts         |  24 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   9 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |  10 +-
 .../SqlLab/utils/reduxStateToLocalStorageHelper.js |  23 ++
 superset-frontend/src/components/Select/Select.tsx |   4 +-
 .../src/explore/actions/saveModalActions.js        |  22 +-
 .../src/explore/actions/saveModalActions.test.js   |  15 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |   2 +
 .../controls/DateFilterControl/DateFilterLabel.tsx |   6 +-
 .../useExploreAdditionalActionsMenu/index.jsx      |  18 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |   4 +-
 .../src/features/databases/DatabaseModal/index.tsx |   7 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |   3 +-
 superset-frontend/src/pages/ChartList/index.tsx    |  14 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |  14 +-
 superset-frontend/src/pages/Tags/index.tsx         |  34 +--
 superset-frontend/src/views/store.ts               |  22 +-
 superset-websocket/package-lock.json               | 138 ++++++++---
 superset-websocket/package.json                    |   6 +-
 .../utils/client-ws-app/package-lock.json          | 122 ++++++++--
 .../utils/client-ws-app/package.json               |   2 +-
 superset/common/query_context_processor.py         |  10 +-
 superset/config.py                                 |   4 +-
 superset/connectors/sqla/models.py                 |   4 +-
 superset/db_engine_specs/README.md                 |   2 +-
 superset/db_engine_specs/base.py                   |  43 +++-
 superset/db_engine_specs/bigquery.py               |   4 +-
 superset/db_engine_specs/cockroachdb.py            |  17 +-
 superset/db_engine_specs/databricks.py             |   3 +-
 superset/db_engine_specs/gsheets.py                |   3 +-
 superset/db_engine_specs/hive.py                   |  51 +---
 superset/db_engine_specs/presto.py                 |  10 +-
 superset/db_engine_specs/snowflake.py              |   3 +-
 superset/db_engine_specs/trino.py                  |  72 +++++-
 superset/explore/form_data/commands/state.py       |   4 +-
 superset/extensions/__init__.py                    |   2 +-
 superset/initialization/__init__.py                |   2 +
 superset/jinja_context.py                          |   5 +-
 superset/legacy.py                                 |  25 +-
 superset/models/helpers.py                         |  16 +-
 superset/sql_lab.py                                |  17 +-
 superset/sql_parse.py                              |  74 +++---
 superset/superset_typing.py                        |   4 +-
 .../form_view/csv_to_database_view/edit.html       | 225 +++++++++--------
 superset/temporary_cache/commands/entry.py         |   4 +-
 superset/translations/fr/LC_MESSAGES/messages.json |  38 ++-
 superset/translations/fr/LC_MESSAGES/messages.po   |  41 +++-
 superset/translations/messages.pot                 |  21 ++
 superset/translations/pt/LC_MESSAGES/message.json  |  14 +-
 superset/utils/core.py                             |  34 +--
 superset/utils/mock_data.py                        |   3 +-
 superset/views/database/forms.py                   |   6 +-
 superset/views/database/views.py                   |   4 +-
 superset/views/datasource/schemas.py               |   3 +-
 superset/views/sql_lab/views.py                    |  38 ++-
 superset/viz.py                                    |   4 +-
 tests/integration_tests/cachekeys/api_tests.py     |   5 +
 tests/integration_tests/core_tests.py              |   1 +
 .../{test_impala.py => test_crdb.py}               |   8 +-
 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                |   7 +
 101 files changed, 1917 insertions(+), 1327 deletions(-)
 create mode 100644 
superset-frontend/src/SqlLab/middlewares/persistSqlLabStateEnhancer.js
 copy tests/unit_tests/db_engine_specs/{test_impala.py => test_crdb.py} (83%)
 create mode 100644 tests/unit_tests/legacy_tests.py

Reply via email to