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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 0d657cc4503 Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add e06073f8c12 [v3-1-test] Use `exc_info` for task instance heartbeat 
failure exception logging (#57172) (#57179)
     add be8d921bdf8 [v3-1-test] Implement integration test for airflowctl with 
3.1 (#56124) (#56986)
     add c0ce7af640a Bump the core-ui-package-updates group across 1 directory 
with 55 updates

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   (0d657cc4503)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (c0ce7af640a)

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:
 .dockerignore                                      |   1 +
 .github/workflows/additional-prod-image-tests.yml  |  31 +++
 Dockerfile                                         |   1 +
 Dockerfile.ci                                      |   1 +
 .../docs/howto/docker-compose/docker-compose.yaml  |   2 +
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 249 ++++++++++----------
 .../pyproject.toml                                 |   7 +-
 .../tests/airflowctl_tests}/__init__.py            |   8 +-
 .../tests/airflowctl_tests/conftest.py             | 253 +++++++++++++++++++++
 .../tests/airflowctl_tests}/constants.py           |   6 +
 .../airflowctl_tests/test_airflowctl_commands.py   |  77 +++++++
 airflow-ctl/docs/cli-and-env-variables-ref.rst     |   7 +
 airflow-ctl/src/airflowctl/api/client.py           |  25 +-
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |   9 +-
 .../airflow_ctl/ctl/commands/test_auth_command.py  |   6 +-
 dev/breeze/doc/05_test_commands.rst                |  21 +-
 .../output_setup_check-all-params-in-groups.svg    |  10 +-
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |  36 +--
 .../output_setup_regenerate-command-images.txt     |   2 +-
 dev/breeze/doc/images/output_testing.svg           |  30 +--
 dev/breeze/doc/images/output_testing.txt           |   2 +-
 ...utput_testing_airflow-ctl-integration-tests.svg | 144 ++++++++++++
 ...utput_testing_airflow-ctl-integration-tests.txt |   1 +
 .../airflow_breeze/commands/testing_commands.py    |  56 +++++
 .../commands/testing_commands_config.py            |  15 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |   5 +
 devel-common/pyproject.toml                        |   1 +
 docker-tests/pyproject.toml                        |   1 -
 kubernetes-tests/pyproject.toml                    |   1 -
 pyproject.toml                                     |   4 +
 .../docker/install_airflow_when_building_images.sh |   1 +
 task-sdk-tests/pyproject.toml                      |   1 -
 .../src/airflow/sdk/execution_time/supervisor.py   |   4 +-
 .../task_sdk/execution_time/test_supervisor.py     |   2 +-
 37 files changed, 844 insertions(+), 188 deletions(-)
 copy {task-sdk-tests => airflow-ctl-tests}/pyproject.toml (92%)
 copy {airflow-ctl/src/airflowctl => 
airflow-ctl-tests/tests/airflowctl_tests}/__init__.py (88%)
 create mode 100644 airflow-ctl-tests/tests/airflowctl_tests/conftest.py
 copy {docker-tests/tests/docker_tests => 
airflow-ctl-tests/tests/airflowctl_tests}/constants.py (84%)
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py
 create mode 100644 
dev/breeze/doc/images/output_testing_airflow-ctl-integration-tests.svg
 create mode 100644 
dev/breeze/doc/images/output_testing_airflow-ctl-integration-tests.txt

Reply via email to