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-fed4ef6c6a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard cff668c6a22 Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add f1c68f83809 [v3-1-test] Fix loading providers hooks fields w/o FAB 
provider installed (#57717) (#57830)
     add 874a9483b68 [v3-1-test] Minor fixes for the release candidate command 
(#57806) (#57849)
     add 55bc07859f9 [v3-1-test] Change airflowctl version to 0.* (#57773) 
(#57829)
     add 3d852039723 [v3-1-test] Update version of Grafana and statsd-exporter 
used for `--integration statsd` (#57855) (#57858)
     add e2f556c3d56 [v3-1-test] Configure uvicorn `timeout_worker_healthcheck` 
from worker-timeout CLI option (#57731) (#57854)
     add 538046160dc [v3-1-test] UI - Fix test connection (#57811) (#57852)
     add 08871efbb06 [v3-1-test] Add pause and unpause commands for dags 
(#57685) (#57714)
     add e1409454c99 [v3-1-test] Update release documentation for airflowctl 
and tarballs (#57337) (#57876)
     add 2a5da5199db [v3-1-test] Update release process for source tarballs 
prepared during release (#57364) (#57877)
     add 5baae778407 Revert "[v3-1-test] Fix text selection jumping in logs 
pane to match text edi…" (#57874)
     add a4a1d598d5e Bump the core-ui-package-updates group across 1 directory 
with 56 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   (cff668c6a22)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-fed4ef6c6a
 (a4a1d598d5e)

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:
 airflow-core/pyproject.toml                        |   1 +
 .../core_api/services/ui/connections.py            |  98 ++--
 .../src/airflow/cli/commands/api_server_command.py |   1 +
 airflow-core/src/airflow/ui/package.json           |  14 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 498 ++++++++++-----------
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  25 +-
 .../airflow/ui/src/queries/useTestConnection.ts    |  12 +-
 .../unit/cli/commands/test_api_server_command.py   |   2 +
 airflow-ctl/RELEASE_NOTES.rst                      |   4 +-
 airflow-ctl/docs/changelog.rst                     |   2 +-
 airflow-ctl/docs/images/command_hashes.txt         |   2 +-
 airflow-ctl/docs/images/output_dags.svg            | 122 ++---
 airflow-ctl/src/airflowctl/__init__.py             |   2 +-
 airflow-ctl/src/airflowctl/api/client.py           |   1 +
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |  34 ++
 .../src/airflowctl/ctl/commands/dag_command.py     |  74 +++
 .../ctl/commands/test_config_command.py            |   2 +-
 .../airflow_ctl/ctl/commands/test_dag_command.py   | 139 ++++++
 .../ctl/commands/test_version_command.py           |   2 +-
 dev/README_RELEASE_AIRFLOW.md                      |   8 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   | 153 ++++---
 dev/README_RELEASE_PROVIDERS.md                    |  22 +-
 .../doc/images/output_release-management.svg       |   2 +-
 .../doc/images/output_release-management.txt       |   2 +-
 ..._release-management_prepare-airflow-tarball.svg |  34 +-
 ..._release-management_prepare-airflow-tarball.txt |   2 +-
 .../output_release-management_start-rc-process.svg |  24 +-
 .../output_release-management_start-rc-process.txt |   2 +-
 .../commands/release_candidate_command.py          |  65 ++-
 .../commands/release_management_commands.py        |  33 +-
 .../commands/release_management_commands_config.py |   1 +
 dev/breeze/src/airflow_breeze/global_constants.py  |   8 +-
 scripts/ci/docker-compose/integration-statsd.yml   |   4 +-
 33 files changed, 858 insertions(+), 537 deletions(-)
 create mode 100644 airflow-ctl/src/airflowctl/ctl/commands/dag_command.py
 create mode 100644 
airflow-ctl/tests/airflow_ctl/ctl/commands/test_dag_command.py

Reply via email to