This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 39973cd38e build(deps-dev): update @babel/types requirement from
^7.13.12 to ^7.23.9 in /superset-frontend/plugins/plugin-chart-pivot-table
(#26881)
add 4b77129cc9 fix(docker): improve docker tags to be cleared and avoid
conflicts (#26787)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 13 +-
.github/workflows/docker-release.yml | 12 +-
.github/workflows/docker.yml | 29 +--
.github/workflows/no-op.yml | 14 ++
.github/workflows/pr-lint.yml | 2 +-
.github/workflows/superset-e2e.yml | 4 +
.../workflows/superset-python-integrationtest.yml | 4 +
.../installing-superset-from-scratch.mdx | 2 +-
pytest.ini | 1 +
scripts/build_docker.py | 253 +++++++++++++++++++
scripts/docker_build_push.sh | 156 ------------
tests/unit_tests/fixtures/bash_mock.py | 12 -
tests/unit_tests/scripts/docker_build.py | 277 +++++++++++++++++++++
tests/unit_tests/scripts/docker_build_push_test.py | 66 -----
tests/unit_tests/utils/docker.py | 269 ++++++++++++++++++++
15 files changed, 861 insertions(+), 253 deletions(-)
create mode 100755 scripts/build_docker.py
delete mode 100755 scripts/docker_build_push.sh
create mode 100644 tests/unit_tests/scripts/docker_build.py
delete mode 100644 tests/unit_tests/scripts/docker_build_push_test.py
create mode 100644 tests/unit_tests/utils/docker.py