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 9b12b1283b build(deps-dev): bump prettier in /superset-websocket
     add 77505173ae fix(sqllab): Replace autocomplete logic by a hook (#24677)
     add 4b1f1d49d6 fix: Filters alert width (#24801)
     add e5d626c304 feat: add empty state for Tags (#24702)
     add ba508a786c fix: pass schema on dataset creation (#24815)
     add d26ea980ac feat: Add line width unit control in deckgl Polygon and 
Path (#24755)
     add 3b46511439 feat(Tags): Allow users to favorite Tags on CRUD Listview 
page (#24701)
     add 7e26dc8c5b docs: fixing stack overflow link (#24820)
     add a1396d00aa docs: Adding a couple links to contributing page (#24817)
     add 7cd317fe2e chore: remove get_columns_description duplication (#24819)
     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 a4fb5ce314 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   (9b12b1283b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-3.0.0 
(a4fb5ce314)

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/contributing/contributing-page.mdx       |   6 +-
 docs/docs/installation/running-on-kubernetes.mdx   |   6 +-
 docs/src/pages/community.tsx                       |   2 +-
 .../src/layers/Geojson/controlPanel.ts             |   2 +-
 .../src/layers/Path/Path.jsx                       |   1 +
 .../src/layers/Path/controlPanel.ts                |  21 +-
 .../src/layers/Polygon/Polygon.jsx                 |   1 +
 .../src/layers/Polygon/controlPanel.ts             |  34 ++-
 .../src/utilities/Shared_DeckGL.jsx                |   2 +-
 .../legacy-preset-chart-nvd3/src/transformProps.js |   1 +
 superset-frontend/spec/helpers/testing-library.tsx |   2 +-
 superset-frontend/src/SqlLab/App.jsx               |   6 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   | 174 ++-----------
 .../AceEditorWrapper/useKeywords.test.ts           | 269 +++++++++++++++++++++
 .../components/AceEditorWrapper/useKeywords.ts     | 208 ++++++++++++++++
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     |  42 +++-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   1 +
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   3 +
 superset-frontend/src/SqlLab/fixtures.ts           |   1 +
 .../src/components/AsyncAceEditor/index.tsx        |  55 +++--
 .../components/AddSliceCard/AddSliceCard.test.tsx  |  21 +-
 .../components/AddSliceCard/AddSliceCard.tsx       |  26 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   7 +-
 .../Footer/CancelConfirmationAlert.tsx             |   1 +
 .../components/Select/SelectFilterPlugin.test.tsx  |  47 ++--
 .../components/Select/SelectFilterPlugin.tsx       |  17 +-
 .../src/hooks/apiResources/schemas.ts              |   9 +-
 superset-frontend/src/hooks/apiResources/tables.ts |   1 +
 superset-frontend/src/pages/Tags/index.tsx         |  45 +++-
 superset-frontend/src/views/CRUD/hooks.ts          |   7 +-
 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/connectors/sqla/models.py                 |   2 +-
 superset/connectors/sqla/utils.py                  |  19 +-
 superset/constants.py                              |   8 +-
 superset/css_templates/api.py                      |   5 +-
 superset/css_templates/schemas.py                  |  12 +-
 superset/daos/tag.py                               | 108 ++++++++-
 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/examples/deck.py                          |   2 +
 superset/exceptions.py                             |   4 +
 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 +-
 ...-34_e0f6f91c2055_create_user_favorite_table.py} |  34 +--
 ...6f8b1280_cleanup_erroneous_parent_filter_ids.py |   3 +-
 ..._17-54_ee179a490af9_deckgl_path_width_units.py} |  51 ++--
 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                               | 171 ++++++++++++-
 superset/tags/models.py                            |  14 +-
 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/integration_tests/tags/api_tests.py          |  85 +++++++
 tests/unit_tests/dao/tag_test.py                   | 146 +++++++++++
 tests/unit_tests/utils/test_decorators.py          |   4 +-
 113 files changed, 1948 insertions(+), 869 deletions(-)
 create mode 100644 
superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.test.ts
 create mode 100644 
superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.ts
 copy 
superset/migrations/versions/{2019-02-01_16-07_e553e78e90c5_add_druid_auth_py_py.py
 => 2023-07-12_20-34_e0f6f91c2055_create_user_favorite_table.py} (62%)
 copy 
superset/migrations/versions/{2018-06-07_09-52_afb7730f6a9c_remove_empty_filters.py
 => 2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py} (64%)
 copy superset/{sqllab/command_status.py => utils/backports.py} (82%)
 create mode 100644 tests/unit_tests/dao/tag_test.py

Reply via email to