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


    omit 8a8f58aea1 build(deps-dev): bump @typescript-eslint/eslint-plugin
     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)
     new d5f9da1bd1 build(deps-dev): bump @typescript-eslint/eslint-plugin

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   (8a8f58aea1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.13.1
 (d5f9da1bd1)

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/databases/docker-add-drivers.mdx         | 72 +++++++---------------
 docs/docs/databases/trino.mdx                      |  2 +
 docs/docs/security/cves.mdx                        | 11 +++-
 helm/superset/Chart.yaml                           |  2 +-
 helm/superset/README.md                            |  8 ++-
 helm/superset/README.md.gotmpl                     |  6 ++
 helm/superset/templates/_helpers.tpl               |  1 -
 helm/superset/values.yaml                          |  2 +
 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/components/Chart/chartAction.js            |  9 ++-
 .../src/components/Chart/chartActions.test.js      | 67 ++++++++++++++++++++
 .../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 +++++--
 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               | 14 ++---
 superset-websocket/package.json                    |  2 +-
 superset/daos/tag.py                               |  8 +++
 superset/models/helpers.py                         | 10 ++-
 superset/tags/api.py                               | 15 ++++-
 superset/utils/screenshots.py                      |  2 +-
 tests/integration_tests/tags/dao_tests.py          | 33 ++++++++++
 42 files changed, 329 insertions(+), 139 deletions(-)
 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%)

Reply via email to