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 17:27:00 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/ant-design/icons-5.3.0 updated (ef9048bcc2 -> 6fc4e12a16)

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


 discard ef9048bcc2 build(deps): bump @ant-design/icons in /superset-frontend
     add 36ce9e26f0 fix: dashboard import validation (#26887)
     add b7ddfff0a1 build(deps): bump github/codeql-action from 2 to 3 (#26956)
     add 3f7a1f68ff build(deps): bump aws-actions/amazon-ecr-login from 1 to 2 (#26955)
     add 5ed8f6784f build(deps): bump aws-actions/configure-aws-credentials from 1 to 4 (#26954)
     add 83acac3e43 fix(actions): specify branch on monorepo lockfile pusher (#26949)
     add 032af5a069 build(deps): bump actions/setup-node from 2 to 4 (#26927)
     add 26e330e119 feat(ci): kill duplicate CI jobs on PRs (#26945)
     add 4c245850c4 build(deps): bump actions/github-script from 3 to 7 (#26953)
     add 4c5176eea8 fix: Allow exporting saved queries without schema information (#26889)
     add 56069b05f9 fix(cache): remove unused webserver config & handle trailing slashes (#22849)
     add fb38552a14 build(deps-dev): bump mock-socket from 9.0.3 to 9.3.1 in /superset-frontend (#26958)
     add e4eae9a70c fix(plugin-chart-table): Revert "fix(chart table in dashboard): improve screen reading of table (#26453)" (#26963)
     add c6d809a2a4 fix(ci): support action/script v5 breaking change (#26968)
     add b33662f6ff build(deps): bump actions/setup-java from 1 to 4 (#26952)
     add e6d2fb6fdf fix(plugin-chart-table): Prevent misalignment of totals and headers when scrollbar is visible (#26964)
     add b26f82e311 fix(ci): support action/script v5 breaking change v2 (#26969)
     add 90b6ba0a4d chore(actions): getting fancier with labels (#26950)
     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 6fc4e12a16 build(deps): bump @ant-design/icons 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   (ef9048bcc2)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/ant-design/icons-5.3.0 (6fc4e12a16)

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/dependabot.yml                             |  29 --
 .github/labeler.yml                                | 128 ++++++
 .github/workflows/cancel_duplicates.yml            |   2 +-
 .github/workflows/check_db_migration_confict.yml   |   9 +-
 .github/workflows/chromatic-master.yml             |   2 +-
 .github/workflows/codeql-analysis.yml              |  11 +-
 .github/workflows/dependency-review.yml            |   2 +-
 .github/workflows/docker-release.yml               |  43 +-
 .github/workflows/embedded-sdk-release.yml         |   4 +-
 .github/workflows/embedded-sdk-test.yml            |   9 +-
 .github/workflows/ephemeral-env-pr-close.yml       |   8 +-
 .github/workflows/ephemeral-env.yml                |  47 +--
 .github/workflows/generate-FOSSA-report.yml        |   7 +-
 .github/workflows/labeler.yml                      |   9 +
 .github/workflows/latest-release-tag.yml           |   2 +-
 .github/workflows/license-check.yml                |  12 +-
 .github/workflows/no-hold-label.yml                |   7 +-
 .github/workflows/no-op.yml                        |  14 -
 .github/workflows/pr-lint.yml                      |   2 +-
 .github/workflows/pre-commit.yml                   |   9 +-
 .github/workflows/prefer-typescript.yml            |   8 +-
 .github/workflows/release.yml                      |   8 +-
 .github/workflows/superset-applitool-cypress.yml   |   6 +-
 .../workflows/superset-applitools-storybook.yml    |   4 +-
 .github/workflows/superset-cli.yml                 |   9 +-
 .github/workflows/superset-docs-deploy.yml         |   4 +-
 .github/workflows/superset-docs-verify.yml         |  10 +-
 .github/workflows/superset-e2e.yml                 |   8 +-
 .github/workflows/superset-frontend.yml            |   9 +-
 .github/workflows/superset-helm-lint.yml           |   9 +-
 .github/workflows/superset-helm-release.yml        |   2 +-
 .../workflows/superset-python-integrationtest.yml  |  12 +-
 .github/workflows/superset-python-misc.yml         |  13 +-
 .github/workflows/superset-python-presto-hive.yml  |  13 +-
 .github/workflows/superset-python-unittest.yml     |   9 +-
 .github/workflows/superset-translations.yml        |  13 +-
 .github/workflows/superset-websocket.yml           |   7 +-
 .github/workflows/tech-debt.yml                    |   4 +-
 .github/workflows/update-monorepo-lockfiles.yml    |  12 +-
 docker-compose-non-dev.yml                         |   2 +-
 docs/README.md                                     |   5 +-
 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                | 465 ++++++++++++---------
 superset-frontend/package.json                     |   2 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +-
 .../legacy-plugin-chart-histogram/package.json     |   2 +-
 .../plugin-chart-table/src/DataTable/DataTable.tsx |   1 -
 .../src/DataTable/hooks/useSticky.tsx              |  25 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |   7 +-
 .../plugins/plugin-chart-word-cloud/package.json   |   2 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/commands/dashboard/importers/v1/utils.py  |   8 +-
 superset/commands/query/export.py                  |  11 +-
 superset/config.py                                 |   4 -
 superset/tasks/cache.py                            |   4 +-
 tests/integration_tests/superset_test_config.py    |   1 -
 .../superset_test_config_thumbnails.py             |   1 -
 tests/integration_tests/tasks/test_cache.py        |  58 +++
 .../commands/importers/v1/import_test.py           | 110 ++++-
 tests/unit_tests/scripts/docker_build.py           |  14 +-
 67 files changed, 961 insertions(+), 404 deletions(-)
 create mode 100644 docs/docs/installation/docker.mdx
 create mode 100644 tests/integration_tests/tasks/test_cache.py