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/02 19:35:33 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/react-js-cron-2.1.2 updated (de2056f19f -> 451052a08f)

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


 discard de2056f19f build(deps): bump react-js-cron in /superset-frontend
     add a8a9472c39 build(deps): bump actions/setup-python from 4 to 5 (#26970)
     add 760affeb13 build(deps): bump actions/cache from 1 to 4 (#26972)
     add 5930bbb5d3 build(deps): bump actions/checkout from 2 to 4 (#26971)
     add 813783382c build(deps-dev): bump @types/node from 20.11.14 to 20.11.16 in /superset-websocket (#26974)
     add a8cf443300 build(deps-dev): bump webpack from 5.90.0 to 5.90.1 in /docs (#26977)
     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 451052a08f build(deps): bump react-js-cron in /superset-frontend

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   (de2056f19f)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/react-js-cron-2.1.2 (451052a08f)

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/workflows/cancel_duplicates.yml            |   2 +-
 .github/workflows/check_db_migration_confict.yml   |   2 +-
 .github/workflows/chromatic-master.yml             |   2 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/dependency-review.yml            |   2 +-
 .github/workflows/docker-release.yml               |  43 +-
 .github/workflows/embedded-sdk-release.yml         |   2 +-
 .github/workflows/embedded-sdk-test.yml            |   2 +-
 .github/workflows/ephemeral-env.yml                |  12 +-
 .github/workflows/generate-FOSSA-report.yml        |   2 +-
 .github/workflows/latest-release-tag.yml           |   2 +-
 .github/workflows/license-check.yml                |   2 +-
 .github/workflows/no-op.yml                        |  14 -
 .github/workflows/pr-lint.yml                      |   2 +-
 .github/workflows/pre-commit.yml                   |   4 +-
 .github/workflows/prefer-typescript.yml            |   2 +-
 .github/workflows/release.yml                      |   6 +-
 .github/workflows/superset-applitool-cypress.yml   |   4 +-
 .../workflows/superset-applitools-storybook.yml    |   2 +-
 .github/workflows/superset-cli.yml                 |   4 +-
 .github/workflows/superset-docs-deploy.yml         |   2 +-
 .github/workflows/superset-docs-verify.yml         |   2 +-
 .github/workflows/superset-e2e.yml                 |   6 +-
 .github/workflows/superset-frontend.yml            |   2 +-
 .github/workflows/superset-helm-lint.yml           |   4 +-
 .github/workflows/superset-helm-release.yml        |   2 +-
 .../workflows/superset-python-integrationtest.yml  |  12 +-
 .github/workflows/superset-python-misc.yml         |   8 +-
 .github/workflows/superset-python-presto-hive.yml  |   8 +-
 .github/workflows/superset-python-unittest.yml     |   4 +-
 .github/workflows/superset-translations.yml        |   6 +-
 .github/workflows/superset-websocket.yml           |   2 +-
 .github/workflows/tech-debt.yml                    |   2 +-
 .github/workflows/update-monorepo-lockfiles.yml    |   2 +-
 docker-compose-non-dev.yml                         |   2 +-
 docs/README.md                                     |   5 +-
 docs/docs/databases/presto.mdx                     |  11 +
 docs/docs/installation/docker.mdx                  |  66 +++
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |   8 +-
 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                | 477 +++++++++++++--------
 superset-frontend/package.json                     |   2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +-
 .../legacy-plugin-chart-histogram/package.json     |   2 +-
 .../plugins/plugin-chart-word-cloud/package.json   |   2 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/models/helpers.py                         |   7 +-
 tests/integration_tests/conftest.py                |  21 +-
 tests/integration_tests/datasource/api_tests.py    |  10 +
 tests/integration_tests/datasource_tests.py        |   9 +-
 tests/unit_tests/scripts/docker_build.py           |  14 +-
 56 files changed, 552 insertions(+), 312 deletions(-)
 create mode 100644 docs/docs/installation/docker.mdx