This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/uv/dev/breeze/uv-dependency-updates-246a45b7d3
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 50e93d620cf Bump the uv-dependency-updates group across 1 directory
with 2 updates
add b9a23eec792 improved a log message in the dag parsing. (#60789)
add 3ac2c63e5c6 Bump the core-ui-package-updates group across 1 directory
with 9 updates (#60792)
add ccf553fa9b6 Bump the fab-ui-package-updates group across 1 directory
with 5 updates (#60791)
add 19ff4128b2e Fix missing fastavro after PR #60732 (#60797)
add 41403de774f Move deadline_alerts into their own table for UI
integration (#58248)
add 728079af9b0 Add E2E test to verify XComs page displays XCom entries
correctly #59358 (#60620)
add ad8ce129d08 Adding Airflow generic version for Breeze installations
for Airflow (#60809)
add 84fbeec0e6d Fix TaskSDK unit test config file path handling for
installed packages and monorepo structure (#60811)
add 5d395e07d42 build: upgrade prek to 0.2.30 (#60816)
add b6d3803333d Bump the uv-dependency-updates group across 1 directory
with 2 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 (50e93d620cf)
\
N -- N -- N
refs/heads/dependabot/uv/dev/breeze/uv-dependency-updates-246a45b7d3
(b6d3803333d)
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/actions/install-prek/action.yml | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 4496 ++++++++++----------
airflow-core/docs/migrations-ref.rst | 5 +-
.../auth/managers/simple/ui/package-lock.json | 250 +-
.../auth/managers/simple/ui/package.json | 18 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 533 +--
.../src/airflow/dag_processing/collection.py | 4 +-
airflow-core/src/airflow/dag_processing/manager.py | 7 +-
.../0099_3_2_0_ui_improvements_for_deadlines.py | 677 +++
airflow-core/src/airflow/models/__init__.py | 3 +
airflow-core/src/airflow/models/dag.py | 9 +-
airflow-core/src/airflow/models/dagrun.py | 9 +-
airflow-core/src/airflow/models/deadline.py | 22 +-
airflow-core/src/airflow/models/deadline_alert.py | 105 +
airflow-core/src/airflow/models/serialized_dag.py | 84 +-
.../src/airflow/serialization/definitions/dag.py | 95 +-
.../definitions/deadline.py} | 16 +-
.../airflow/serialization/serialized_objects.py | 22 +-
airflow-core/src/airflow/ui/playwright.config.ts | 3 +
.../ui/src/components/ExpandCollapseButtons.tsx | 2 +
.../ui/src/components/FilterBar/FilterBar.tsx | 1 +
.../src/airflow/ui/tests/e2e/pages/XComsPage.ts | 222 +
.../ui/tests/e2e/specs/dag-audit-log.spec.ts | 14 +-
.../src/airflow/ui/tests/e2e/specs/xcoms.spec.ts | 104 +
airflow-core/src/airflow/utils/db.py | 2 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 30 +-
airflow-core/tests/unit/models/test_dag.py | 24 +-
airflow-core/tests/unit/models/test_dagrun.py | 170 +-
airflow-core/tests/unit/models/test_deadline.py | 54 +-
.../tests/unit/models/test_deadline_alert.py | 189 +
.../unit/serialization/test_serialized_objects.py | 2 +-
dev/README_RELEASE_PROVIDERS.md | 2 +
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/uv.lock | 134 +-
devel-common/src/tests_common/test_utils/db.py | 8 +
providers/databricks/pyproject.toml | 1 +
.../airflow/providers/fab/www/package-lock.json | 1080 +++--
.../fab/src/airflow/providers/fab/www/package.json | 10 +-
...ae17e66a9a3f.js => 743.8fb7d21632ed892227fe.js} | 2 +-
...txt => 743.8fb7d21632ed892227fe.js.LICENSE.txt} | 0
...> airflowDefaultTheme.51e5d14856ee1ebc83ca.css} | 0
...=> airflowDefaultTheme.51e5d14856ee1ebc83ca.js} | 0
...628cf7be.css => flash.865b6940c00b2a9041b3.css} | 0
...b3628cf7be.js => flash.865b6940c00b2a9041b3.js} | 0
...8f.css => loadingDots.07f5b9805847242736e1.css} | 0
...c08f.js => loadingDots.07f5b9805847242736e1.js} | 0
...33e2a3bab.css => main.99b8deb941ee474726c9.css} | 0
...d133e2a3bab.js => main.99b8deb941ee474726c9.js} | 2 +-
...xt => main.99b8deb941ee474726c9.js.LICENSE.txt} | 0
.../providers/fab/www/static/dist/manifest.json | 26 +-
....css => materialIcons.4fe84ae36604d84dec78.css} | 0
...bf.js => materialIcons.4fe84ae36604d84dec78.js} | 0
...fe9c405ac.js => moment.0ec3ee3fb60dc999b1fd.js} | 0
...3ac79c64.js => runtime.45b36fb8335446865b53.js} | 0
providers/fab/www-hash.txt | 2 +-
task-sdk/src/airflow/sdk/configuration.py | 9 +-
task-sdk/src/airflow/sdk/definitions/deadline.py | 14 +-
61 files changed, 4993 insertions(+), 3483 deletions(-)
create mode 100644
airflow-core/src/airflow/migrations/versions/0099_3_2_0_ui_improvements_for_deadlines.py
create mode 100644 airflow-core/src/airflow/models/deadline_alert.py
copy airflow-core/src/airflow/{api/client/__init__.py =>
serialization/definitions/deadline.py} (69%)
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/pages/XComsPage.ts
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/specs/xcoms.spec.ts
create mode 100644 airflow-core/tests/unit/models/test_deadline_alert.py
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js
=> 743.8fb7d21632ed892227fe.js} (99%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js.LICENSE.txt
=> 743.8fb7d21632ed892227fe.js.LICENSE.txt} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.css
=> airflowDefaultTheme.51e5d14856ee1ebc83ca.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.js
=> airflowDefaultTheme.51e5d14856ee1ebc83ca.js} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.css
=> flash.865b6940c00b2a9041b3.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.js
=> flash.865b6940c00b2a9041b3.js} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.css
=> loadingDots.07f5b9805847242736e1.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.js
=> loadingDots.07f5b9805847242736e1.js} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.css
=> main.99b8deb941ee474726c9.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.js
=> main.99b8deb941ee474726c9.js} (97%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.js.LICENSE.txt
=> main.99b8deb941ee474726c9.js.LICENSE.txt} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.css
=> materialIcons.4fe84ae36604d84dec78.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.js
=> materialIcons.4fe84ae36604d84dec78.js} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{moment.5b85b4f6be2fe9c405ac.js
=> moment.0ec3ee3fb60dc999b1fd.js} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{runtime.254c277d91ce3ac79c64.js
=> runtime.45b36fb8335446865b53.js} (100%)