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

vincbeck pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-ff98bd900c
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 822363d9abd Update inclusive language pre-commit check
 discard 154d147064b Update simple auth manager assets
 discard 7cc43b87ff8 Bump the core-ui-package-updates group across 2 
directories with 29 updates
     add 2cea4ff982e Update pandas requirement in /airflow-core (#48674)
     add e8d41343e8c Update werkzeug requirement from <3,>=2.0 to >=2.0,<4 in 
/airflow-core (#48672)
     add 14788f6c81a Bump vite from 6.2.3 to 6.2.4 in 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui (#48591)
     add a32193503c6 Handle user deletion while being logged in in FAB auth 
manager (#48754)
     add 147dd9bd627 Add fields missing from task_instance_history (#48766)
     add 485d78f8c6e Update example dags to import `DAG`, `Asset` etc from Task 
SDK (#48014)
     add b328dd9a9ad Improve Grid endpoint response time (#48771)
     add e1cfcac4965 scripts(python): fix spelling (#48751)
     add 29956c915e4 Allow bundle_name and relative_fileloc to be None API 
response (#48779)
     add 8628aebea46 Handle when existing TIs have no DagVersion (#48778)
     add 4fbbf5b1ae8 Provide a helpful error message when unexpected serdag 
structure (#48776)
     add 8378d273985 Revert change to unit test mode conf get (#48775)
     add 6105452cb50 edge worker reports hostname as task runner (#48783)
     add ba0d3cd7733 Support root middleware from plugins (#48678)
     add 115cdc7ab6c Set explicit separator for isoformat when serializing 
EventsTimetable (#48732)
     add 25cf4145a48 fix: remove use of get_inlet_defs and get_outlet_defs from 
OpenLineage (#48792)
     add 00e3862067c Fix the defaults for OTEL dag_run and task_instance attrs 
(#48777)
     add ff3fb6d5436 Bump the core-ui-package-updates group across 2 
directories with 29 updates
     add 616972436e3 Update simple auth manager assets

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   (822363d9abd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-ff98bd900c
 (616972436e3)

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/administration-and-deployment/plugins.rst |  15 +-
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/pyproject.toml                        |   4 +-
 airflow-core/src/airflow/api_fastapi/app.py        |  38 +-
 .../auth/managers/simple/ui/package-lock.json      | 551 ++++++++++++++++++++-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  21 +
 .../src/airflow/api_fastapi/core_api/app.py        |  23 -
 .../api_fastapi/core_api/datamodels/dags.py        |   4 +-
 .../api_fastapi/core_api/datamodels/plugins.py     |  10 +
 .../api_fastapi/core_api/openapi/v1-generated.yaml |  45 +-
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |  15 +-
 .../api_fastapi/core_api/services/ui/grid.py       |  37 +-
 .../src/airflow/cli/commands/dag_command.py        |   3 +-
 .../src/airflow/cli/commands/task_command.py       |   4 +-
 .../airflow/example_dags/example_asset_alias.py    |   3 +-
 .../example_asset_alias_with_no_taskflow.py        |   3 +-
 .../example_dags/example_asset_decorator.py        |   3 +-
 .../example_dags/example_asset_with_watchers.py    |   3 +-
 .../src/airflow/example_dags/example_assets.py     |   3 +-
 .../airflow/example_dags/example_bash_operator.py  |   5 +-
 .../example_branch_datetime_operator.py            |   2 +-
 .../example_branch_day_of_week_operator.py         |   2 +-
 .../airflow/example_dags/example_branch_labels.py  |   2 +-
 .../example_dags/example_branch_operator.py        |   2 +-
 .../example_branch_operator_decorator.py           |   2 +-
 .../example_branch_python_dop_operator_3.py        |   2 +-
 .../src/airflow/example_dags/example_complex.py    |   3 +-
 .../airflow/example_dags/example_custom_weight.py  |   6 +-
 .../airflow/example_dags/example_dag_decorator.py  |   2 +-
 .../example_dags/example_dynamic_task_mapping.py   |   2 +-
 ...amic_task_mapping_with_no_taskflow_operators.py |   2 +-
 .../example_external_task_marker_dag.py            |   2 +-
 .../example_dags/example_inlet_event_extra.py      |   3 +-
 .../example_dags/example_kubernetes_executor.py    |   2 +-
 .../airflow/example_dags/example_latest_only.py    |   2 +-
 .../example_latest_only_with_trigger.py            |   2 +-
 .../example_local_kubernetes_executor.py           |   2 +-
 .../example_dags/example_nested_branch_dag.py      |   2 +-
 .../example_dags/example_outlet_event_extra.py     |   4 +-
 .../example_dags/example_params_trigger_ui.py      |   3 +-
 .../example_dags/example_params_ui_tutorial.py     |   3 +-
 .../example_passing_params_via_test_command.py     |   2 +-
 .../example_dags/example_python_operator.py        |   2 +-
 .../src/airflow/example_dags/example_sensors.py    |   2 +-
 .../airflow/example_dags/example_setup_teardown.py |   2 +-
 .../example_setup_teardown_taskflow.py             |   2 +-
 .../example_dags/example_short_circuit_operator.py |   3 +-
 .../src/airflow/example_dags/example_skip_dag.py   |   4 +-
 .../src/airflow/example_dags/example_task_group.py |   2 +-
 .../example_dags/example_task_group_decorator.py   |   2 +-
 .../example_time_delta_sensor_async.py             |   2 +-
 .../example_dags/example_trigger_controller_dag.py |   2 +-
 .../example_dags/example_trigger_target_dag.py     |   2 +-
 .../example_dags/example_workday_timetable.py      |   2 +-
 .../src/airflow/example_dags/example_xcom.py       |   2 +-
 .../src/airflow/example_dags/example_xcomargs.py   |   2 +-
 airflow-core/src/airflow/example_dags/tutorial.py  |   6 +-
 .../src/airflow/example_dags/tutorial_dag.py       |   6 +-
 .../0065_3_0_0_add_new_otel_span_fields.py         |  16 +-
 airflow-core/src/airflow/models/dag.py             |  74 +++
 airflow-core/src/airflow/models/dagcode.py         |   2 +-
 airflow-core/src/airflow/models/dagrun.py          |   2 +-
 airflow-core/src/airflow/models/taskinstance.py    |   2 +-
 .../src/airflow/models/taskinstancehistory.py      |   2 +-
 airflow-core/src/airflow/plugins_manager.py        |  20 +-
 .../airflow/serialization/serialized_objects.py    |   5 +
 airflow-core/src/airflow/timetables/events.py      |   2 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  80 ++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  22 +-
 airflow-core/src/airflow/utils/cli.py              |   5 +-
 .../unit/api_fastapi/common/test_exceptions.py     |   6 +-
 .../tests/unit/cli/commands/test_dag_command.py    |   2 +-
 .../unit/cli/commands/test_plugins_command.py      |   6 +
 .../tests/unit/cli/commands/test_task_command.py   |   4 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  23 +-
 airflow-core/tests/unit/models/test_dag.py         |   1 +
 airflow-core/tests/unit/models/test_dagbag.py      |  10 +-
 airflow-core/tests/unit/models/test_dagcode.py     |   8 +-
 airflow-core/tests/unit/models/test_dagrun.py      |   5 +-
 .../tests/unit/models/test_serialized_dag.py       |  16 +-
 airflow-core/tests/unit/plugins/test_plugin.py     |  15 +
 .../tests/unit/timetables/test_events_timetable.py |  15 +
 .../src/airflowctl/api/datamodels/generated.py     |  19 +
 .../tests/airflow_ctl/api/test_operations.py       |   4 +
 .../src/tests_common/test_utils/mock_plugins.py    |   1 +
 providers/edge/README.rst                          |   6 +-
 providers/edge/docs/changelog.rst                  |   9 +
 providers/edge/provider.yaml                       |   2 +-
 providers/edge/pyproject.toml                      |   6 +-
 .../edge/src/airflow/providers/edge/__init__.py    |   2 +-
 .../src/airflow/providers/edge/cli/edge_command.py |   7 +
 .../airflow/providers/edge/get_provider_info.py    |   2 +-
 .../providers/fab/auth_manager/fab_auth_manager.py |   3 +
 .../providers/openlineage/extractors/manager.py    |  19 +-
 .../unit/openlineage/extractors/test_manager.py    |  28 +-
 scripts/ci/pre_commit/check_deferrable_default.py  |   4 +-
 scripts/ci/pre_commit/check_integrations_list.py   |   2 +-
 scripts/ci/pre_commit/check_lazy_logging.py        |   4 +-
 scripts/in_container/run_generate_constraints.py   |   6 +-
 scripts/in_container/run_resource_check.py         |   8 +-
 100 files changed, 1161 insertions(+), 203 deletions(-)

Reply via email to