This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch pyproject.toml
in repository https://gitbox.apache.org/repos/asf/superset.git
discard a7c6276ea5 fix prNumber swallowed bug
discard 0057be4dd4 messy rebase
discard f8f59cf523 rebasing
discard 23b1c12e83 rebase
discard f5aa780875 flaky test
discard 4eea3afd77 fix pip-compile-multi bug
discard a4ec3e37e3 rm artefact
discard 821dde2072 point of no return
discard 33c761d41d add label
discard e697ee5fc1 trigger CI
discard 9302d88951 lint
discard 756f1c4410 handle the pip-compile-multi bug
discard edc3c814c7 git clean
discard 05714256be handling all group
discard 60a99e867b adding optional-deps support
discard b393f319e9 add from & to information as requested
discard 5f98da965d checks:write
discard 2bcbbffda2 actions:write
discard 9959f89cdc improvements
discard 2867d9aad6 shell bash
discard 6aa6e464e6 feat: make supersetbot do what dependabot should do
add a23bfeda0a chore: Updates translation owners (#27839)
add a664e21054 chore(🦾): bump python simplejson 3.17.3 -> 3.19.2 (#27757)
add ca47717eb0 chore: Adds the 4.0 release notes (#27441)
add 0d0e47acf7 chore(🦾): bump python flask-session 0.5.0 -> 0.8.0 (#27751)
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 c351aa8a04 feat: make supersetbot do what dependabot should do
add 2d4c7e6aa0 shell bash
add 1a4f8863a2 improvements
add 157cbe171f actions:write
add 89ef93441f checks:write
add 84880d46a1 add from & to information as requested
add 86e2fdd5c2 adding optional-deps support
add b1dd5bff85 handling all group
add 54268dcf77 git clean
add 585b099afb handle the pip-compile-multi bug
add 8f7b8b2961 lint
add 7f461a1527 trigger CI
add 695901c08e add label
add 42c62585e0 point of no return
add f3974d1610 rm artefact
add 7cc74baa37 fix pip-compile-multi bug
add 91fa6d303b flaky test
add 1c94cce7b0 rebase
add 1c4633f1db rebasing
add 546e1d6044 messy rebase
add 15af6ee415 fix prNumber swallowed bug
add 95f733a1a5 progress
add 310b98156c rebase
add 02f598e144 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 (a7c6276ea5)
\
N -- N -- N refs/heads/pyproject.toml (02f598e144)
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/CODEOWNERS | 4 +-
.github/ISSUE_TEMPLATE/bug-report.yml | 1 -
.github/actions/setup-backend/action.yml | 2 +-
.github/supersetbot/src/docker.js | 2 +-
.github/supersetbot/src/github.js | 66 +++++----
.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 +-
RELEASING/release-notes-4-0/README.md | 151 +++++++++++++++++++++
.../release-notes-4-0/media/alert-modal-1.png | Bin 0 -> 156064 bytes
.../release-notes-4-0/media/alert-modal-2.png | Bin 0 -> 146949 bytes
.../release-notes-4-0/media/alert-modal-3.png | Bin 0 -> 158396 bytes
.../release-notes-4-0/media/dashboard-dnd-1.png | Bin 0 -> 626066 bytes
.../release-notes-4-0/media/dashboard-dnd-2.png | Bin 0 -> 451634 bytes
RELEASING/release-notes-4-0/media/explore-dnd.png | Bin 0 -> 640684 bytes
RELEASING/release-notes-4-0/media/sunburst.png | Bin 0 -> 383032 bytes
RELEASING/release-notes-4-0/media/tags-1.png | Bin 0 -> 273468 bytes
RELEASING/release-notes-4-0/media/tags-2.png | Bin 0 -> 301495 bytes
UPDATING.md | 6 +
docker-compose-non-dev.yml | 2 +-
docker-compose.yml | 2 +-
docs/docs/contributing/local-backend.mdx | 2 +-
docs/docs/installation/docker.mdx | 2 +-
pyproject.toml | 2 +-
requirements/base.txt | 6 +-
requirements/development.txt | 15 +-
scripts/build_docker.py | 8 +-
.../ErrorMessage/DatabaseErrorMessage.test.tsx | 9 +-
.../ErrorMessage/DatabaseErrorMessage.tsx | 4 +-
superset/config.py | 18 ++-
superset/connectors/sqla/models.py | 5 +-
superset/db_engine_specs/base.py | 3 +
superset/models/slice.py | 8 +-
superset/utils/hashing.py | 4 +-
tests/integration_tests/charts/commands_tests.py | 7 +-
tests/unit_tests/db_engine_specs/test_base.py | 20 +++
tests/unit_tests/extensions/test_sqlalchemy.py | 2 +-
tox.ini | 2 +-
52 files changed, 337 insertions(+), 112 deletions(-)
create mode 100644 RELEASING/release-notes-4-0/README.md
create mode 100644 RELEASING/release-notes-4-0/media/alert-modal-1.png
create mode 100644 RELEASING/release-notes-4-0/media/alert-modal-2.png
create mode 100644 RELEASING/release-notes-4-0/media/alert-modal-3.png
create mode 100644 RELEASING/release-notes-4-0/media/dashboard-dnd-1.png
create mode 100644 RELEASING/release-notes-4-0/media/dashboard-dnd-2.png
create mode 100644 RELEASING/release-notes-4-0/media/explore-dnd.png
create mode 100644 RELEASING/release-notes-4-0/media/sunburst.png
create mode 100644 RELEASING/release-notes-4-0/media/tags-1.png
create mode 100644 RELEASING/release-notes-4-0/media/tags-2.png