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/08/01 20:00:02 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-config-prettier-8.9.0 updated (25225ca513 -> cf065abfec)

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


    omit 25225ca513 build(deps-dev): bump eslint-config-prettier in /superset-websocket
     add a50c43e0fa fix: Alembic migration head (#24832)
     add 5bb8e0da89 fix: Removes unnecessary query on filters (#24814)
     add e2d5046bb7 docs(Kubernetes): Fix typos, clarify language re: Scarf (#24834)
     add 64ced60f62 fix(datasets): give possibility to add dataset with slashes in name (#24796)
     add caffe3cb1f fix(migration): Ensure cascadeParentIds key exists (#24831)
     add 77889b29fb fix: Allow chart import to update the dataset an existing chart points to (#24821)
     add 5f103072b0 fix: Python3.11 (str, Enum) issue (#24803)
     add 14a27b1ba3 chore(api): clean up API spec (#24838)
     add 7f9b0380e0 fix(embedded): adding logic to check dataset used by filters (#24808)
     add ea17dd637c fix: Links in tooltips of dashboard chart cards (#24846)
     add 1c5971d3af fix(legacy-chart): corrupted raw chart data (#24850)
     add 44e4fb1090 build(deps-dev): bump eslint from 8.45.0 to 8.46.0 in /superset-websocket (#24842)
     new cf065abfec build(deps-dev): bump eslint-config-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   (25225ca513)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-config-prettier-8.9.0 (cf065abfec)

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:
 .pylintrc                                          |   1 +
 docs/docs/installation/running-on-kubernetes.mdx   |   6 +-
 .../legacy-preset-chart-nvd3/src/transformProps.js |   1 +
 .../components/AddSliceCard/AddSliceCard.test.tsx  |  21 +++-
 .../components/AddSliceCard/AddSliceCard.tsx       |  26 ++++-
 .../components/Select/SelectFilterPlugin.test.tsx  |  47 +++++----
 .../components/Select/SelectFilterPlugin.tsx       |  17 +--
 superset-websocket/package-lock.json               | 114 ++++++++++-----------
 superset-websocket/package.json                    |   2 +-
 superset/advanced_data_type/api.py                 |  13 ++-
 superset/annotation_layers/annotations/api.py      |  30 +++---
 superset/annotation_layers/annotations/schemas.py  |  13 +--
 superset/annotation_layers/api.py                  |  20 ++--
 superset/annotation_layers/schemas.py              |  12 ++-
 superset/async_events/api.py                       |   3 +-
 superset/available_domains/api.py                  |   5 +-
 superset/cachekeys/api.py                          |  10 +-
 superset/charts/api.py                             |  59 +++++------
 superset/charts/commands/importers/v1/utils.py     |   4 +-
 superset/charts/data/api.py                        |  11 +-
 superset/charts/schemas.py                         |  14 +--
 superset/common/chart_data.py                      |   6 +-
 superset/common/db_query_status.py                 |   4 +-
 superset/connectors/base/models.py                 |   4 +-
 superset/constants.py                              |   8 +-
 superset/css_templates/api.py                      |   5 +-
 superset/css_templates/schemas.py                  |  12 ++-
 superset/dashboards/api.py                         |  83 +++++++--------
 superset/dashboards/filter_sets/api.py             |  25 ++---
 superset/dashboards/filter_state/api.py            |  20 ++--
 superset/dashboards/permalink/api.py               |  10 +-
 superset/dashboards/schemas.py                     |  12 +--
 superset/databases/api.py                          | 105 +++++++++----------
 superset/databases/schemas.py                      |  12 +++
 superset/datasets/api.py                           |  54 +++++-----
 superset/datasets/columns/api.py                   |   5 +-
 superset/datasets/metrics/api.py                   |   5 +-
 superset/datasets/schemas.py                       |  13 +++
 superset/datasource/api.py                         |   2 +-
 superset/embedded/api.py                           |   6 +-
 superset/errors.py                                 |   7 +-
 superset/explore/api.py                            |  12 +--
 superset/explore/form_data/api.py                  |  20 ++--
 superset/explore/permalink/api.py                  |  10 +-
 superset/importexport/api.py                       |   9 +-
 superset/key_value/types.py                        |   6 +-
 ...6f8b1280_cleanup_erroneous_parent_filter_ids.py |   3 +-
 ...9_17-54_ee179a490af9_deckgl_path_width_units.py |   4 +-
 superset/models/core.py                            |   6 +-
 superset/models/helpers.py                         |  14 ++-
 superset/queries/api.py                            |   4 +-
 superset/queries/saved_queries/api.py              |  13 ++-
 superset/queries/saved_queries/schemas.py          |  16 ++-
 superset/queries/schemas.py                        |   5 +-
 superset/reports/api.py                            |  20 ++--
 superset/reports/logs/api.py                       |  10 +-
 superset/reports/logs/schemas.py                   |   5 +-
 superset/reports/models.py                         |  17 ++-
 superset/reports/schemas.py                        |  12 ++-
 superset/row_level_security/api.py                 |  19 ++--
 superset/row_level_security/schemas.py             |  15 +++
 superset/security/api.py                           |  12 +--
 superset/security/manager.py                       |  25 ++++-
 superset/sql_parse.py                              |   6 +-
 superset/sqllab/api.py                             |  20 ++--
 superset/sqllab/limiting_factor.py                 |   4 +-
 superset/tags/api.py                               |  20 ++--
 superset/tags/schemas.py                           |  13 ++-
 superset/tasks/types.py                            |   5 +-
 .../command_status.py => utils/backports.py}       |  12 ++-
 superset/utils/core.py                             |  29 +++---
 superset/views/api.py                              |   6 +-
 superset/views/base_api.py                         |   6 +-
 superset/views/core.py                             |   4 +-
 superset/views/log/api.py                          |   6 +-
 superset/views/log/schemas.py                      |  12 +++
 superset/views/users/api.py                        |  12 ++-
 tests/integration_tests/databases/api_tests.py     |  16 +++
 .../security/guest_token_security_tests.py         |  46 +++++++++
 tests/unit_tests/utils/test_decorators.py          |   4 +-
 80 files changed, 699 insertions(+), 606 deletions(-)
 copy superset/{sqllab/command_status.py => utils/backports.py} (82%)


[superset] 01/01: build(deps-dev): bump eslint-config-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/eslint-config-prettier-8.9.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cf065abfec9040d965eb188d8ac3a4fce845a9ef
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 1 19:59:43 2023 +0000

    build(deps-dev): bump eslint-config-prettier in /superset-websocket
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.9.0.
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-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 8f552be900..2dfce76629 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -28,7 +28,7 @@
         "@typescript-eslint/eslint-plugin": "^5.61.0",
         "@typescript-eslint/parser": "^5.62.0",
         "eslint": "^8.46.0",
-        "eslint-config-prettier": "^8.8.0",
+        "eslint-config-prettier": "^8.9.0",
         "jest": "^27.3.1",
         "prettier": "^2.8.8",
         "ts-jest": "^27.0.7",
@@ -2547,9 +2547,9 @@
       }
     },
     "node_modules/eslint-config-prettier": {
-      "version": "8.8.0",
-      "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
-      "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
+      "version": "8.9.0",
+      "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz",
+      "integrity": "sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==",
       "dev": true,
       "bin": {
         "eslint-config-prettier": "bin/cli.js"
@@ -8076,9 +8076,9 @@
       }
     },
     "eslint-config-prettier": {
-      "version": "8.8.0",
-      "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
-      "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
+      "version": "8.9.0",
+      "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz",
+      "integrity": "sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==",
       "dev": true,
       "requires": {}
     },
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 666571bdbf..ff975d039e 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -34,7 +34,7 @@
     "@typescript-eslint/eslint-plugin": "^5.61.0",
     "@typescript-eslint/parser": "^5.62.0",
     "eslint": "^8.46.0",
-    "eslint-config-prettier": "^8.8.0",
+    "eslint-config-prettier": "^8.9.0",
     "jest": "^27.3.1",
     "prettier": "^2.8.8",
     "ts-jest": "^27.0.7",