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 2024/02/06 17:37:15 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-handlebars/types/jest-29.5.12 updated (627749af60 -> eb5d0364ec)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-handlebars/types/jest-29.5.12
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 627749af60 build(deps-dev): bump @types/jest
     add fdff6d84f3 chore(dependencies): bump encodable to 0.7.8 (#26903)
     add 6b0d8ed265 feat: docker image tags documentation + tweaks (#26923)
     add db79c37707 fix(plugin): Period Over Period KPI Plugin Feature flag value (#26985)
     add 80fd75dfe1 fix(ci): typo in my bash script (#26987)
     add e874e04890 build(deps): bump @vx/legend from 0.0.198 to 0.0.199 in /superset-frontend/plugins/legacy-plugin-chart-histogram (#26526)
     add d8a9847503 fix: column values with NaN (#26946)
     add 92b52a7fa0 docs(presto): add Presto SSL connection details (#26986)
     add 32ce002296 build(deps): bump react-intersection-observer from 9.4.1 to 9.6.0 in /superset-frontend (#26996)
     add 068bb719c8 docs: add notes to RELEASING about how to deploy docker images (#26998)
     add 26025274a1 fix(maps): Move Overseas department and regions closer to France mainland (#26995)
     add 7a270a5922 fix(helm): Fix inconsistency for the chart appVersion and default image tag (#27005)
     add 607301ad56 fix(plugins): Fix dashboard filter in Period Over Period KPI plugin (#27013)
     add f79e08ec79 fix(cypress): resolving random dri3 error on cypress runner (#27001)
     add edecf52ab9 chore(github): adding code owners for translation and country map wor… (#27000)
     add 2cd7135a51 build(deps): bump @types/seedrandom from 2.4.30 to 3.0.8 in /superset-frontend (#26979)
     add e792460baf docs: add a note about database drivers in Docker builds (#27020)
     add 53daa1b13f chore(plugins): Description, Category and Tags for BigNumber with Period Time Comparison plugin (#27021)
     add 5b34395689 fix: chart import validation (#26993)
     add eb5d0364ec build(deps-dev): bump @types/jest

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   (627749af60)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-handlebars/types/jest-29.5.12 (eb5d0364ec)

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:
 .github/CODEOWNERS                                 |   7 +
 .github/workflows/bashlib.sh                       |   6 +-
 .github/workflows/docker-release.yml               |  43 +-
 .github/workflows/ephemeral-env.yml                |  10 +-
 .github/workflows/no-op.yml                        |  14 -
 RELEASING/README.md                                |  14 +
 docker-compose-non-dev.yml                         |   2 +-
 docs/README.md                                     |   5 +-
 docs/docs/databases/presto.mdx                     |  11 +
 docs/docs/installation/docker.mdx                  |  77 ++++
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   4 +-
 helm/superset/values.yaml                          |   2 +-
 scripts/build_docker.py                            |  25 +-
 superset-frontend/package-lock.json                | 493 ++++++++++++---------
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +-
 .../scripts/Country Map GeoJSON Generator.ipynb    | 263 ++++++-----
 .../src/countries/france.geojson                   |   9 +-
 .../legacy-plugin-chart-histogram/package.json     |   2 +-
 .../src/plugin/buildQuery.ts                       |  16 +-
 .../src/plugin/index.ts                            |  11 +-
 .../src/plugin/transformProps.ts                   |  12 +-
 .../plugins/plugin-chart-word-cloud/package.json   |   2 +-
 superset/commands/chart/importers/v1/utils.py      |  13 +-
 superset/commands/dashboard/importers/v1/utils.py  |   8 +-
 superset/commands/dataset/importers/v1/utils.py    |   7 +-
 superset/errors.py                                 |   1 +
 superset/jinja_context.py                          |   9 +-
 superset/models/helpers.py                         |   7 +-
 superset/security/manager.py                       |  41 ++
 superset/utils/core.py                             |   9 +
 tests/integration_tests/charts/commands_tests.py   |   2 +-
 tests/integration_tests/conftest.py                |  21 +-
 .../integration_tests/dashboards/commands_tests.py |   2 +-
 tests/integration_tests/datasets/commands_tests.py |   2 +-
 tests/integration_tests/datasource/api_tests.py    |  10 +
 tests/integration_tests/datasource_tests.py        |   9 +-
 .../charts/commands/importers/v1/import_test.py    | 164 +++++--
 .../commands/importers/v1/import_test.py           | 152 +++----
 tests/unit_tests/scripts/docker_build.py           |  14 +-
 tests/unit_tests/security/manager_test.py          | 140 ++++++
 43 files changed, 1126 insertions(+), 521 deletions(-)
 create mode 100644 docs/docs/installation/docker.mdx