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-2e17703d56
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b436c8bd9ea Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 3e806be643e [v3-1-test] Fix Triggerer crashing if Trigger uses builtin
print function (#60258) (#61703)
add f4eb7473b1c [v3-1-test] Add XCom serilizer for pendulum.date.Date
(#61176) (#61717)
add 720e3c25fc1 [v3-1-test] Skip SVN operations in CI environment (#61660)
(#61719)
add a72455cb992 [v3-1-test] Adding a basic retry mechanism for svn based
commands (#61620) (#61721)
add 25e9df747e3 [v3-1-test] Update path creation for simulation of SVC
checkout in CI (#61692) (#61722)
add f3be465fa00 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 (b436c8bd9ea)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-2e17703d56
(f3be465fa00)
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:
.github/workflows/basic-tests.yml | 30 +-
.../airflow/serialization/serializers/datetime.py | 13 +-
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 36 +-
.../serialization/serializers/test_serializers.py | 7 +-
dev/breeze/README.md | 14 +
.../commands/release_candidate_command.py | 81 +-
.../test_airflow_release_validator_integration.py | 532 ++++++
dev/breeze/tests/test_release_candidate_command.py | 202 +-
dev/breeze/uv.lock | 1964 ++++++++++----------
.../airflow_shared/logging/percent_formatter.py | 9 +-
.../tests/logging/test_percent_formatter.py | 11 +
12 files changed, 1846 insertions(+), 1057 deletions(-)
create mode 100644
dev/breeze/tests/integration_tests/test_airflow_release_validator_integration.py