This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-62b35949b2
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 9cbb2f81d94 chore(deps): bump the core-ui-package-updates group across
1 directory with 32 updates
add 5b2d2fc3b46 Add BaseXcom to airflow.sdk (#63116)
add 12f6011fbb6 chore(deps-dev): bump @types/react-dom (#63136)
add 13911c1281f chore(deps-dev): bump vite-plugin-css-injected-by-js
(#63134)
add 26dffd4c193 Fix - S3GetBucketTaggingOperator ignoring aws_conn_id
parameter (#63137)
add d071fe89c11 chore(deps-dev): bump globals (#63127)
add fb98d95b781 chore(deps-dev): bump @eslint/js (#63130)
add 43c17c6730f fix: Always provide a relevant TI context in Dag callback
(#61274)
add 2d6f71ce9e8 chore(deps-dev): bump the fab-ui-package-updates group
across 1 directory with 3 updates (#63067)
add 2f4646c3ed5 chore(deps): bump actions/download-artifact from 4.3.0 to
8.0.0 (#63065)
add 7cb4b153c3e chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0
(#63131)
add 3b45217eaef chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0
(#63122)
add 02d0cfddcf9 chore(deps): bump actions/checkout from 4.2.2 to 6.0.2
(#63121)
add 59d555acf3a chore(deps): bump the core-ui-package-updates group across
1 directory with 32 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 (9cbb2f81d94)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-62b35949b2
(59d555acf3a)
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/additional-ci-image-checks.yml | 2 +-
.github/workflows/additional-prod-image-tests.yml | 8 +-
.github/workflows/airflow-distributions-tests.yml | 2 +-
.github/workflows/airflow-e2e-tests.yml | 2 +-
.github/workflows/backport-cli.yml | 2 +-
.github/workflows/basic-tests.yml | 24 +-
.github/workflows/ci-amd-arm.yml | 14 +-
.github/workflows/ci-image-build.yml | 2 +-
.github/workflows/ci-image-checks.yml | 14 +-
.github/workflows/ci-notification.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/finalize-tests.yml | 8 +-
.github/workflows/generate-constraints.yml | 2 +-
.github/workflows/helm-tests.yml | 4 +-
.github/workflows/integration-system-tests.yml | 6 +-
.github/workflows/k8s-tests.yml | 2 +-
.github/workflows/milestone-tag-assistant.yml | 2 +-
.github/workflows/prod-image-build.yml | 16 +-
.github/workflows/publish-docs-to-s3.yml | 8 +-
.github/workflows/push-image-cache.yml | 6 +-
.github/workflows/registry-build.yml | 4 +-
.github/workflows/registry-tests.yml | 4 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.../workflows/release_single_dockerhub_image.yml | 6 +-
.github/workflows/run-unit-tests.yml | 2 +-
.github/workflows/test-providers.yml | 4 +-
.github/workflows/ui-e2e-tests.yml | 4 +-
.../logging-monitoring/callbacks.rst | 60 ++-
airflow-core/newsfragments/61274.improvement.rst | 1 +
.../src/airflow/jobs/scheduler_job_runner.py | 26 +-
airflow-core/src/airflow/models/dagrun.py | 149 +++----
airflow-core/tests/unit/jobs/test_scheduler_job.py | 4 +-
airflow-core/tests/unit/models/test_dag.py | 8 +-
airflow-core/tests/unit/models/test_dagrun.py | 213 +++++-----
.../react_plugin_template/package.json | 8 +-
.../react_plugin_template/pnpm-lock.yaml | 48 ++-
.../airflow/providers/amazon/aws/operators/s3.py | 2 +-
.../fab/src/airflow/providers/fab/www/package.json | 6 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 449 +++++++++++----------
task-sdk/src/airflow/sdk/__init__.py | 3 +
task-sdk/src/airflow/sdk/__init__.pyi | 2 +
41 files changed, 581 insertions(+), 552 deletions(-)
create mode 100644 airflow-core/newsfragments/61274.improvement.rst