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/12/04 17:50:23 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/prettier-3.1.0 updated (976defb91c -> d57b7af14d)

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


    omit 976defb91c build(deps-dev): bump prettier in /superset-websocket
     add 0d2e85517c docs: Update Trino Kerberos configuration (#26119)
     add 7223633da6 fix: alias column when fetching values (#26120)
     add af58784040 feat(deckgl-map): use an arbitraty Mabpox style URL (#26027) (#26031)
     add b9aaf0fc05 docs: add Onebeat to users list (#26112)
     add a27a0df1a4 chore(deps): bump pillow deps (#25931)
     add ea1a96e8e1 docs: add Increff to users list (#26124)
     add 6a5a765689 fix: remove default secret key from helm (#23916)
     add ee308fbc64 chore(tags): Allow for lookup via ids vs. name in the API (#25996)
     add f1a6b2f852 docs(drivers): refresh guide on adding a db driver in docker (#26038)
     add d00c17dde2 chore: Rename SET_ACTIVE_TABS action, add a new action (#26147)
     add 79be126189 docs: update CVEs fixed on 3.0.0 (#26149)
     add cff473f825 fix(annotations): time grain column (#26140)
     add df0f663382 build(deps-dev): bump @types/node from 20.10.0 to 20.10.1 in /superset-websocket (#26143)
     add 4f00404805 feat(helm): Add option to deploy extra containers to remaining deployments (#26123)
     add f405ba033e feat: Adds legacy time support for Waterfall chart (#26136)
     add b2ea97a984 fix: set label on adhoc column should persist (#26154)
     add 1b9e4ff9ab docs: add quickstart (#26129)
     add c033ca959d fix(database-import): Support importing a DB connection with a version set (#26116)
     add cdbbd83705 fix(sqllab): table preview has gone (#25977)
     add b7a9c220e1 fix(Alerts/Reports): allow use of ";" separator in slack recipient entry (#25894)
     add 8644b1a319 fix: Migration order due to cherry which went astray (#26160)
     add fccde379b8 build(deps-dev): bump @types/node from 20.10.1 to 20.10.3 in /superset-websocket (#26167)
     add 248586de6e build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 in /superset-websocket (#26166)
     new d57b7af14d 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   (976defb91c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.1.0 (d57b7af14d)

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:
 RESOURCES/INTHEWILD.md                             |  2 +
 docs/docs/api.mdx                                  |  2 +-
 docs/docs/contributing/_category_.json             |  2 +-
 docs/docs/databases/_category_.json                |  2 +-
 docs/docs/databases/docker-add-drivers.mdx         | 72 ++++++------------
 docs/docs/databases/trino.mdx                      |  2 +
 docs/docs/frequently-asked-questions.mdx           |  2 +-
 docs/docs/installation/_category_.json             |  2 +-
 docs/docs/miscellaneous/_category_.json            |  2 +-
 docs/docs/quickstart.mdx                           | 86 ++++++++++++++++++++++
 docs/docs/security/_category_.json                 |  2 +-
 docs/docs/security/cves.mdx                        | 11 ++-
 helm/superset/Chart.yaml                           |  2 +-
 helm/superset/README.md                            | 11 ++-
 helm/superset/README.md.gotmpl                     |  6 ++
 helm/superset/templates/_helpers.tpl               |  1 -
 helm/superset/templates/deployment-beat.yaml       |  3 +
 helm/superset/templates/deployment-flower.yaml     |  3 +
 helm/superset/templates/deployment-ws.yaml         |  3 +
 helm/superset/values.yaml                          |  8 ++
 setup.py                                           |  2 +-
 .../superset-ui-core/src/validator/index.ts        |  1 +
 ...lidateInteger.ts => validateMapboxStylesUrl.ts} | 14 ++--
 .../validator/validateMapboxStylesUrl.test.ts}     | 37 ++++++----
 .../src/controlPanel.ts                            | 14 +++-
 .../src/Multi/controlPanel.ts                      |  3 +-
 .../src/layers/Arc/controlPanel.ts                 |  5 +-
 .../src/layers/Contour/controlPanel.ts             |  4 +-
 .../src/layers/Grid/controlPanel.ts                |  3 +-
 .../src/layers/Heatmap/controlPanel.ts             |  3 +-
 .../src/layers/Hex/controlPanel.ts                 |  4 +-
 .../src/layers/Path/controlPanel.ts                |  3 +-
 .../src/layers/Scatter/controlPanel.ts             |  5 +-
 .../src/layers/Screengrid/controlPanel.ts          |  5 +-
 .../src/utilities/Shared_DeckGL.jsx                |  8 +-
 .../src/Waterfall/buildQuery.ts                    |  7 +-
 .../src/Waterfall/controlPanel.tsx                 |  8 +-
 .../plugin-chart-echarts/src/Waterfall/index.ts    |  2 +-
 .../src/Waterfall/transformProps.ts                |  6 +-
 .../src/components/Chart/chartAction.js            |  9 ++-
 .../src/components/Chart/chartActions.test.js      | 67 +++++++++++++++++
 .../DatabaseSelector/DatabaseSelector.test.tsx     |  9 ++-
 .../src/components/DatabaseSelector/index.tsx      | 10 ++-
 .../src/dashboard/actions/dashboardState.js        |  9 ++-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |  6 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |  8 +-
 .../dashboard/containers/DashboardComponent.jsx    |  4 +-
 .../src/dashboard/reducers/dashboardState.js       |  9 ++-
 .../src/dashboard/reducers/dashboardState.test.ts  | 22 ++++--
 .../ColumnSelectPopover.test.tsx                   | 77 +++++++++++++++++++
 .../DndColumnSelectControl/ColumnSelectPopover.tsx | 39 +++++++++-
 .../ColumnSelectPopoverTrigger.tsx                 | 13 +++-
 superset-frontend/src/features/tags/TagModal.tsx   |  6 +-
 superset-frontend/src/features/tags/tags.ts        | 17 +++++
 superset-frontend/src/pages/AllEntities/index.tsx  | 10 ++-
 superset-websocket/package-lock.json               | 28 +++----
 superset-websocket/package.json                    |  4 +-
 superset/daos/tag.py                               |  8 ++
 superset/databases/schemas.py                      |  1 +
 superset/migrations/shared/utils.py                |  8 +-
 ...317970b4400c_added_time_secondary_column_to_.py | 34 +++++----
 ...2-01_12-03_b7851ee5522f_replay_317970b4400c.py} | 24 +++---
 superset/models/helpers.py                         | 10 ++-
 superset/reports/notifications/slack.py            | 11 ++-
 superset/tags/api.py                               | 15 +++-
 superset/utils/screenshots.py                      |  2 +-
 tests/integration_tests/tags/dao_tests.py          | 33 +++++++++
 .../databases/commands/importers/v1/import_test.py | 21 ++++++
 .../notifications/slack_tests.py}                  | 47 ++++++------
 69 files changed, 690 insertions(+), 229 deletions(-)
 create mode 100644 docs/docs/quickstart.mdx
 copy superset-frontend/packages/superset-ui-core/src/validator/{legacyValidateInteger.ts => validateMapboxStylesUrl.ts} (73%)
 copy superset-frontend/{src/dashboard/reducers/dashboardState.test.ts => packages/superset-ui-core/test/validator/validateMapboxStylesUrl.test.ts} (53%)
 create mode 100644 superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.test.tsx
 copy superset/migrations/versions/{2015-11-21_11-18_289ce07647b_add_encrypted_password_field.py => 2023-12-01_12-03_b7851ee5522f_replay_317970b4400c.py} (71%)
 copy tests/unit_tests/{notifications/email_tests.py => reports/notifications/slack_tests.py} (71%)


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

commit d57b7af14d7585826bf0b6b31f57790dfa747c38
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 4 17:50:18 2023 +0000

    build(deps-dev): bump prettier in /superset-websocket
    
    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.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/3.0.3...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-websocket/package-lock.json | 14 +++++++-------
 superset-websocket/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json
index 6c22f1ad88..17ce0102fb 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -32,7 +32,7 @@
         "eslint": "^8.54.0",
         "eslint-config-prettier": "^9.1.0",
         "jest": "^27.3.1",
-        "prettier": "^3.0.3",
+        "prettier": "^3.1.0",
         "ts-jest": "^27.0.7",
         "ts-node": "^10.9.1",
         "typescript": "^4.9.5"
@@ -5009,9 +5009,9 @@
       }
     },
     "node_modules/prettier": {
-      "version": "3.0.3",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
-      "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
+      "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
       "dev": true,
       "bin": {
         "prettier": "bin/prettier.cjs"
@@ -10005,9 +10005,9 @@
       "dev": true
     },
     "prettier": {
-      "version": "3.0.3",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
-      "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
+      "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
       "dev": true
     },
     "pretty-format": {
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 8e12fbcecc..ad8f2358a7 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -39,7 +39,7 @@
     "eslint": "^8.54.0",
     "eslint-config-prettier": "^9.1.0",
     "jest": "^27.3.1",
-    "prettier": "^3.0.3",
+    "prettier": "^3.1.0",
     "ts-jest": "^27.0.7",
     "ts-node": "^10.9.1",
     "typescript": "^4.9.5"