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

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


    omit 48a32fdfac4 Bump the fab-ui-package-updates group across 1 directory 
with 4 updates
     add 3314d54c359 Chart: add custom envs to database cleanup (#59804)
     add c038fb11007 Make Airflow compatible with fastapi >= 0.127.0 (#59806)
     add 9f874c3a6f6 Add 'breeze k8s dev' command for hot-reloading DAGs and 
core sources (#40005) (#59747)
     add b1b1f951ce0 Adjust Airflow 3 dev rules and backport to current state 
(#59807)
     add e8626d07446 Simplify airflowctl exceptions in safe_call_command method 
(#59808)
     add c3824f27001 Improve CLI date argument help text documentation (#59797)
     add 406d6167617 Docs: clarify serialization resolution order (#59750)
     add 77a2f1cb6f9 Add and fix SIM107 and B012 Ruff rule (#59770)
     add 01fe16d2253 Add --mount-ui-dist flag for Breeze start-airflow command 
(#59778)
     add eec27438b4b Move MappedOperator to serialization (#59628)
     add 60b4ed48e1a Remove PriorityWeightStrategy reference in SDK (#59780)
     add 12f6fbde137 Add stream method for GCSRemoteIO (#59753)
     add 1cda358d13c Clean up SDK references in airflow.models.expandinput 
(#59815)
     add 59e2fa961a5 Bump the fab-ui-package-updates group across 1 directory 
with 4 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   (48a32fdfac4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-5645b7091d
 (59e2fa961a5)

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:
 .../docs/authoring-and-scheduling/serializers.rst  |  23 +-
 airflow-core/newsfragments/59780.significant.rst   |   4 +
 airflow-core/pyproject.toml                        |   9 +-
 airflow-core/src/airflow/api/common/mark_tasks.py  |   7 +-
 .../api_fastapi/core_api/services/ui/grid.py       |   4 +-
 .../api_fastapi/core_api/services/ui/task_group.py |   6 +-
 .../execution_api/routes/task_instances.py         |   2 +-
 airflow-core/src/airflow/cli/cli_config.py         |  20 +-
 .../src/airflow/cli/commands/task_command.py       |   4 +-
 airflow-core/src/airflow/models/__init__.py        |   4 +-
 airflow-core/src/airflow/models/dag.py             |   3 -
 airflow-core/src/airflow/models/dagrun.py          |  12 +-
 airflow-core/src/airflow/models/expandinput.py     |  92 +++++--
 airflow-core/src/airflow/models/referencemixin.py  |   6 +-
 airflow-core/src/airflow/models/taskinstance.py    |  15 +-
 airflow-core/src/airflow/models/taskmap.py         |  12 +-
 .../serialization/definitions/baseoperator.py      |  13 +-
 .../src/airflow/serialization/definitions/dag.py   |   2 +-
 .../definitions}/mappedoperator.py                 |  16 +-
 .../src/airflow/serialization/definitions/node.py  |   6 +-
 .../serialization/definitions/operatorlink.py      |   7 +-
 .../airflow/serialization/definitions/taskgroup.py |   4 +-
 .../airflow/serialization/definitions/xcom_arg.py  |  13 +-
 airflow-core/src/airflow/serialization/encoders.py |   7 +
 airflow-core/src/airflow/serialization/enums.py    |   1 +
 .../airflow/serialization/serialized_objects.py    |  41 +--
 airflow-core/src/airflow/task/priority_strategy.py |  49 ++--
 .../ti_deps/deps/mapped_task_upstream_dep.py       |   9 +-
 .../src/airflow/ti_deps/deps/prev_dagrun_dep.py    |  14 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |  12 +-
 airflow-core/src/airflow/utils/dag_edges.py        |  10 +-
 airflow-core/src/airflow/utils/dot_renderer.py     |   2 +-
 airflow-core/tests/unit/jobs/test_triggerer_job.py |  21 +-
 airflow-core/tests/unit/models/test_dagrun.py      |  10 +-
 .../tests/unit/models/test_mappedoperator.py       |   3 +-
 .../tests/unit/models/test_taskinstance.py         |  25 +-
 .../unit/serialization/test_dag_serialization.py   | 102 +++++---
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |  12 +-
 .../database-cleanup/database-cleanup-cronjob.yaml |   9 +-
 chart/values.schema.json                           |   5 +
 chart/values.yaml                                  |   1 +
 contributing-docs/testing/k8s_tests.rst            |  20 ++
 dev/README_AIRFLOW3_DEV.md                         | 107 +++-----
 dev/breeze/doc/05_test_commands.rst                |  27 ++
 dev/breeze/doc/images/output_k8s.svg               |  40 +--
 dev/breeze/doc/images/output_k8s.txt               |   2 +-
 dev/breeze/doc/images/output_k8s_dev.svg           | 188 ++++++++++++++
 dev/breeze/doc/images/output_k8s_dev.txt           |   1 +
 ...e-management_install-provider-distributions.svg |   4 +-
 ...se-management_verify-provider-distributions.svg |   4 +-
 .../output_setup_check-all-params-in-groups.svg    |   4 +-
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |   4 +-
 .../output_setup_regenerate-command-images.txt     |   2 +-
 dev/breeze/doc/images/output_shell.svg             |  82 +++---
 dev/breeze/doc/images/output_shell.txt             |   2 +-
 dev/breeze/doc/images/output_start-airflow.svg     |  62 +++--
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../images/output_testing_airflow-ctl-tests.svg    |   4 +-
 .../src/airflow_breeze/commands/common_options.py  |   8 +
 .../airflow_breeze/commands/developer_commands.py  |   7 +
 .../commands/developer_commands_config.py          |   2 +
 .../airflow_breeze/commands/kubernetes_commands.py | 242 +++++++++++++++++-
 .../commands/kubernetes_commands_config.py         |  17 ++
 dev/breeze/src/airflow_breeze/global_constants.py  |   3 +
 .../src/airflow_breeze/params/shell_params.py      |   5 +
 .../src/airflow_breeze/utils/kubernetes_utils.py   |  20 ++
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   1 +
 .../src/tests_common/test_utils/mapping.py         |   5 +-
 .../airflow_aux/test_database_cleanup.py           |  21 +-
 .../airflow_aux/test_extra_env_env_from.py         |   7 +
 .../airflow/providers/celery/cli/celery_command.py |   5 +-
 .../integration/celery/test_celery_executor.py     |  46 ++--
 .../cncf/kubernetes/cli/kubernetes_command.py      |  14 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |   2 +-
 .../providers/cncf/kubernetes/version_compat.py    |   2 +
 .../providers/google/cloud/log/gcs_task_handler.py |  52 +++-
 .../unit/google/cloud/log/test_gcs_task_handler.py | 279 ++++++++++++++++++++-
 .../airflow/providers/openlineage/utils/utils.py   |   8 +-
 .../tests/unit/standard/decorators/test_python.py  |  16 +-
 .../tests/unit/standard/utils/test_skipmixin.py    |  19 +-
 pyproject.toml                                     |   2 +
 .../{integration-mongo.yml => mount-ui-dist.yml}   |  29 +--
 .../in_container/install_airflow_and_providers.py  |  74 +++++-
 task-sdk/src/airflow/sdk/bases/operator.py         |  11 +-
 .../sdk/definitions/_internal/abstractoperator.py  |  24 --
 .../sdk/definitions/_internal/expandinput.py       |  27 +-
 .../src/airflow/sdk/definitions/mappedoperator.py  |  25 +-
 task-sdk/src/airflow/sdk/definitions/taskgroup.py  |  24 --
 task-sdk/tests/task_sdk/bases/test_operator.py     |  31 +--
 90 files changed, 1532 insertions(+), 670 deletions(-)
 create mode 100644 airflow-core/newsfragments/59780.significant.rst
 rename airflow-core/src/airflow/{models => 
serialization/definitions}/mappedoperator.py (97%)
 create mode 100644 dev/breeze/doc/images/output_k8s_dev.svg
 create mode 100644 dev/breeze/doc/images/output_k8s_dev.txt
 copy scripts/ci/docker-compose/{integration-mongo.yml => mount-ui-dist.yml} 
(58%)

Reply via email to