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

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


 discard 9e889f98a7c Bump the core-ui-package-updates group across 2 
directories with 36 updates
     add 863702f0205 Fix static check re removing unnecessary else condition 
(#49415)
     add 60d4df1b894 Don't update start_date when resuming a TI from deferral 
(#49407)
     add 6a21c1c5b6a Update INTHEWILD.md [add CityOfDetroit] (#49420)
     add 37bd0f0dad3 Rewrite custom view plugin docs (#49408)
     add 34009c5a109 Use run_backwards from the form value while creating 
backfill. (#49413)
     add 07a3fa6a7fa Bump zizmor to 1.5.2 (#49431)
     add cc8bac9b474 fix ui to use backfill ui endpoint (#49434)
     add bc54c3f670e Remove Marshmallow from Core (#49388)
     add ddf371aa9cc Move test_sensor_helper.py to standard provider tests 
(#49396)
     add 25256792a58 Move setting common arguments to common_build_params 
(#49375)
     add f8a775b6e67 replace usage of DAG with dag in main page and minor 
spelling correction (#49429)
     add e4eadac8726 Fix doc alignment in group-extras section (#49425)
     add e524041b801 docs: remove paragraph related to Bazel in quickstart 
(#49430)
     add 2532f727b15 docs: grammar fixes (#49432)
     add 97341075231 Fix dockerfile generation for PMC installation check 
(#49435)
     add c74d58e1b87 refactor: Log generated SQL-statement and passed 
parameters as ERROR message when an exception occurs during insert_rows (#48932)
     add f65eeb05f48 Add note in FAB migration doc (#49423)
     add bfc567f4e6c Use unused pytest params in standard provider tests 
(#49422)
     add 82f07ca1153 Suppress deprecation warning when unpacking context in 
default_event_handler of MSGraphAsyncOperator (#47069)
     add 113528cbb20 AIP-84 Add plugin error endpoint (#49436)
     add 19bb5cb9273 Bump the core-ui-package-updates group across 2 
directories with 36 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   (9e889f98a7c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-4902950deb
 (19bb5cb9273)

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:
 .pre-commit-config.yaml                            |  2 +-
 INTHEWILD.md                                       |  1 +
 PROVIDERS.rst                                      |  4 +-
 .../cluster-policies.rst                           |  2 +-
 .../docs/administration-and-deployment/index.rst   |  2 +-
 .../advanced-logging-configuration.rst             |  2 +-
 .../modules_management.rst                         |  2 +-
 .../docs/administration-and-deployment/plugins.rst |  4 +-
 .../docs/authoring-and-scheduling/connections.rst  |  2 +-
 .../docs/authoring-and-scheduling/index.rst        |  2 +-
 airflow-core/docs/best-practices.rst               |  4 +-
 airflow-core/docs/configurations-ref.rst           |  2 +-
 airflow-core/docs/core-concepts/backfill.rst       |  2 +-
 airflow-core/docs/core-concepts/operators.rst      |  2 +-
 airflow-core/docs/core-concepts/overview.rst       |  2 +-
 airflow-core/docs/extra-packages-ref.rst           | 20 ++---
 airflow-core/docs/howto/custom-view-plugin.rst     | 72 +++++++-----------
 airflow-core/docs/howto/email-config.rst           |  2 +-
 airflow-core/docs/howto/export-more-env-vars.rst   |  2 +-
 airflow-core/docs/howto/listener-plugin.rst        |  6 +-
 airflow-core/docs/howto/set-config.rst             |  2 +-
 airflow-core/docs/howto/usage-cli.rst              |  2 +-
 airflow-core/docs/index.rst                        | 14 ++--
 airflow-core/docs/installation/dependencies.rst    |  4 +-
 airflow-core/docs/installation/index.rst           | 50 ++++++-------
 .../docs/installation/installing-from-pypi.rst     | 40 +++++-----
 .../docs/installation/installing-from-sources.rst  | 12 +--
 airflow-core/docs/installation/prerequisites.rst   | 11 ++-
 .../docs/installation/supported-versions.rst       | 10 +--
 .../docs/installation/upgrading_to_airflow3.rst    |  4 +-
 airflow-core/docs/start.rst                        | 13 +---
 airflow-core/docs/templates-ref.rst                |  2 +-
 airflow-core/pyproject.toml                        |  1 -
 .../auth/managers/simple/ui/package-lock.json      |  8 +-
 .../auth/managers/simple/ui/package.json           |  2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 40 +++++-----
 .../api_fastapi/core_api/datamodels/dags.py        |  1 +
 .../api_fastapi/core_api/datamodels/plugins.py     | 14 ++++
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  6 ++
 .../core_api/openapi/v1-rest-api-generated.yaml    | 69 +++++++++++++++++
 .../api_fastapi/core_api/routes/public/plugins.py  | 27 ++++++-
 .../execution_api/routes/task_instances.py         |  4 +
 .../src/airflow/cli/commands/dag_command.py        | 87 ++++------------------
 .../src/airflow/config_templates/config.yml        |  3 +-
 airflow-core/src/airflow/settings.py               | 21 +++---
 .../src/airflow/ui/openapi-gen/queries/common.ts   | 10 +++
 .../ui/openapi-gen/queries/ensureQueryData.ts      | 10 +++
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts | 10 +++
 .../src/airflow/ui/openapi-gen/queries/queries.ts  | 18 +++++
 .../src/airflow/ui/openapi-gen/queries/suspense.ts | 18 +++++
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 73 ++++++++++++++++++
 .../ui/openapi-gen/requests/services.gen.ts        | 17 +++++
 .../airflow/ui/openapi-gen/requests/types.gen.ts   | 39 ++++++++++
 airflow-core/src/airflow/ui/package.json           |  4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 62 +++++++--------
 .../ui/src/components/Banner/BackfillBanner.tsx    |  8 +-
 .../ui/src/pages/Dag/Backfills/Backfills.tsx       |  4 +-
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |  1 +
 .../airflow/ui/src/queries/useCreateBackfill.ts    |  2 +-
 .../core_api/routes/public/test_dags.py            |  2 +
 .../core_api/routes/public/test_plugins.py         | 32 ++++++++
 .../versions/head/test_task_instances.py           | 61 +++++++++++++++
 .../tests/unit/cli/commands/test_dag_command.py    |  7 +-
 .../src/airflow_breeze/params/build_ci_params.py   | 20 +----
 .../src/airflow_breeze/params/build_prod_params.py | 23 ++----
 .../airflow_breeze/params/common_build_params.py   | 23 +++++-
 dev/breeze/src/airflow_breeze/utils/recording.py   |  4 +-
 dev/check_files.py                                 |  9 ++-
 docs/spelling_wordlist.txt                         |  2 +
 providers/amazon/pyproject.toml                    |  1 +
 .../src/airflow/providers/common/sql/hooks/sql.py  | 18 ++++-
 .../sql/tests/unit/common/sql/hooks/test_dbapi.py  | 23 ++++++
 providers/fab/docs/upgrading.rst                   |  4 +
 .../providers/microsoft/azure/operators/msgraph.py | 27 +++++--
 .../unit/microsoft/azure/operators/test_msgraph.py | 36 +++++----
 .../providers/standard/operators/trigger_dagrun.py |  3 +-
 .../standard/decorators/test_python_virtualenv.py  |  2 +-
 .../tests/unit/standard/decorators/test_sensor.py  |  2 +-
 .../tests/unit/standard/hooks/test_subprocess.py   |  2 +
 .../tests/unit/standard/operators/test_python.py   | 18 ++++-
 .../unit}/standard/utils/test_sensor_helper.py     | 84 ++++++++++++++++-----
 81 files changed, 852 insertions(+), 411 deletions(-)
 rename providers/{tests => 
standard/tests/unit}/standard/utils/test_sensor_helper.py (86%)

Reply via email to