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/10/23 16:51:25 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.8.0 updated (90830fe394 -> 66c206a790)

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


 discard 90830fe394 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add 39ad3226c7 feat: add database and schema names to dataset option (#25569)
     add 505678b37b chore: Change the format for sha512 sum for releases (#25577)
     add def7cd1b89 chore: helm chart: bump appVersion to 3.0.1 (#25709)
     add ee23690196 feat: add France's regions to country map visualization (#25676)
     add 75a7431379 fix(chore): dashboard requests to database equal the number of slices it has (#24709)
     add 8fb0c8da56 fix: bump to FAB 4.3.9 remove CSP exception (#25712)
     add 9972ac6908 refactor: use DATE_TRUNC for Elasticsearch time grain (#25717)
     add 4ac8f826f2 fix(driver): bumping DuckDB to 0.9.2 (#25718)
     add ed87470bcc fix(metadb): handle durations (#25727)
     add 4aef771072 chore: updated base DAO find_by_id to return generic type (#25726)
     add cbbf2bed6e build(deps-dev): bump eslint from 8.51.0 to 8.52.0 in /superset-websocket (#25735)
     add 66c206a790 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   (90830fe394)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.8.0 (66c206a790)

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.

No new revisions were added by this update.

Summary of changes:
 helm/superset/Chart.yaml                           |   4 +-
 helm/superset/README.md                            |   2 +-
 requirements/base.txt                              |   2 +-
 scripts/sign.sh                                    |   3 +-
 setup.py                                           |   4 +-
 .../src/countries.ts                               |   5 +
 .../{peru.geojson => france_regions.geojson}       |  43 +++----
 .../FiltersConfigForm/DatasetSelect.tsx            |  29 +++--
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  11 +-
 .../FiltersConfigModal/FiltersConfigForm/utils.ts  |  12 --
 .../features/datasets/DatasetSelectLabel/index.tsx | 136 +++++++++++++++++++++
 .../src/pages/ChartCreation/index.tsx              |  76 +++---------
 superset-websocket/package-lock.json               |  76 +++++++-----
 superset-websocket/package.json                    |   2 +-
 superset/config.py                                 |   2 -
 superset/daos/base.py                              |   2 +-
 superset/daos/dashboard.py                         |   2 -
 superset/db_engine_specs/elasticsearch.py          |  18 +--
 superset/extensions/metadb.py                      |  10 ++
 .../db_engine_specs/elasticsearch_tests.py         |  29 +++--
 20 files changed, 290 insertions(+), 178 deletions(-)
 copy superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/{peru.geojson => france_regions.geojson} (50%)
 create mode 100644 superset-frontend/src/features/datasets/DatasetSelectLabel/index.tsx