You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/07/24 17:04:44 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0 updated (9bb13eb331 -> 3db9cf4ce8)

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


    omit 9bb13eb331 build(deps-dev): bump prettier in /superset-websocket
     add 1b5a6790f0 chore: Remove obsolete legacy visualizations (#24694)
     add aa01b51177 chore: Bump pyyaml bounds (#24731)
     add 068864b9ea build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /superset-embedded-sdk (#24734)
     add 2785b8f11e build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /superset-frontend (#24735)
     add b7dcc9f7e3 build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /superset-frontend/cypress-base (#24733)
     add 11bb8c35b0 chore: update deprecated arguments in schema (#24715)
     add 2b0ffb01b6 feat: use Scarf Gateway for Superset helm charts/Docker compose downloads (#24432)
     add 4c5ada421c fix(druid): Delete obsolete Druid NoSQL slice parameters (#24737)
     add 837e3c55ca build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /superset-websocket (#24732)
     add 5f49e0fdd0 fix(cache): Add cache warmup for non-legacy charts (#24671)
     add 2d58dddbdc fix(range-slider): removed localization of metric key (#24716)
     add 5878c117f2 feat: use Scarf Gateway for Superset npm downloads (#24433)
     add 1a9724582f chore: turn off talisman for ephemeral environments in ci (#24627)
     add cb9b865a53 fix: import database engine validation (#24697)
     add d1d5ff6f9f chore: make antd table font size same as data table (#24741)
     add 4086514fa5 fix(native filter): clean deleted parent filter ids (#24749)
     add 317aa989c2 fix: Dashboard time grain in Table (#24746)
     add 05e724f3d7 chore(native filters): Expandable filter config modal (#24559)
     add 91e6f5cb9f chore(deps): bump pandas >=2.0 (#24705)
     add df106aa708 fix(pvt2): migrations from legacy pivot table error when form_data have pieces of pvt2 (#24710)
     add b2831b419e fix(datasets): Replace left panel layout by TableSelector (#24599)
     add 7675e0db10 fix: `search_path` in RDS (#24739)
     add 9b6ed315f8 docs(docker-compose): note the risk of running a Docker Postgres volume in production (#24461)
     add 22a0fe555c chore: make control panel sub sections look better (#24736)
     add 341b8d41c5 fix: column/metric type icons look too small (#24740)
     add ac19f58cf6 fix: Tooltip no longer highlights hovered data series (#24756)
     add a80ec15f4c fix(docs): respect no_proxy environment variable (#23816)
     add d642288092 docs: Fix STANDARD_ROLES.md for Gamma role permissions on tableschemaview (#24766)
     add e210da963d chore(docs): Adding link to additional visualization content (#24759)
     add abb8e28e49 feat: migrate charts on import (#24703)
     add f856ba246e fix: update svgr webpack config to use svg dimensions (#24747)
     add e06004292a feat: add pandas performance dependencies (#24768)
     add 0631a8086c chore(view_api): return application/json as content-type for api/v1/form_data endpoint (#24758)
     add b8a3eeffdb docs: update AWS Athena and Redshift docs (#24751)
     add 6089b5fdae fix: Select onChange is being fired without explicit selection (#24698)
     add c43674e8f3 build(deps-dev): bump @types/node from 20.4.2 to 20.4.4 in /superset-websocket (#24779)
     new 3db9cf4ce8 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   (9bb13eb331)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0 (3db9cf4ce8)

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:
 .github/workflows/ecs-task-definition.json         |   8 +-
 CONTRIBUTING.md                                    |  12 +
 RESOURCES/STANDARD_ROLES.md                        |   6 +-
 docker-compose-non-dev.yml                         |   2 +-
 docker-compose.yml                                 |   2 +-
 docs/.gitignore                                    |   2 +
 docs/docs/contributing/creating-viz-plugins.mdx    |   2 +
 docs/docs/databases/athena.mdx                     |   9 +-
 docs/docs/databases/clickhouse.mdx                 |   4 +-
 docs/docs/databases/redshift.mdx                   |  45 ++-
 docs/docs/frequently-asked-questions.mdx           |   6 +
 .../installing-superset-using-docker-compose.mdx   |  30 +-
 docs/docs/installation/running-on-kubernetes.mdx   |   4 +
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   4 +-
 helm/superset/values.yaml                          |   2 +-
 requirements/base.txt                              |  19 +-
 requirements/development.txt                       |   2 -
 requirements/docker.txt                            |   4 -
 requirements/integration.txt                       |  13 +-
 requirements/testing.txt                           |   6 +-
 setup.py                                           |   4 +-
 superset-embedded-sdk/package-lock.json            |  12 +-
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 superset-frontend/package-lock.json                |  29 +-
 superset-frontend/package.json                     |   4 +
 .../components/ColumnTypeLabel/ColumnTypeLabel.tsx |   2 +
 .../src/components/ControlSubSectionHeader.tsx}    |  12 +-
 .../superset-ui-chart-controls/src/index.ts        |   1 +
 .../src/sections/advancedAnalytics.tsx             |   8 +-
 .../src/sections/chartTitle.tsx                    |  10 +-
 .../src/controlPanel.tsx                           |  15 +-
 .../legacy-plugin-chart-rose/src/controlPanel.tsx  |  15 +-
 .../legacy-preset-chart-nvd3/src/NVD3Controls.tsx  |  15 +-
 .../BigNumberWithTrendline/controlPanel.tsx        |   9 +-
 .../src/Funnel/controlPanel.tsx                    |   3 +-
 .../src/Gauge/controlPanel.tsx                     |   9 +-
 .../src/Graph/controlPanel.tsx                     |   3 +-
 .../src/MixedTimeseries/EchartsMixedTimeseries.tsx |   7 +
 .../src/MixedTimeseries/controlPanel.tsx           |   7 +-
 .../src/MixedTimeseries/transformProps.ts          |  12 +-
 .../src/MixedTimeseries/types.ts                   |   1 +
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |   5 +-
 .../src/Radar/controlPanel.tsx                     |   5 +-
 .../src/Sunburst/controlPanel.tsx                  |   3 +-
 .../src/Timeseries/Area/controlPanel.tsx           |   5 +-
 .../src/Timeseries/EchartsTimeseries.tsx           |   7 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   9 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |   5 +-
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |   5 +-
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |   5 +-
 .../src/Timeseries/Step/controlPanel.tsx           |   5 +-
 .../src/Timeseries/transformProps.ts               |  16 +-
 .../plugin-chart-echarts/src/Timeseries/types.ts   |   1 +
 .../plugin-chart-echarts/src/Tree/controlPanel.tsx |   3 +-
 .../src/Treemap/controlPanel.tsx                   |   3 +-
 .../plugins/plugin-chart-echarts/src/controls.tsx  |   7 +-
 .../plugins/plugin-chart-table/src/buildQuery.ts   |  13 +-
 .../plugin-chart-table/test/buildQuery.test.ts     |  42 ++-
 .../src/components/ListView/ListView.test.jsx      |   2 +-
 .../src/components/Select/AsyncSelect.test.tsx     |  23 +-
 .../src/components/Select/AsyncSelect.tsx          |  76 ++++-
 .../src/components/Select/Select.stories.tsx       |   2 +
 .../src/components/Select/Select.test.tsx          |  19 ++
 superset-frontend/src/components/Select/Select.tsx | 202 ++++++++++----
 superset-frontend/src/components/Select/types.ts   |   1 +
 superset-frontend/src/components/Select/utils.tsx  |   4 +-
 .../src/components/Table/VirtualTable.tsx          |   5 +-
 superset-frontend/src/components/Table/index.tsx   |   4 +
 .../src/components/TableSelector/index.tsx         |   8 +-
 superset-frontend/src/components/Tooltip/index.tsx |   3 +
 .../components/WarningIconWithTooltip/index.tsx    |   4 +-
 .../nativeFilters/FilterCard/FilterCard.test.tsx   |   7 -
 .../FiltersConfigModal/FilterTitleContainer.tsx    |   8 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |  83 +++++-
 .../FiltersConfigModal/FiltersConfigModal.tsx      | 120 ++++++--
 .../src/explore/controlPanels/sections.tsx         |  19 +-
 .../src/features/alerts/AlertReportModal.test.jsx  |   2 +-
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        | 286 ++++++++++---------
 .../datasets/AddDataset/LeftPanel/index.tsx        | 258 +++--------------
 .../datasets/DatasetLayout/DatasetLayout.test.tsx  |   2 +-
 .../src/features/datasets/hooks/useDatasetLists.ts |   7 +-
 .../src/filters/components/Range/buildQuery.ts     |   5 +-
 superset-frontend/webpack.config.js                |   8 +-
 superset-websocket/package-lock.json               |  26 +-
 superset-websocket/package.json                    |   2 +-
 superset/charts/commands/export.py                 |   2 +-
 superset/charts/commands/importers/v1/utils.py     |  51 ++++
 superset/charts/commands/warm_up_cache.py          |  73 +++--
 superset/common/query_context_processor.py         |  71 +++--
 superset/config.py                                 |   2 +-
 superset/databases/commands/importers/v1/utils.py  |  12 +-
 superset/db_engine_specs/base.py                   |  33 ++-
 superset/db_engine_specs/postgres.py               |  88 ++++--
 superset/examples/birth_names.py                   |  10 +
 superset/migrations/shared/migrate_viz/base.py     |   6 +
 .../migrations/shared/migrate_viz/processors.py    |  12 +
 ...delete_obsolete_druid_nosql_slice_parameters.py | 103 +++++++
 ...f8b1280_cleanup_erroneous_parent_filter_ids.py} |  48 ++--
 superset/models/core.py                            |  83 +++---
 superset/reports/notifications/slack.py            |  11 +-
 superset/row_level_security/schemas.py             |  63 +++--
 superset/views/api.py                              |   2 +-
 superset/views/core.py                             |  59 ++--
 superset/views/database/views.py                   |   2 -
 superset/viz.py                                    | 221 +--------------
 tests/integration_tests/cache_tests.py             |   4 +-
 tests/integration_tests/charts/api_tests.py        | 119 +++++++-
 tests/integration_tests/charts/commands_tests.py   |  50 +---
 tests/integration_tests/core_tests.py              | 103 ++++---
 .../integration_tests/databases/commands_tests.py  |   8 +-
 tests/integration_tests/fixtures/importexport.py   |  21 +-
 tests/integration_tests/security_tests.py          |   2 +-
 tests/integration_tests/utils_tests.py             |   2 +-
 tests/integration_tests/viz_tests.py               | 309 +--------------------
 .../charts/commands/importers/v1/utils_test.py     | 165 +++++++++++
 .../databases/commands/importers/v1/import_test.py |  28 +-
 tests/unit_tests/db_engine_specs/test_postgres.py  |  48 +++-
 tests/unit_tests/models/core_test.py               |  18 ++
 .../pandas_postprocessing/test_rolling.py          |  28 +-
 120 files changed, 2062 insertions(+), 1494 deletions(-)
 copy superset-frontend/{src/components/DatePicker/index.tsx => packages/superset-ui-chart-controls/src/components/ControlSubSectionHeader.tsx} (76%)
 create mode 100644 superset/migrations/versions/2023-07-18_15-30_863adcf72773_delete_obsolete_druid_nosql_slice_parameters.py
 copy superset/migrations/versions/{2021-04-07_07-21_134cea61c5e7_remove_dataset_health_check_message.py => 2023-07-19_16-48_a23c6f8b1280_cleanup_erroneous_parent_filter_ids.py} (51%)
 create mode 100644 tests/unit_tests/charts/commands/importers/v1/utils_test.py


[superset] 01/01: build(deps-dev): bump prettier in /superset-websocket

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3db9cf4ce86bcb93df98655ed6c68acac1508fd0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 24 17:04:38 2023 +0000

    build(deps-dev): bump prettier in /superset-websocket
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-websocket/package-lock.json | 18 +++++++++---------
 superset-websocket/package.json      |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json
index 6386dff71a..51cf62e0b2 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -30,7 +30,7 @@
         "eslint": "^8.45.0",
         "eslint-config-prettier": "^8.8.0",
         "jest": "^27.3.1",
-        "prettier": "^2.8.8",
+        "prettier": "^3.0.0",
         "ts-jest": "^27.0.7",
         "ts-node": "^10.9.1",
         "typescript": "^4.9.5"
@@ -4856,15 +4856,15 @@
       }
     },
     "node_modules/prettier": {
-      "version": "2.8.8",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
-      "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
+      "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
       "dev": true,
       "bin": {
-        "prettier": "bin-prettier.js"
+        "prettier": "bin/prettier.cjs"
       },
       "engines": {
-        "node": ">=10.13.0"
+        "node": ">=14"
       },
       "funding": {
         "url": "https://github.com/prettier/prettier?sponsor=1"
@@ -9699,9 +9699,9 @@
       "dev": true
     },
     "prettier": {
-      "version": "2.8.8",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
-      "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
+      "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
       "dev": true
     },
     "pretty-format": {
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 9edb627114..58763aaed5 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -36,7 +36,7 @@
     "eslint": "^8.45.0",
     "eslint-config-prettier": "^8.8.0",
     "jest": "^27.3.1",
-    "prettier": "^2.8.8",
+    "prettier": "^3.0.0",
     "ts-jest": "^27.0.7",
     "ts-node": "^10.9.1",
     "typescript": "^4.9.5"