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

maximebeauchemin pushed a change to branch log_queries
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit dbc878312b fix sql_lab_test.py
    omit d524183171 fix a unit test + squash
    omit 4477ea8a11 cache request.json
    omit 933ad41423 touchups after self-review
    omit 9c96d17ff5 more refactor
    omit aa1bedc18e feat: improve event logging for queries + refactor
     add 93b83febc2 chore(helm): bumping app version to 4.0.0 in helm chart 
(#27946)
     add a5e65d572a fix(node): missed one bump from node 16 to 18. (#27955)
     add 71d174bad6 build(deps-dev): update @types/mapbox__geojson-extent 
requirement from ^1.0.0 to ^1.0.3 in 
/superset-frontend/plugins/legacy-preset-chart-deckgl (#27810)
     add 4202fba0f1 fix(Dashboard): Add aria-label to filters and search forms 
(#27968)
     add 717a3991f4 fix(asf): removing google hosted analytics and fonts 
(#27963)
     add c5c5f4dbc1 docs(k8s): making it clear users MUST update secrets for 
prod instances. (#27954)
     add 601d011986 fix(node): bump node version in nvmrc files (#27974)
     add 8200261506 chore(docs): adding ASF Privacy Link. (#27975)
     add eb4ca010ae fix(alerts/reports): removing duplicate notification method 
options (#27239)
     add cbfdba2ca6 chore(docs): removing Superset Community Newsletter archive 
(#27977)
     add 9423d59132 chore(docs): remove seemingly unused unpkg domain from CSPs 
(#27976)
     add dea430649d chore: [proposal] de-matrix python-version in GHAs (#27906)
     add a6d16ed477 docs: deploy docs when merging to master (#27956)
     add a29cdefedf chore(ci): make pre-commit step faster by skipping superset 
install (#27979)
     add cd136ad847 feat: GHA to bump python packages using supersetbot (#27863)
     add 9998a11fdd chore: remove no-op.yml as it's not needed anymore (#27980)
     add aef325a416 feat(alert report tabs): adding feature flag (#27773)
     add 7e679d56ea fix(superset-frontend): remove unused 
`@superset-ui/plugin-chart-period-over-period-kpi` package (#27994)
     add afbfca1086 feat: improve event logging for queries + refactor
     add 0a0d5f4ec5 more refactor
     add 0f69018b6a touchups after self-review
     add faf7666d5d cache request.json
     add 9d4e866bde fix a unit test + squash
     add 0b7e976bf1 fix sql_lab_test.py

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   (dbc878312b)
            \
             N -- N -- N   refs/heads/log_queries (0b7e976bf1)

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:
 .asf.yaml                                          |   19 +-
 .github/actions/setup-backend/action.yml           |   37 +-
 .github/actions/setup-supersetbot/action.yml       |    4 +
 .github/workflows/bump-python-package.yml          |   68 +
 .github/workflows/docker-release.yml               |    1 +
 .github/workflows/docker.yml                       |    2 +
 .github/workflows/pre-commit.yml                   |    6 +-
 .github/workflows/superset-cli.yml                 |    3 -
 .github/workflows/superset-docs-deploy.yml         |    1 -
 .github/workflows/superset-e2e.yml                 |    2 +-
 .github/workflows/superset-helm-lint.yml           |    5 +-
 .../workflows/superset-python-integrationtest.yml  |   15 +-
 .github/workflows/superset-python-misc.yml         |   10 -
 .github/workflows/superset-python-presto-hive.yml  |    6 -
 .github/workflows/superset-python-unittest.yml     |    2 +-
 .github/workflows/superset-translations.yml        |    5 -
 RESOURCES/FEATURE_FLAGS.md                         |    1 +
 docs/docs/installation/running-on-kubernetes.mdx   |    2 +-
 docs/docs/intro.mdx                                |    2 +-
 docs/docusaurus.config.js                          |   11 +-
 docs/package.json                                  |    1 -
 docs/src/fonts/Roboto-Bold.woff                    |  Bin 0 -> 94476 bytes
 docs/src/fonts/Roboto-Bold.woff2                   |  Bin 0 -> 63920 bytes
 docs/src/fonts/Roboto-Regular.woff                 |  Bin 0 -> 94220 bytes
 docs/src/fonts/Roboto-Regular.woff2                |  Bin 0 -> 63748 bytes
 docs/src/pages/community.tsx                       |    8 -
 docs/src/styles/custom.css                         |   15 +-
 docs/static/.htaccess                              |    2 +-
 docs/yarn.lock                                     |    6 +-
 helm/superset/Chart.yaml                           |    4 +-
 helm/superset/README.md                            |    2 +-
 superset-frontend/.nvmrc                           |    2 +-
 superset-frontend/package-lock.json                | 1530 ++++++++++++++++----
 superset-frontend/package.json                     |    1 -
 .../superset-ui-core/src/utils/featureFlags.ts     |    1 +
 .../legacy-preset-chart-deckgl/package.json        |    2 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |    1 +
 .../FilterBar/FilterControls/FilterControl.tsx     |    1 +
 .../src/features/alerts/AlertReportModal.tsx       |   49 +-
 .../alerts/components/NotificationMethod.tsx       |   10 +-
 superset-frontend/src/features/alerts/types.ts     |    6 +
 superset-websocket/.nvmrc                          |    2 +-
 superset-websocket/utils/client-ws-app/.nvmrc      |    2 +-
 superset/config.py                                 |    1 +
 44 files changed, 1447 insertions(+), 401 deletions(-)
 create mode 100644 .github/workflows/bump-python-package.yml
 create mode 100644 docs/src/fonts/Roboto-Bold.woff
 create mode 100644 docs/src/fonts/Roboto-Bold.woff2
 create mode 100644 docs/src/fonts/Roboto-Regular.woff
 create mode 100644 docs/src/fonts/Roboto-Regular.woff2

Reply via email to