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

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


    omit 72612bdee4 touching files to trigger CI
    omit 973e5acb84 chore(gha): bump ubuntu to latest fresh release
     add cd200f07a5 fix: prevent multiple pvm errors on migration (#31332)
     add bf56a327f4 fix(tags): clean up bulk create api and schema (#31427)
     add e1f98e246f fix(Dashboard): Sync color configuration via dedicated 
endpoint (#31374)
     add 21e794a66f fix(database import): Gracefully handle error to get 
catalog schemas (#31437)
     add 4bccf36375 chore: deprecate `pylint` in favor of `ruff` (#31262)
     add 67402da9da chore(gha): bump ubuntu to latest fresh release
     add cd8bb25ae7 touching files to trigger CI

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   (72612bdee4)
            \
             N -- N -- N   refs/heads/upgrade-ubuntu (cd8bb25ae7)

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:
 .pre-commit-config.yaml                            |    14 -
 .pylintrc                                          |   380 -
 Makefile                                           |     3 -
 UPDATING.md                                        |     1 +
 docs/docs/contributing/development.mdx             |    32 +-
 docs/docs/contributing/howtos.mdx                  |    13 +-
 docs/static/resources/openapi.json                 | 15638 ++++++++++++-------
 pyproject.toml                                     |    19 +-
 requirements/development.txt                       |    15 +-
 .../src/dashboard/actions/dashboardState.js        |   251 +-
 .../dashboard/components/PropertiesModal/index.tsx |     4 +-
 superset-frontend/src/utils/colorScheme.ts         |    55 +-
 superset/commands/dashboard/exceptions.py          |     4 +
 superset/commands/dashboard/update.py              |    29 +-
 superset/commands/database/create.py               |    47 +-
 superset/commands/database/importers/v1/utils.py   |    38 +-
 superset/commands/database/utils.py                |    67 +
 superset/constants.py                              |     1 +
 superset/daos/dashboard.py                         |    18 +
 superset/dashboards/api.py                         |    93 +
 superset/dashboards/schemas.py                     |     9 +
 superset/migrations/shared/catalogs.py             |     8 +-
 superset/tags/api.py                               |    31 +-
 superset/tags/schemas.py                           |    34 +-
 tests/integration_tests/dashboards/api_tests.py    |   111 +
 .../databases/commands/importers/v1/import_test.py |    28 -
 tests/unit_tests/databases/commands/utils_test.py  |    76 +
 27 files changed, 10565 insertions(+), 6454 deletions(-)
 delete mode 100644 .pylintrc
 create mode 100644 superset/commands/database/utils.py
 create mode 100644 tests/unit_tests/databases/commands/utils_test.py

Reply via email to