This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-d83a3cf524
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 9e0ff9782fd Bump the fab-ui-package-updates group across 1 directory 
with 2 updates
     add 0aeec0c7962 Render multi-branch review choices as a multi-select 
(#71046)
     add b5414588d3e Fix airflowctl list operations ignoring the requested 
offset (#70989)
     add 562cc3e243c Separate JWT secret env var from the standard Airflow 
environment helper (#70896)
     add 2731cc29e4c Spark: Fix missing space in YARN waitAppCompletion error 
message (#71055)
     add 75d57f429e1 UI: Keep task try history consistent when switching tasks 
(#70711)
     add 9d4245ae51e Stop auto-scrolling task logs while the user is selecting 
text (#70594)
     add 16df29a4513 UI: Highlight selected Grid task square (#70451)
     add 64683c9c84e Document the 409 from XCom create and drop a duplicated 
condition (#70992)
     add e98b9b3664d chore: rebase onto main to retrigger CI (#70538)
     add 44acf383e47 Reference asset events from asset_dag_run_queue (#70972)
     add b23fa6b7a95 Allow opentelemetry-exporter-prometheus pre-release in 
candidate constraints resolution (#71110)
     add 3a08a3d7792 Restrict exception-node deserialization to known classes 
without importing the stored name (#68511)
     add 64dd235970a Refresh the image cache on canary pushes, not only on the 
schedule (#71137)
     add a058f7d54eb Only refuse team-scoped-looking env var ids when 
multi_team is on (#71079)
     add c37ba12f1c1 Resolve release constraints against PyPI providers only 
(#71140)
     add 5f77c84133f Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" 
(#71100)
     add 6145746438c Fix orphaned subprocesses and supervisor crash on 
heartbeat 409 (#65738)
     add f69c195aa7a Bump cryptography (#71139)
     add 9a85faa9c55 Fix provider distribution builds failing with flit 4 
(#71118)
     add 24c00690ab1 Add vatsrahul1001 to the release-constraints workflow 
allowlist (#71152)
     add dd1f84ab203 Respect retries when a deferrable trigger ends a task with 
TaskFailedEvent (#69821)
     add fb459dec507 Keep not-ready providers out of the all extra (#71165)
     add 4091ccf786b Add support for pandas 3 based xcoms in airflow (#71103)
     add e69c1881b32 Refresh the image registry cache in a workflow that cannot 
be cancelled (#71171)
     add 2b7a0be359c Fail task instances whose stored next_kwargs cannot be 
processed (#70685)
     add 5af8d6b899e Allow opentelemetry-semantic-conventions pre-release in 
constraints resolution (#71177)
     add 1b246e8c1eb Complete the Traditional Chinese UI translations (#71019)
     add 22ab0dc7dc4 Fix snowflake provider installs picking an unimportable 
pyOpenSSL (#71145)
     add 2d0ec09fe45 Fix some docs and test gaps following up multi team secret 
refusal (#71106)
     add 20f6aa09fca Fix ambiguous git refspec when pushing release-candidate 
constraints (#71181)
     add 2e0b22a2f9e Align Dag Runs docs with Airflow 3 trigger timetable 
defaults (#70167)
     add 6fb312bb3ba Bump the fab-ui-package-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   (9e0ff9782fd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-d83a3cf524
 (6fb312bb3ba)

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   |  65 +----
 .github/workflows/ci-amd.yml                       |   7 -
 .github/workflows/ci-arm.yml                       |   7 -
 .github/workflows/generate-constraints.yml         |  18 +-
 .github/workflows/refresh-constraints.yml          |  72 +++++
 .github/workflows/refresh-image-registry-cache.yml | 145 ++++++++++
 .github/workflows/release-constraints.yml          |  11 +-
 .github/workflows/update-constraints-on-push.yml   |  18 +-
 airflow-core/docs/core-concepts/dag-run.rst        |  98 ++++---
 airflow-core/docs/howto/usage-cli.rst              |   6 +
 airflow-core/docs/migrations-ref.rst               |   5 +-
 airflow-core/newsfragments/69821.bugfix.rst        |   1 +
 airflow-core/newsfragments/70791.significant.rst   |  35 ---
 airflow-core/newsfragments/70972.significant.rst   |  13 +
 airflow-core/newsfragments/71103.significant.rst   |  33 +++
 .../core_api/openapi/v2-rest-api-generated.yaml    |   6 +
 .../api_fastapi/core_api/routes/public/xcom.py     |   8 +-
 airflow-core/src/airflow/assets/manager.py         | 135 ++--------
 .../src/airflow/jobs/scheduler_job_runner.py       | 108 ++++----
 .../0128_3_4_0_add_asset_event_id_to_adrq.py       | 205 +++++++++++++++
 airflow-core/src/airflow/models/asset.py           |  15 +-
 airflow-core/src/airflow/models/dag.py             |  55 +---
 airflow-core/src/airflow/models/trigger.py         | 158 +++++++++--
 .../src/airflow/secrets/environment_variables.py   |  20 +-
 .../airflow/serialization/serialized_objects.py    |  36 ++-
 .../ui/openapi-gen/requests/services.gen.ts        |   1 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   4 +
 .../ui/public/i18n/locales/zh-TW/assets.json       |   5 +-
 .../ui/public/i18n/locales/zh-TW/common.json       |   4 +
 .../ui/public/i18n/locales/zh-TW/components.json   |  15 +-
 .../airflow/ui/public/i18n/locales/zh-TW/dag.json  |   8 +-
 .../airflow/ui/public/i18n/locales/zh-TW/dags.json |   4 +-
 .../ui/src/components/TaskTrySelect.test.tsx       | 206 ++++++++++++---
 .../airflow/ui/src/components/TaskTrySelect.tsx    |  12 +-
 .../ui/src/layouts/Details/Grid/GridTI.test.tsx    | 114 ++++++++
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |  20 +-
 .../ui/src/layouts/Details/Grid/constants.ts       |   4 +
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  13 +-
 .../ui/src/pages/TaskInstance/Logs/utils.test.ts   |  78 +++++-
 .../ui/src/pages/TaskInstance/Logs/utils.ts        |  13 +
 airflow-core/src/airflow/utils/db.py               |   2 +-
 airflow-core/tests/unit/always/test_secrets.py     |   2 +
 .../always/test_secrets_environment_variables.py   |  19 ++
 .../core_api/routes/public/test_assets.py          |   9 +-
 .../api_fastapi/core_api/routes/ui/test_assets.py  |  22 +-
 airflow-core/tests/unit/assets/test_manager.py     | 122 +++++----
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 292 ++++++++++++++++-----
 airflow-core/tests/unit/models/test_dag.py         | 116 +++-----
 .../tests/unit/models/test_taskinstance.py         |  17 +-
 airflow-core/tests/unit/models/test_trigger.py     | 143 +++++++++-
 .../unit/serialization/test_dag_serialization.py   | 121 ++++++++-
 .../tests/unit/timetables/test_assets_timetable.py |   5 +-
 airflow-ctl/src/airflowctl/api/operations.py       |   2 +-
 .../tests/airflow_ctl/api/test_operations.py       |  23 ++
 chart/templates/_helpers.yaml                      |  18 +-
 .../api-server/api-server-deployment.yaml          |   5 +-
 .../dag-processor/dag-processor-deployment.yaml    |   4 +-
 .../templates/scheduler/scheduler-deployment.yaml  |   5 +-
 .../templates/triggerer/triggerer-deployment.yaml  |   4 +-
 chart/templates/workers/worker-deployment.yaml     |   8 +-
 .../helm_tests/airflow_aux/test_airflow_common.py  |  61 ++++-
 dev/MANUALLY_BUILDING_IMAGES.md                    |   6 +-
 ...UALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md |  78 ++++--
 dev/breeze/pyproject.toml                          |   8 +-
 .../prepare_providers/provider_distributions.py    |   2 +-
 dev/breeze/tests/test_selective_checks.py          |  21 ++
 dev/breeze/uv.lock                                 | 104 ++++----
 generated/known_airflow_exceptions.txt             |   1 -
 providers/amazon/docs/index.rst                    |   8 +-
 providers/amazon/pyproject.toml                    |  15 +-
 .../amazon/aws/secrets/test_systems_manager.py     |  14 +-
 .../unit/amazon/aws/transfers/test_sql_to_s3.py    |  10 +-
 providers/apache/hdfs/README.rst                   |  12 +-
 providers/apache/hdfs/docs/index.rst               |  12 +-
 providers/apache/hdfs/pyproject.toml               |  15 +-
 providers/apache/hive/README.rst                   |  12 +-
 providers/apache/hive/docs/index.rst               |  12 +-
 providers/apache/hive/pyproject.toml               |  15 +-
 .../apache/spark/operators/spark_submit.py         |   2 +-
 .../apache/spark/operators/test_spark_submit.py    |   5 +-
 providers/common/ai/docs/operators/llm_branch.rst  |   4 +-
 .../airflow/providers/common/ai/mixins/approval.py |  40 ++-
 .../providers/common/ai/operators/llm_branch.py    |   6 +-
 .../tests/unit/common/ai/mixins/test_approval.py   |  62 +++++
 .../unit/common/ai/operators/test_llm_branch.py    |  42 ++-
 providers/common/sql/docs/index.rst                |   8 +-
 providers/common/sql/pyproject.toml                |  15 +-
 providers/databricks/README.rst                    |  12 +-
 providers/databricks/docs/index.rst                |  12 +-
 providers/databricks/pyproject.toml                |  15 +-
 providers/exasol/README.rst                        |  12 +-
 providers/exasol/docs/index.rst                    |  12 +-
 providers/exasol/pyproject.toml                    |  15 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   |  16 +-
 .../git/src/airflow/providers/git/hooks/git.py     |   4 +-
 providers/git/tests/unit/git/hooks/test_git.py     |   3 +-
 providers/google/README.rst                        |  12 +-
 providers/google/docs/index.rst                    |  12 +-
 .../google-cloud-secret-manager-backend.rst        |   8 +-
 providers/google/pyproject.toml                    |  15 +-
 .../unit/microsoft/azure/secrets/test_key_vault.py |   4 +
 providers/papermill/README.rst                     |  12 +-
 providers/papermill/docs/index.rst                 |  12 +-
 providers/papermill/pyproject.toml                 |  15 +-
 providers/postgres/docs/index.rst                  |   8 +-
 providers/postgres/pyproject.toml                  |  15 +-
 providers/presto/README.rst                        |  12 +-
 providers/presto/docs/index.rst                    |  12 +-
 providers/presto/pyproject.toml                    |  15 +-
 providers/salesforce/README.rst                    |  12 +-
 providers/salesforce/docs/index.rst                |  12 +-
 providers/salesforce/pyproject.toml                |  15 +-
 .../tests/unit/salesforce/hooks/test_salesforce.py |   9 +-
 providers/snowflake/README.rst                     |   7 +-
 providers/snowflake/docs/index.rst                 |   7 +-
 providers/snowflake/pyproject.toml                 |  19 +-
 providers/trino/README.rst                         |  12 +-
 providers/trino/docs/index.rst                     |  12 +-
 providers/trino/pyproject.toml                     |  15 +-
 providers/weaviate/README.rst                      |  12 +-
 providers/weaviate/docs/index.rst                  |  12 +-
 providers/weaviate/pyproject.toml                  |  15 +-
 pyproject.toml                                     |   8 -
 scripts/ci/prek/common_prek_utils.py               |  17 +-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |  20 +-
 scripts/in_container/run_generate_constraints.py   |  19 ++
 task-sdk/pyproject.toml                            |  15 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |  69 ++++-
 .../src/airflow/sdk/serde/serializers/pandas.py    |  49 +---
 .../task_sdk/execution_time/test_supervisor.py     | 161 +++++++++++-
 task-sdk/tests/task_sdk/serde/test_serializers.py  |  53 ++--
 uv.lock                                            | 112 ++++----
 132 files changed, 2953 insertions(+), 1292 deletions(-)
 create mode 100644 .github/workflows/refresh-constraints.yml
 create mode 100644 .github/workflows/refresh-image-registry-cache.yml
 create mode 100644 airflow-core/newsfragments/69821.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/70791.significant.rst
 create mode 100644 airflow-core/newsfragments/70972.significant.rst
 create mode 100644 airflow-core/newsfragments/71103.significant.rst
 create mode 100644 
airflow-core/src/airflow/migrations/versions/0128_3_4_0_add_asset_event_id_to_adrq.py
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.test.tsx

Reply via email to