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

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


 discard cf46843ca4 build(deps): bump pre-commit from 3.3.1 to 3.3.2 in 
/requirements
     add ea5d0cc74e build: helm template to set init job annotations (#23941)
     add df4d16a7ee feat: Make time shifted series colors match the original 
series (#24048)
     add 2222073778 fix(ci): remove username from owner (#24114)
     add 515986172f fix(sqllab): Disable Select All on table selector (#24120)
     add e856e35c53 build(deps-dev): bump @types/node from 20.1.7 to 20.2.0 in 
/superset-websocket (#24111)
     add 6b5459121f feat: database extension registry (#23174)
     add d583ca9ef5 chore: Embrace the walrus operator (#24127)
     add d0687d04eb feat: dashboard page xlsx export (#24005)
     add f817c10422 fix(plugin-chart-echarts): normalize temporal string 
groupbys (#24134)
     add ba0bb20be5 fix: Revert tox basepython (#24124)
     add 488ec02e70 chore(report): Use for/else clause (#24107)
     add 0496779434 chore: Update QUERY_LOGGER and SQL_QUERY_MUTATOR signatures 
(#24029)
     add 8b4222ff9e chore: Refactor command exceptions (#24117)
     add 5424b95138 chore: deprecate rls base related filters (#24128)
     add 6159ced86b fix: handle temporal columns in presto partitions (#24054)
     add 66594ad647 fix: repeated color in the same chart (#23762)
     add 1583090623 chore(sqllab): remove deprecated PyArrow API (#24135)
     add 09e399ae28 fix(reports): error when creation alert/report with 
localization (#24159)
     add febc07aec3 fix(table): percentage metric should use verbose map 
(#24158)
     add fc8c537118 feat: Add deck.gl Heatmap Visualization (#23551)
     add 82d4249e17 fix: disable SHOW_STACKTRACE by default (#24137)
     add 71d0543f28 fix(permalink): migrate to marshmallow codec (#24166)
     add 455e23b014 build(deps-dev): bump @types/node from 20.2.0 to 20.2.3 in 
/superset-websocket (#24168)
     add 2b236cbbd6 fix: Errors when saving dataset (#24113)
     add 6a44e0ddd4 fix(sqllab): Table options rendering regression (#24142)
     add c3b96d12de feat: split database information (#24067)
     add 7891cea7f7 fix: always allow tags to be returned via the API (#24060)
     add a7f9c66e57 chore: Bump sqlparse to 0.4.4 (#24045)
     add bc0079f2fb fix(plugin-chart-echarts): force min y-tick for log axis 
with zero (#24186)
     add f036adbc4f feat: Add StarRocks support (#23209)
     add 8e45af43e1 fix(explore): rendering regression on standalone (#24177)
     add 779b372d89 chore(sqllab): Remove functionNames from sqlLab state 
(#24026)
     add c54eedfdc0 fix(translation): complete portuguese(brazilian) 
translation (#24181)
     add 8b0c68c0d2 chore(ssh): Allow users to set TUNNEL_TIMEOUT from config 
(#24202)
     add 218d1c7405 build(deps-dev): bump @typescript-eslint/parser from 5.59.6 
to 5.59.7 in /superset-websocket (#24183)
     add f8ec5f280b build(deps-dev): bump eslint from 8.40.0 to 8.41.0 in 
/superset-websocket (#24167)
     add 9df8d8dda5 feat: extension hook for DB delete (#24191)
     add 85b3401be8 fix: Tag link issue from CRUD page (#24223)
     add cc68d626bc fix: removing problematic "formattable" tag (#24207)
     add 50535e427e build(deps-dev): bump @typescript-eslint/eslint-plugin from 
5.59.6 to 5.59.7 in /superset-websocket (#24184)
     add f56c851ec8 refactor: Extracts type definitions from ExtensionsRegistry 
(#24214)
     add 8375baac99 fix(dataset-api): allow undefined schema in post (#24242)
     add 953e4cfa9a build(deps): bump tox from 4.5.1 to 4.5.2 in /requirements 
(#24238)
     add e52ec18717 build(deps): bump winston from 3.8.2 to 3.9.0 in 
/superset-websocket (#24239)
     add 636bdbf00d build(deps-dev): bump @types/node from 20.2.3 to 20.2.5 in 
/superset-websocket (#24240)
     add e4809ea6ba build(deps): bump pre-commit from 3.3.1 to 3.3.2 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   (cf46843ca4)
            \
             N -- N -- N   
refs/heads/dependabot/pip/requirements/pre-commit-3.3.2 (e4809ea6ba)

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:
 .pre-commit-config.yaml                            |     4 +
 README.md                                          |     1 +
 UPDATING.md                                        |     3 +-
 .../docs/databases/installing-database-drivers.mdx |     1 +
 docs/docs/databases/starrocks.mdx                  |    26 +
 docs/src/resources/data.js                         |     5 +
 docs/static/img/databases/starrocks.png            |   Bin 0 -> 14896 bytes
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/README.md                            |     5 +-
 helm/superset/templates/init-job.yaml              |     6 +-
 helm/superset/values.yaml                          |     4 +-
 requirements/base.txt                              |    12 +-
 requirements/integration.txt                       |     4 +-
 setup.py                                           |     5 +-
 .../cypress/e2e/dashboard/editmode.test.ts         |    34 +-
 superset-frontend/package-lock.json                |    49 +-
 .../src/operators/utils/index.ts                   |     1 +
 .../src/operators/utils/isDerivedSeries.ts         |     7 +-
 .../utils/{isDerivedSeries.ts => timeOffset.ts}    |    42 +-
 .../test/operators/utils/timeOffset.test.ts}       |    16 +-
 .../src/color/CategoricalColorScale.ts             |    25 +-
 .../src/color/colorSchemes/sequential/common.ts    |     5 +
 .../src/ui-overrides/ExtensionsRegistry.ts         |    68 +-
 .../superset-ui-core/src/ui-overrides/index.tsx    |     2 +-
 .../{ExtensionsRegistry.ts => types.ts}            |    66 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |     1 +
 .../test/color/CategoricalColorScale.test.ts       |    54 +-
 .../legacy-preset-chart-deckgl/src/factory.tsx     |     2 +-
 .../layers/{Hex/Hex.jsx => Heatmap/Heatmap.tsx}    |    68 +-
 .../src/layers/{Hex => Heatmap}/controlPanel.ts    |    80 +-
 .../src/layers/Heatmap/images/thumbnail.png        |   Bin 0 -> 674091 bytes
 .../src/layers/Heatmap/images/thumbnailLarge.png   |   Bin 0 -> 674091 bytes
 .../src/layers/{Grid/index.js => Heatmap/index.ts} |    12 +-
 .../legacy-preset-chart-deckgl/src/preset.js       |     2 +
 .../legacy-preset-chart-deckgl/types/external.d.ts |    28 +
 .../src/BigNumber/BigNumberTotal/index.ts          |     1 -
 .../src/BigNumber/BigNumberWithTrendline/index.ts  |     1 -
 .../src/MixedTimeseries/transformProps.ts          |   112 +-
 .../src/Timeseries/transformProps.ts               |    94 +-
 .../src/Timeseries/transformers.ts                 |     5 +-
 .../plugin-chart-echarts/src/utils/series.ts       |    31 +-
 .../plugin-chart-echarts/test/utils/series.test.ts |   391 +-
 .../plugins/plugin-chart-table/src/index.ts        |     1 -
 .../plugin-chart-table/src/transformProps.ts       |     4 +-
 superset-frontend/spec/helpers/testing-library.tsx |     2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |    31 -
 .../SqlLab/components/AceEditorWrapper/index.tsx   |    25 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |     2 -
 superset-frontend/src/SqlLab/fixtures.ts           |     1 -
 .../src/SqlLab/reducers/getInitialState.js         |     2 -
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    12 -
 .../src/SqlLab/reducers/sqlLab.test.js             |     9 +-
 superset-frontend/src/SqlLab/types.ts              |     1 -
 superset-frontend/src/assets/images/starrocks.png  |   Bin 0 -> 14896 bytes
 .../src/components/Datasource/DatasourceModal.tsx  |     2 +-
 superset-frontend/src/components/Select/Select.tsx |    10 +-
 .../TableSelector/TableSelector.test.tsx           |    21 +-
 .../src/components/TableSelector/index.tsx         |     1 +
 superset-frontend/src/components/Tags/Tag.tsx      |     2 +-
 .../src/dashboard/components/SliceHeader/index.tsx |     2 +
 .../SliceHeaderControls.test.tsx                   |    13 +
 .../components/SliceHeaderControls/index.tsx       |    12 +
 .../dashboard/components/gridComponents/Chart.jsx  |    27 +-
 .../components/gridComponents/Chart.test.jsx       |    17 +
 .../explore/components/ExploreChartPanel/index.jsx |     6 +-
 .../ExploreViewContainer.test.tsx                  |    17 +-
 .../explore/components/controls/SelectControl.jsx  |    15 +-
 .../src/features/alerts/AlertReportModal.tsx       |     2 +-
 .../databases/DatabaseModal/ExtraOptions.tsx       |    38 +-
 .../src/features/databases/DatabaseModal/index.tsx |    60 +
 .../src/features/databases/DatabaseModal/styles.ts |     1 +
 .../src/features/rls/RowLevelSecurityModal.tsx     |     4 +-
 .../hooks/apiResources/databaseFunctions.test.ts   |    92 +
 .../apiResources/databaseFunctions.ts}             |    39 +-
 .../src/hooks/apiResources/queryApi.ts             |     2 +-
 superset-frontend/src/logger/LogUtils.ts           |     2 +
 superset-frontend/src/pages/DatabaseList/index.tsx |    15 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |    36 +-
 superset-frontend/src/views/CRUD/hooks.ts          |     6 +-
 superset-websocket/package-lock.json               |   256 +-
 superset-websocket/package.json                    |    10 +-
 .../annotations/commands/create.py                 |     4 +-
 .../annotations/commands/update.py                 |     4 +-
 superset/annotation_layers/commands/create.py      |     4 +-
 superset/annotation_layers/commands/update.py      |     4 +-
 superset/charts/api.py                             |    23 +-
 superset/charts/commands/bulk_delete.py            |     3 +-
 superset/charts/commands/create.py                 |     4 +-
 superset/charts/commands/delete.py                 |     3 +-
 superset/charts/commands/update.py                 |     4 +-
 superset/charts/schemas.py                         |     4 +-
 superset/commands/exceptions.py                    |    20 +-
 superset/commands/importers/v1/__init__.py         |     7 +-
 superset/commands/importers/v1/assets.py           |     7 +-
 superset/common/query_actions.py                   |     3 +-
 superset/common/query_context_factory.py           |     3 +-
 superset/common/query_context_processor.py         |     3 +-
 superset/common/utils/query_cache_manager.py       |     3 +-
 superset/config.py                                 |    21 +-
 superset/connectors/sqla/models.py                 |     7 +-
 superset/constants.py                              |     1 +
 superset/dashboards/commands/bulk_delete.py        |     3 +-
 superset/dashboards/commands/create.py             |     8 +-
 superset/dashboards/commands/delete.py             |     3 +-
 superset/dashboards/commands/update.py             |     8 +-
 superset/dashboards/dao.py                         |     3 +-
 superset/dashboards/permalink/api.py               |     6 +-
 superset/dashboards/permalink/commands/base.py     |     9 +-
 superset/dashboards/permalink/commands/create.py   |     3 +
 superset/dashboards/permalink/commands/get.py      |     7 +-
 superset/dashboards/permalink/schemas.py           |    11 +-
 superset/dashboards/schemas.py                     |     4 +-
 superset/databases/api.py                          |    56 +-
 superset/databases/commands/create.py              |     2 +-
 superset/databases/commands/delete.py              |     3 +-
 superset/databases/commands/test_connection.py     |     3 +-
 superset/databases/commands/update.py              |     4 +-
 superset/databases/commands/validate.py            |     3 +-
 superset/databases/schemas.py                      |    83 +
 superset/databases/ssh_tunnel/commands/create.py   |     2 +-
 superset/databases/ssh_tunnel/commands/update.py   |     6 +-
 superset/datasets/api.py                           |     3 +-
 superset/datasets/commands/create.py               |     4 +-
 superset/datasets/commands/duplicate.py            |     4 +-
 superset/datasets/commands/importers/v1/utils.py   |     3 +-
 superset/datasets/commands/update.py               |    10 +-
 superset/datasets/schemas.py                       |    12 +-
 superset/db_engine_specs/base.py                   |    11 +-
 superset/db_engine_specs/bigquery.py               |     3 +-
 superset/db_engine_specs/databricks.py             |     3 +-
 superset/db_engine_specs/hive.py                   |     2 +-
 superset/db_engine_specs/presto.py                 |    24 +-
 superset/db_engine_specs/snowflake.py              |     3 +-
 superset/db_engine_specs/starrocks.py              |   222 +
 superset/db_engine_specs/trino.py                  |     6 +-
 superset/errors.py                                 |     3 +-
 superset/explore/permalink/api.py                  |     6 +-
 superset/explore/permalink/commands/base.py        |     9 +-
 superset/explore/permalink/commands/create.py      |     3 +
 superset/explore/permalink/commands/get.py         |     7 +-
 superset/explore/permalink/schemas.py              |    26 +-
 superset/extensions/ssh.py                         |     9 +-
 superset/initialization/__init__.py                |     3 +-
 superset/key_value/exceptions.py                   |    12 +
 superset/key_value/types.py                        |    36 +-
 superset/migrations/env.py                         |     5 +-
 superset/migrations/shared/migrate_viz/base.py     |     6 +-
 .../migrations/shared/migrate_viz/processors.py    |     6 +-
 ..._bebcf3fed1fe_convert_dashboard_v1_positions.py |     3 +-
 ...ed7ec95_migrate_native_filters_to_new_schema.py |     6 +-
 ...27_08-25_31b2a1039d4a_drop_tables_constraint.py |     3 +-
 superset/models/core.py                            |     7 +-
 superset/models/helpers.py                         |     4 +-
 superset/models/slice.py                           |     3 +-
 superset/queries/saved_queries/api.py              |     3 +-
 superset/reports/commands/create.py                |     4 +-
 superset/reports/commands/execute.py               |     7 +-
 superset/reports/commands/update.py                |     4 +-
 superset/result_set.py                             |     6 +-
 superset/row_level_security/api.py                 |     8 +-
 superset/security/manager.py                       |    12 +-
 superset/sql_lab.py                                |    18 +-
 superset/sql_parse.py                              |    16 +-
 superset/sql_validators/presto_db.py               |     6 +-
 superset/sqllab/utils.py                           |    11 +
 superset/tags/commands/create.py                   |     4 +-
 superset/tags/commands/delete.py                   |     8 +-
 .../translations/pt_BR/LC_MESSAGES/messages.json   |  6827 ++++---
 .../translations/pt_BR/LC_MESSAGES/messages.po     | 18361 ++++++-------------
 superset/utils/core.py                             |     3 +-
 superset/utils/screenshots.py                      |     3 +-
 superset/views/api.py                              |     3 +-
 superset/views/base_api.py                         |     6 +-
 superset/views/core.py                             |    45 +-
 superset/views/database/validators.py              |     3 +-
 superset/views/log/api.py                          |     3 +-
 superset/views/utils.py                            |    11 +-
 superset/viz.py                                    |    47 +-
 .../data_loading/pandas/pandas_data_loader.py      |     3 +-
 tests/integration_tests/csv_upload_tests.py        |     9 +-
 tests/integration_tests/dashboards/api_tests.py    |     1 -
 tests/integration_tests/datasets/api_tests.py      |    11 +-
 .../explore/permalink/api_tests.py                 |    16 +-
 .../security/row_level_security_tests.py           |    68 +-
 tests/unit_tests/databases/api_test.py             |   150 +-
 tests/unit_tests/db_engine_specs/test_presto.py    |    39 +-
 tests/unit_tests/db_engine_specs/test_starrocks.py |   111 +
 .../api_test.py => extensions/ssh_test.py}         |    24 +-
 tests/unit_tests/key_value/codec_test.py           |   122 +
 tox.ini                                            |     2 +-
 190 files changed, 12978 insertions(+), 15896 deletions(-)
 create mode 100644 docs/docs/databases/starrocks.mdx
 create mode 100644 docs/static/img/databases/starrocks.png
 copy 
superset-frontend/packages/superset-ui-chart-controls/src/operators/utils/{isDerivedSeries.ts
 => timeOffset.ts} (53%)
 copy superset-frontend/{src/explore/exploreUtils/getURIDirectory.test.ts => 
packages/superset-ui-chart-controls/test/operators/utils/timeOffset.test.ts} 
(66%)
 copy 
superset-frontend/packages/superset-ui-core/src/ui-overrides/{ExtensionsRegistry.ts
 => types.ts} (69%)
 copy 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/{Hex/Hex.jsx => 
Heatmap/Heatmap.tsx} (54%)
 copy superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/{Hex => 
Heatmap}/controlPanel.ts (56%)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/images/thumbnail.png
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/images/thumbnailLarge.png
 copy 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/{Grid/index.js 
=> Heatmap/index.ts} (81%)
 create mode 100644 superset-frontend/src/assets/images/starrocks.png
 create mode 100644 
superset-frontend/src/hooks/apiResources/databaseFunctions.test.ts
 copy superset-frontend/src/{components/CronPicker/CronPicker.test.tsx => 
hooks/apiResources/databaseFunctions.ts} (55%)
 create mode 100644 superset/db_engine_specs/starrocks.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_starrocks.py
 copy tests/unit_tests/{explore/api_test.py => extensions/ssh_test.py} (62%)
 create mode 100644 tests/unit_tests/key_value/codec_test.py

Reply via email to