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-69ce3be7bb
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 1ba014ac842 Bump the core-ui-package-updates group across 1 directory
with 51 updates
add 431baacde0f [v3-1-test] Replace defaultValue with value in
TaskTrySelect (#56141) (#56258)
add 4465006f731 [v3-1-test] Support Dynamic UI Alerts (#54677) (#56259)
add 942928bcfe5 [v3-1-test] Fix cron expression display for Day-of-Month
and Day-of-Week conflicts (#54644) (#56255)
add bf2f633a554 [v3-1-test] fix(api_fastapi): adjust model validator
signature of TriggerDAGRunPostBody (#56025) (#56026) (#56256)
add a85240c18ef [v3-1-test] UI: Add Expand/Collapse all to XComs page
(#56083) (#56285)
add c4492e77071 Bump the core-ui-package-updates group across 1 directory
with 51 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 (1ba014ac842)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-69ce3be7bb
(c4492e77071)
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/howto/customize-ui.rst | 115 ++++++++--
.../api_fastapi/core_api/datamodels/dag_run.py | 6 +-
.../api_fastapi/core_api/routes/ui/config.py | 4 +-
airflow-core/src/airflow/timetables/_cron.py | 47 +++-
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 246 ++++++++++-----------
.../airflow/ui/src/components/TaskTrySelect.tsx | 2 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 30 ++-
.../src/airflow/ui/src/pages/XCom/XComEntry.tsx | 9 +-
.../test_cron_mixin.py} | 32 ++-
10 files changed, 319 insertions(+), 178 deletions(-)
copy airflow-core/tests/unit/{listeners/lifecycle_listener.py =>
timetables/test_cron_mixin.py} (57%)