This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch docker-multi-instance-support
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 8af5a9c748 feat(docker): support running multiple Superset instances
simultaneously
add f3407d7a56 chore: Close playwright browser gracefully (#36537)
add ee45b26ad7 fix(tests): optimize DatasourceEditorCurrency tests for CI
reliability (#36723)
add 0f56e3b9ae fix: Implement SIP-40 error styles for GAQ (#36596)
add e846e99e65 feat(docker): support running multiple Superset instances
simultaneously
add 52e11c2a1f fix: add Apache license header to .envrc.example
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 (8af5a9c748)
\
N -- N -- N refs/heads/docker-multi-instance-support (52e11c2a1f)
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:
.envrc.example | 17 +++
.../tests/DatasourceEditorCurrency.test.tsx | 124 ++++++++-------------
superset/tasks/async_queries.py | 19 +++-
superset/utils/webdriver.py | 2 +
tests/unit_tests/tasks/test_async_queries.py | 96 ++++++++++++++++
5 files changed, 179 insertions(+), 79 deletions(-)