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


 discard 6afa79da5f0 Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add 7fa6f493dfe [v3-1-test] Add empty version suffix when preparing 
distributions by PMC members (#61352) (#61386)
     add cb2e091565d [v3-1-test] Exclude unnecessary ui build artifacts from 
wheel (#61335) (#61397)
     add 6d510bf83b6 [v3-1-test] Bump python 3.13 to 3.13.12 (#61425) (#61429)
     add 6254fa6a8b7 [v3-1-test] Fix deferrable sensors not respecting 
soft_fail on timeout (#61132) (#61421)
     add 118a80eab46 [v3-1-test] Update Helm chart release guide (#62095) 
(#62099)
     add 8365cb789cc [v3-1-test] perf: optimize grid view refresh pressure on 
the API (#62085) (#62135)
     add 741476629b1 [v3-1-test] Use start_date and end_date to calculate 
duration when duration is null for running taskinstance (#61898) (#62136)
     add 8cbfbccb529 [v3-1-test] bulk connection var usage (#61570) (#62076)
     add b1d5a47b638 [v3-1-test] [DOCS] Extension on System Tests, documenting 
dag.test() (#59390) (#62131)
     add 3c85a2b21e1 [v3-1-test] Minor fixes to the release candidate command 
(#61764) (#61772)
     add 30c552ee72f [v3-1-test] fix(ui): show active backfill in banner 
instead of first one (#61851) (#62137)
     add ab5870bfc65 Bump the core-ui-package-updates group across 1 directory 
with 63 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   (6afa79da5f0)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
 (ab5870bfc65)

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/docs/core-concepts/dags.rst           |  39 ++++++++
 airflow-core/pyproject.toml                        |   6 +-
 .../core_api/services/public/connections.py        |  16 ++--
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  35 ++++----
 .../ui/src/components/Banner/BackfillBanner.tsx    |   3 +-
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   |   9 +-
 .../airflow/ui/src/pages/TaskInstance/Header.tsx   |  11 ++-
 .../airflow/ui/src/queries/useGridTISummaries.ts   |   9 +-
 .../core_api/routes/public/test_connections.py     |  60 +++++++++++++
 contributing-docs/testing/system_tests.rst         | 100 ++++++++++++++++++++-
 dev/README_RELEASE_AIRFLOW.md                      |   8 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   |   2 +-
 dev/README_RELEASE_HELM_CHART.md                   |  37 ++++----
 .../commands/release_candidate_command.py          |   4 +-
 dev/breeze/tests/test_release_candidate_command.py |   5 +-
 task-sdk/src/airflow/sdk/bases/sensor.py           |  13 ++-
 task-sdk/tests/task_sdk/bases/test_sensor.py       |  57 ++++++++++++
 17 files changed, 343 insertions(+), 71 deletions(-)

Reply via email to