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

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


    omit fd725924d7 rm geojson
    omit 88f5a119bb changing tracking rules
    omit 0423e1b3b2 adding all images under RELEASING/
    omit 2607939adc fix merge conflicts
    omit 5d6dcc4686 fix merge conflicts
    omit 553b0b70b0 rm for docs
    omit 5d7ee51a4b 2nd try
    omit ba9399bbd9 exclude mp4 files from license check
    omit 7b6428898c chore: set up git lfs for larger files
     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 4f363e1180 feat: add option to disable rendering of html in sql lab 
and table chart (#27969)
     add 35c8b7a162 fix(drillby): Enable DrillBy in charts w/o filters 
(dimensions) (#27941)
     add 02b69709bb fix(docs): add missing code formatting, fix broken link 
(#27992)
     add 67bcdb09fa chore: set up git lfs for larger files
     add 58bd23452c exclude mp4 files from license check
     add 8a35dbe657 2nd try
     add 95fb3e8133 rm for docs
     add b524f0e12a fix merge conflicts
     add fca2a64aad fix merge conflicts
     add ad3ea2d3a8 adding all images under RELEASING/
     add 23556643f2 changing tracking rules
     add 4d65833e3b rm geojson

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   (fd725924d7)
            \
             N -- N -- N   refs/heads/setup-git-lfs (4d65833e3b)

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/actions/setup-supersetbot/action.yml       |    4 +
 .github/workflows/bump-python-package.yml          |   68 +
 .github/workflows/docker-release.yml               |    1 +
 .github/workflows/no-op.yml                        |   96 --
 .github/workflows/pre-commit.yml                   |    3 +
 .github/workflows/superset-docs-deploy.yml         |    1 -
 RESOURCES/FEATURE_FLAGS.md                         |    1 +
 docs/docs/installation/configuring-superset.mdx    |   14 +-
 docs/docs/intro.mdx                                |    2 +-
 superset-frontend/package-lock.json                | 1490 ++++++++++++++++----
 superset-frontend/package.json                     |    1 -
 .../superset-ui-core/src/utils/featureFlags.ts     |    1 +
 .../plugins/plugin-chart-table/src/TableChart.tsx  |    3 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   12 +
 .../plugin-chart-table/src/transformProps.ts       |    2 +
 .../plugins/plugin-chart-table/src/types.ts        |    1 +
 .../src/SqlLab/components/ResultSet/index.tsx      |    6 +
 .../src/SqlLab/components/SqlEditor/index.tsx      |   16 +
 .../Chart/DrillBy/DrillByMenuItems.test.tsx        |    4 +-
 .../components/Chart/DrillBy/DrillByMenuItems.tsx  |    4 +-
 .../Chart/DrillBy/useDrillByBreadcrumbs.tsx        |   42 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |    4 +-
 superset-frontend/src/utils/localStorageHelpers.ts |    2 +
 superset/config.py                                 |    1 +
 24 files changed, 1393 insertions(+), 386 deletions(-)
 create mode 100644 .github/workflows/bump-python-package.yml
 delete mode 100644 .github/workflows/no-op.yml

Reply via email to