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

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


 discard e99662fdc9 remove unused import
 discard dc788e6771 add param to openapi spec
 discard 63aacce3af fixes
 discard 65f146168c fix test
 discard ce49a8aaa9 improve docs
 discard f43b92c884 minor tweaks
 discard 37b491e8bf feat: Slack Avatar integration
     add 3e147f8693 fix: alembic's 'superset db migrate' fails with 
CompileError (#27846)
     add 9fece4f811 build(deps): bump actions/github-script from 5 to 7 (#27802)
     add 8bdf457dfa feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847)
     add f25795c4e4 fix(dashboard): missing null check in error extra (#27845)
     add 3a34c7ff7c chore: Bump to Python3.10 (#24112)
     add d8c6997357 feat: Slack Avatar integration
     add aabb2ed635 minor tweaks
     add 8d30bf9c39 improve docs
     add 3496d420fb fix test
     add 521448df21 fixes
     add f80400e11e add param to openapi spec
     add ce36d383b3 remove unused import
     add 56c18a12ef no-op

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   (e99662fdc9)
            \
             N -- N -- N   refs/heads/avatar_url (56c18a12ef)

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                                          | 16 ++++-----
 .github/ISSUE_TEMPLATE/bug-report.yml              |  1 -
 .github/actions/setup-backend/action.yml           |  2 +-
 .github/supersetbot/src/docker.js                  |  2 +-
 .github/workflows/no-op.yml                        | 38 +++++++++++++++++++---
 .github/workflows/pre-commit.yml                   |  2 +-
 .github/workflows/superset-cli.yml                 |  2 +-
 .github/workflows/superset-helm-lint.yml           |  2 +-
 .../workflows/superset-python-integrationtest.yml  |  6 ++--
 .github/workflows/superset-python-misc.yml         |  4 +--
 .github/workflows/superset-python-presto-hive.yml  |  4 +--
 .github/workflows/superset-python-unittest.yml     |  2 +-
 .github/workflows/superset-translations.yml        |  2 +-
 .github/workflows/supersetbot.yml                  |  2 +-
 Dockerfile                                         |  2 +-
 Makefile                                           |  6 ++--
 RELEASING/Dockerfile.from_local_tarball            |  2 +-
 RELEASING/Dockerfile.from_svn_tarball              |  2 +-
 RELEASING/Dockerfile.make_docs                     |  2 +-
 RELEASING/Dockerfile.make_tarball                  |  2 +-
 UPDATING.md                                        |  3 ++
 docker-compose-non-dev.yml                         |  2 +-
 docker-compose.yml                                 |  2 +-
 docs/docs/contributing/local-backend.mdx           |  2 +-
 docs/docs/installation/docker.mdx                  |  2 +-
 requirements/development.in                        |  2 +-
 requirements/development.txt                       |  4 +--
 scripts/build_docker.py                            |  8 ++---
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |  9 ++++-
 .../ErrorMessage/DatabaseErrorMessage.tsx          |  4 +--
 superset/config.py                                 | 12 +++++++
 superset/connectors/sqla/models.py                 |  5 ++-
 superset/db_engine_specs/base.py                   |  3 ++
 tests/unit_tests/db_engine_specs/test_base.py      | 20 ++++++++++++
 tests/unit_tests/extensions/test_sqlalchemy.py     |  2 +-
 tox.ini                                            |  2 +-
 36 files changed, 130 insertions(+), 53 deletions(-)

Reply via email to