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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 0a3fde4d554 Bump the core-ui-package-updates group across 1 directory 
with 87 updates
     add 90f7c3922e7 Synchronize GitHub workflows and Breeze tooling for 2.11 
branch (#61598)
     add 415166f85e2 Synchronize FAB provider with 1.5.4 version (#61601)
     add 3cd78b4f724 Synchronize common compat to 1.2.1 in v2-11-test branch 
(#61602)
     add c974ca5221f Cleanup the dev folder for v2-11-test branch (#61607)
     add 1d9cf9e9f37 Migrate to connexion 2.15 (#51681)
     add e2b339652a9 Fix root logger level cache invalidation in 
LoggerMutationHelper (#61644)
     add ad8d10fd891 Bump the core-ui-package-updates group across 1 directory 
with 87 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   (0a3fde4d554)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
 (ad8d10fd891)

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/actions/breeze/action.yml                  |    6 +-
 .github/actions/install-pre-commit/action.yml      |    4 +-
 .github/actions/post_tests_failure/action.yml      |    6 +-
 .github/actions/post_tests_success/action.yml      |    4 +-
 .github/actions/prepare_all_ci_images/action.yml   |    6 -
 .github/workflows/additional-ci-image-checks.yml   |    4 +-
 .github/workflows/additional-prod-image-tests.yml  |    4 +-
 .github/workflows/automatic-backport.yml           |    2 +-
 .github/workflows/backport-cli.yml                 |    2 +-
 .github/workflows/ci-image-build.yml               |    2 +-
 .github/workflows/ci-image-checks.yml              |   16 +-
 .github/workflows/ci.yml                           |   21 +-
 .github/workflows/codeql-analysis.yml              |    8 +-
 .github/workflows/finalize-tests.yml               |   20 +-
 .github/workflows/generate-constraints.yml         |   96 +-
 .github/workflows/integration-system-tests.yml     |    6 +-
 .github/workflows/prod-image-build.yml             |   17 +-
 .github/workflows/push-image-cache.yml             |    6 +-
 .github/workflows/recheck-old-bug-report.yml       |   56 -
 .github/workflows/release_dockerhub_image.yml      |    4 +-
 .github/workflows/run-unit-tests.yml               |    2 +-
 .github/workflows/special-tests.yml                |   52 +-
 .github/workflows/stale.yml                        |    2 +-
 .github/workflows/test-provider-packages.yml       |    8 +-
 .pre-commit-config.yaml                            |   22 +-
 Dockerfile                                         |    4 +-
 Dockerfile.ci                                      |   12 +-
 RELEASE_NOTES.rst                                  |    2 +-
 airflow/__init__.py                                |    2 +-
 airflow/api_internal/internal_api_call.py          |    2 +-
 airflow/cli/commands/info_command.py               |    4 +-
 airflow/cli/commands/task_command.py               |    2 +-
 airflow/example_dags/example_branch_operator.py    |    2 +-
 .../example_branch_operator_decorator.py           |    2 +-
 .../pre_7_4_0_compatibility/kube_client.py         |    4 +-
 .../versions/0095_2_2_4_add_session_table_to_db.py |    3 +-
 airflow/models/dag.py                              |    2 +-
 airflow/operators/python.py                        |    2 +-
 .../alibaba/cloud/log/oss_task_handler.py          |    2 +-
 .../providers/amazon/aws/log/s3_task_handler.py    |    2 +-
 airflow/providers/amazon/provider.yaml             |    3 +-
 .../providers/apache/hdfs/log/hdfs_task_handler.py |    2 +-
 airflow/providers/apache/hdfs/provider.yaml        |    3 +-
 airflow/providers/apache/hive/provider.yaml        |    3 +-
 airflow/providers/common/compat/CHANGELOG.rst      |   28 +
 airflow/providers/common/compat/__init__.py        |    6 +-
 airflow/providers/common/compat/assets/__init__.py |   77 +
 airflow/providers/common/compat/lineage/hook.py    |   73 +-
 .../common/compat/openlineage/utils}/__init__.py   |    0
 .../common/compat/openlineage/utils/utils.py}      |   45 +-
 airflow/providers/common/compat/provider.yaml      |    6 +-
 .../common/compat/security}/__init__.py            |    0
 .../common/compat/security/permissions.py}         |   15 +-
 airflow/providers/databricks/provider.yaml         |    3 +-
 airflow/providers/exasol/provider.yaml             |    3 +-
 airflow/providers/fab/CHANGELOG.rst                |  145 +
 airflow/providers/fab/__init__.py                  |    2 +-
 airflow/providers/fab/alembic.ini                  |  133 +
 .../auth_manager/api/auth/backend/basic_auth.py    |   20 +-
 .../auth_manager/api/auth/backend/kerberos_auth.py |  118 +-
 .../fab/auth_manager}/api/auth/backend/session.py  |    8 -
 .../api_endpoints/role_and_permission_endpoint.py  |    6 +-
 .../auth_manager/api_endpoints/user_endpoint.py    |    6 +-
 .../fab/auth_manager/cli_commands/db_command.py    |   52 +
 .../fab/auth_manager/cli_commands/definition.py    |   61 +
 .../fab/auth_manager/cli_commands/user_command.py  |    9 +-
 .../fab/auth_manager/cli_commands/utils.py         |   13 +
 .../providers/fab/auth_manager/fab_auth_manager.py |   82 +-
 .../providers/fab/auth_manager/models/__init__.py  |   29 +-
 .../fab/auth_manager/models/anonymous_user.py      |    8 +-
 airflow/providers/fab/auth_manager/models/db.py    |  106 +
 .../fab/auth_manager/schemas}/__init__.py          |    0
 .../schemas/role_and_permission_schema.py          |    0
 .../fab/auth_manager}/schemas/user_schema.py       |    2 +-
 .../fab/auth_manager/security_manager/override.py  |   67 +-
 airflow/providers/fab/migrations/README            |    1 +
 .../fab/migrations}/__init__.py                    |    0
 airflow/{ => providers/fab}/migrations/env.py      |   53 +-
 .../{ => providers/fab}/migrations/script.py.mako  |   10 +-
 .../versions/0001_1_4_0_placeholder_migration.py}  |   28 +-
 .../fab/migrations/versions}/__init__.py           |    0
 airflow/providers/fab/provider.yaml                |   26 +-
 airflow/providers/google/provider.yaml             |    3 +-
 airflow/providers/papermill/provider.yaml          |    3 +-
 airflow/providers/presto/provider.yaml             |    3 +-
 airflow/providers/salesforce/provider.yaml         |    3 +-
 airflow/providers/sftp/provider.yaml               |    2 +-
 airflow/providers/snowflake/provider.yaml          |    3 +-
 airflow/providers/ssh/provider.yaml                |    2 +-
 airflow/providers/trino/provider.yaml              |    3 +-
 airflow/providers/weaviate/provider.yaml           |    3 +-
 airflow/reproducible_build.yaml                    |    4 +-
 airflow/utils/db.py                                |   13 +-
 airflow/utils/retries.py                           |    2 +-
 airflow/www/extensions/init_session.py             |    2 +-
 airflow/www/package.json                           |   32 +-
 airflow/www/session.py                             |   32 +-
 airflow/www/static/js/types/api-generated.ts       |    7 +-
 airflow/www/utils.py                               |   12 +-
 airflow/www/yarn.lock                              |  561 +--
 chart/values.yaml                                  |    3 +
 clients/python/pyproject.toml                      |    2 +-
 contributing-docs/08_static_code_checks.rst        |    2 -
 dev/README_RELEASE_AIRFLOW.md                      |    8 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |    2 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/doc/01_installation.rst                 |    4 +-
 dev/breeze/doc/03_developer_tasks.rst              |    8 +-
 dev/breeze/doc/04_troubleshooting.rst              |    2 +-
 dev/breeze/doc/06_managing_docker_images.rst       |    8 +-
 dev/breeze/doc/10_advanced_breeze_topics.rst       |    2 +-
 dev/breeze/doc/ci/02_images.md                     |   20 +-
 dev/breeze/doc/ci/07_running_ci_locally.md         |    4 +-
 dev/breeze/doc/images/output-commands.svg          |  313 +-
 dev/breeze/doc/images/output_ci-image_build.svg    |    6 +-
 dev/breeze/doc/images/output_ci-image_build.txt    |    2 +-
 dev/breeze/doc/images/output_ci-image_load.svg     |    4 +-
 dev/breeze/doc/images/output_ci-image_load.txt     |    2 +-
 dev/breeze/doc/images/output_ci-image_pull.svg     |    6 +-
 dev/breeze/doc/images/output_ci-image_pull.txt     |    2 +-
 dev/breeze/doc/images/output_ci-image_save.svg     |    4 +-
 dev/breeze/doc/images/output_ci-image_save.txt     |    2 +-
 dev/breeze/doc/images/output_ci-image_verify.svg   |    6 +-
 dev/breeze/doc/images/output_ci-image_verify.txt   |    2 +-
 .../doc/images/output_k8s_build-k8s-image.svg      |    6 +-
 .../doc/images/output_k8s_build-k8s-image.txt      |    2 +-
 .../doc/images/output_k8s_configure-cluster.svg    |    6 +-
 .../doc/images/output_k8s_configure-cluster.txt    |    2 +-
 .../doc/images/output_k8s_create-cluster.svg       |   62 +-
 .../doc/images/output_k8s_create-cluster.txt       |    2 +-
 .../doc/images/output_k8s_delete-cluster.svg       |    4 +-
 .../doc/images/output_k8s_delete-cluster.txt       |    2 +-
 .../doc/images/output_k8s_deploy-airflow.svg       |   76 +-
 .../doc/images/output_k8s_deploy-airflow.txt       |    2 +-
 dev/breeze/doc/images/output_k8s_k9s.svg           |    4 +-
 dev/breeze/doc/images/output_k8s_k9s.txt           |    2 +-
 dev/breeze/doc/images/output_k8s_logs.svg          |    4 +-
 dev/breeze/doc/images/output_k8s_logs.txt          |    2 +-
 .../doc/images/output_k8s_run-complete-tests.svg   |    6 +-
 .../doc/images/output_k8s_run-complete-tests.txt   |    2 +-
 dev/breeze/doc/images/output_k8s_shell.svg         |    4 +-
 dev/breeze/doc/images/output_k8s_shell.txt         |    2 +-
 dev/breeze/doc/images/output_k8s_status.svg        |   36 +-
 dev/breeze/doc/images/output_k8s_status.txt        |    2 +-
 dev/breeze/doc/images/output_k8s_tests.svg         |    6 +-
 dev/breeze/doc/images/output_k8s_tests.txt         |    2 +-
 .../doc/images/output_k8s_upload-k8s-image.svg     |    6 +-
 .../doc/images/output_k8s_upload-k8s-image.txt     |    2 +-
 dev/breeze/doc/images/output_prod-image_build.svg  |  186 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |    2 +-
 dev/breeze/doc/images/output_prod-image_load.svg   |    4 +-
 dev/breeze/doc/images/output_prod-image_load.txt   |    2 +-
 dev/breeze/doc/images/output_prod-image_pull.svg   |    6 +-
 dev/breeze/doc/images/output_prod-image_pull.txt   |    2 +-
 dev/breeze/doc/images/output_prod-image_save.svg   |    4 +-
 dev/breeze/doc/images/output_prod-image_save.txt   |    2 +-
 dev/breeze/doc/images/output_prod-image_verify.svg |    6 +-
 dev/breeze/doc/images/output_prod-image_verify.txt |    2 +-
 ...put_release-management_generate-constraints.svg |   48 +-
 ...put_release-management_generate-constraints.txt |    2 +-
 ...elease-management_install-provider-packages.svg |    4 +-
 ...elease-management_install-provider-packages.txt |    2 +-
 ...tput_release-management_release-prod-images.svg |    2 +-
 ...tput_release-management_release-prod-images.txt |    2 +-
 ...release-management_verify-provider-packages.svg |    4 +-
 ...release-management_verify-provider-packages.txt |    2 +-
 .../output_sbom_export-dependency-information.svg  |    4 +-
 .../output_sbom_export-dependency-information.txt  |    2 +-
 dev/breeze/doc/images/output_setup_config.svg      |    4 +-
 dev/breeze/doc/images/output_setup_config.txt      |    2 +-
 dev/breeze/doc/images/output_shell.svg             |    4 +-
 dev/breeze/doc/images/output_shell.txt             |    2 +-
 dev/breeze/doc/images/output_start-airflow.svg     |  218 +-
 dev/breeze/doc/images/output_start-airflow.txt     |    2 +-
 dev/breeze/doc/images/output_static-checks.svg     |    6 +-
 dev/breeze/doc/images/output_static-checks.txt     |    2 +-
 .../output_testing_core-integration-tests.svg      |    4 +-
 .../output_testing_core-integration-tests.txt      |    2 +-
 .../doc/images/output_testing_core-tests.svg       |    4 +-
 .../doc/images/output_testing_core-tests.txt       |    2 +-
 .../images/output_testing_docker-compose-tests.svg |    4 +-
 .../images/output_testing_docker-compose-tests.txt |    2 +-
 .../output_testing_providers-integration-tests.svg |    4 +-
 .../output_testing_providers-integration-tests.txt |    2 +-
 .../doc/images/output_testing_providers-tests.svg  |    4 +-
 .../doc/images/output_testing_providers-tests.txt  |    2 +-
 .../output_testing_python-api-client-tests.svg     |    4 +-
 .../output_testing_python-api-client-tests.txt     |    2 +-
 .../doc/images/output_testing_system-tests.svg     |    4 +-
 .../doc/images/output_testing_system-tests.txt     |    2 +-
 dev/breeze/pyproject.toml                          |   49 +-
 .../airflow_breeze/commands/ci_image_commands.py   |    3 +-
 .../commands/minor_release_command.py              |    2 +-
 .../commands/release_candidate_command.py          |    2 +-
 .../commands/release_management_commands.py        |   63 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   15 +-
 .../airflow_breeze/params/common_build_params.py   |    2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |    1 -
 .../prepare_providers/provider_packages.py         |    4 +-
 .../templates/pyproject_TEMPLATE.toml.jinja2       |    2 +-
 .../src/airflow_breeze/utils/backtracking.py       |    2 +-
 dev/breeze/src/airflow_breeze/utils/image.py       |    3 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    |    2 +-
 dev/breeze/src/airflow_breeze/utils/parallel.py    |    2 +-
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   14 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |    3 +-
 .../src/airflow_breeze/utils/selective_checks.py   |    1 +
 dev/breeze/tests/test_cache.py                     |    6 +-
 dev/breeze/tests/test_packages.py                  |   26 +-
 dev/breeze/tests/test_selective_checks.py          |  202 +-
 dev/breeze/tests/test_shell_params.py              |    8 +-
 dev/breeze/uv.lock                                 | 1773 +++++-----
 dev/prepare_bulk_issues.py                         |  245 --
 dev/stats/get_important_pr_candidates.py           |  404 ---
 dev/system_tests/update_issue_status.py            |  237 --
 .../dynamic-task-mapping.rst                       |    2 +-
 docs/apache-airflow/howto/operator/python.rst      |    2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 3716 ++++++++++----------
 docs/docker-stack/README.md                        |   10 +-
 .../customizing/add-build-essential-custom.sh      |    2 +-
 .../extending/add-airflow-configuration/Dockerfile |    2 +-
 .../extending/add-apt-packages/Dockerfile          |    2 +-
 .../add-build-essential-extend/Dockerfile          |    4 +-
 .../extending/add-providers/Dockerfile             |    2 +-
 .../add-pypi-packages-constraints/Dockerfile       |    2 +-
 .../extending/add-pypi-packages-uv/Dockerfile      |    2 +-
 .../extending/add-pypi-packages/Dockerfile         |    2 +-
 .../extending/add-requirement-packages/Dockerfile  |    2 +-
 .../extending/custom-providers/Dockerfile          |    2 +-
 .../extending/embedding-dags/Dockerfile            |    2 +-
 .../extending/writable-directory/Dockerfile        |    2 +-
 docs/docker-stack/entrypoint.rst                   |   14 +-
 docs/exts/operators_and_hooks_ref.py               |    2 +-
 docs/exts/substitution_extensions.py               |    8 +-
 generated/provider_dependencies.json               |   59 +-
 hatch_build.py                                     |   56 +-
 newsfragments/61598.significant.rst                |   14 +
 pyproject.toml                                     |    5 +-
 scripts/ci/install_breeze.sh                       |    4 +-
 scripts/ci/pre_commit/check_min_python_version.py  |    2 +-
 scripts/ci/pre_commit/common_precommit_utils.py    |    6 +-
 scripts/ci/pre_commit/mypy.py                      |    2 +-
 scripts/ci/pre_commit/mypy_folder.py               |    2 +-
 scripts/docker/entrypoint_ci.sh                    |    8 +-
 tests/api_connexion/test_security.py               |    4 +-
 .../cncf/kubernetes/operators/test_pod.py          |    4 +-
 .../common/compat/openlineage/utils}/__init__.py   |    0
 .../common/compat/openlineage/utils/test_utils.py  |    9 +-
 .../providers/common/compat/security}/__init__.py  |    0
 .../common/compat/security/test_permissions.py     |    9 +-
 .../api/auth/backend/test_basic_auth.py            |    6 +-
 .../api/auth/backend/test_kerberos_auth.py         |    7 +-
 .../auth_manager/api/auth/backend/test_session.py  |   72 +
 .../api_endpoints}/api_connexion_utils.py          |   18 +-
 .../api_endpoints}/remote_user_api_auth_backend.py |    0
 .../api_endpoints/test_asset_endpoint.py           |  327 ++
 .../fab/auth_manager/api_endpoints}/test_auth.py   |   91 +-
 .../fab/auth_manager/api_endpoints}/test_cors.py   |   60 +-
 .../api_endpoints/test_dag_endpoint.py             |  252 ++
 .../api_endpoints}/test_dag_source_endpoint.py     |  110 +-
 .../api_endpoints/test_dag_warning_endpoint.py     |   84 +
 .../api_endpoints/test_event_log_endpoint.py       |  151 +
 .../api_endpoints/test_import_error_endpoint.py    |  221 ++
 .../test_role_and_permission_endpoint.py           |   76 +-
 .../api_endpoints/test_task_instance_endpoint.py   |  426 +++
 .../api_endpoints/test_user_endpoint.py            |   20 +-
 .../api_endpoints/test_variable_endpoint.py        |   88 +
 .../api_endpoints/test_xcom_endpoint.py            |  230 ++
 .../auth_manager/cli_commands/test_db_command.py   |  134 +
 .../auth_manager/cli_commands/test_definition.py   |    2 +-
 .../auth_manager/cli_commands/test_role_command.py |   14 +-
 .../cli_commands/test_sync_perm_command.py         |    2 +-
 .../auth_manager/cli_commands/test_user_command.py |    2 +-
 .../fab/auth_manager/cli_commands/test_utils.py    |   55 +-
 tests/providers/fab/auth_manager/conftest.py       |   28 +-
 .../fab/auth_manager/decorators/test_auth.py       |    2 +-
 .../fab/auth_manager/models/test_anonymous_user.py |    2 +-
 tests/providers/fab/auth_manager/models/test_db.py |  132 +
 .../fab/auth_manager/schemas}/__init__.py          |    0
 .../schemas/test_role_and_permission_schema.py     |   26 +-
 .../{api_endpoints => schemas}/test_user_schema.py |   12 +-
 .../security_manager/test_constants.py             |    2 +-
 .../auth_manager/security_manager/test_override.py |    2 +-
 .../fab/auth_manager/test_fab_auth_manager.py      |   48 +-
 tests/providers/fab/auth_manager/test_models.py    |    3 +-
 tests/providers/fab/auth_manager/test_security.py  |  101 +-
 tests/providers/fab/auth_manager/views/__init__.py |   17 +
 .../fab/auth_manager/views/test_permissions.py     |   19 +-
 .../fab/auth_manager/views/test_roles_list.py      |   11 +-
 .../providers/fab/auth_manager/views/test_user.py  |   11 +-
 .../fab/auth_manager/views/test_user_edit.py       |   10 +-
 .../fab/auth_manager/views/test_user_stats.py      |   10 +-
 tests/serialization/test_dag_serialization.py      |   23 -
 .../providers/amazon/aws/example_dynamodb_to_s3.py |    4 +-
 tests/utils/test_helpers.py                        |    2 +-
 tests/www/test_utils.py                            |    8 +-
 tests/www/views/test_anonymous_as_admin_role.py    |    5 +-
 tests/www/views/test_session.py                    |    4 +-
 tests/www/views/test_views_custom_user_views.py    |    4 +-
 tests/www/views/test_views_tasks.py                |   12 +-
 301 files changed, 8002 insertions(+), 5576 deletions(-)
 delete mode 100644 .github/workflows/recheck-old-bug-report.yml
 create mode 100644 airflow/providers/common/compat/assets/__init__.py
 copy airflow/{api_connexion => 
providers/common/compat/openlineage/utils}/__init__.py (100%)
 copy airflow/{lineage/backend.py => 
providers/common/compat/openlineage/utils/utils.py} (54%)
 copy airflow/{api_connexion => providers/common/compat/security}/__init__.py 
(100%)
 copy airflow/{callbacks/base_callback_sink.py => 
providers/common/compat/security/permissions.py} (76%)
 create mode 100644 airflow/providers/fab/alembic.ini
 copy airflow/{ => providers/fab/auth_manager}/api/auth/backend/session.py (85%)
 create mode 100644 
airflow/providers/fab/auth_manager/cli_commands/db_command.py
 create mode 100644 airflow/providers/fab/auth_manager/models/db.py
 copy airflow/{api_connexion => providers/fab/auth_manager/schemas}/__init__.py 
(100%)
 copy airflow/{api_connexion => 
providers/fab/auth_manager}/schemas/role_and_permission_schema.py (100%)
 copy airflow/{api_connexion => 
providers/fab/auth_manager}/schemas/user_schema.py (96%)
 create mode 100644 airflow/providers/fab/migrations/README
 copy airflow/{api_connexion => providers/fab/migrations}/__init__.py (100%)
 copy airflow/{ => providers/fab}/migrations/env.py (75%)
 copy airflow/{ => providers/fab}/migrations/script.py.mako (92%)
 copy airflow/{migrations/versions/0010_1_6_2_add_password_column_to_user.py => 
providers/fab/migrations/versions/0001_1_4_0_placeholder_migration.py} (67%)
 copy airflow/{api_connexion => providers/fab/migrations/versions}/__init__.py 
(100%)
 delete mode 100755 dev/prepare_bulk_issues.py
 delete mode 100755 dev/stats/get_important_pr_candidates.py
 delete mode 100755 dev/system_tests/update_issue_status.py
 create mode 100644 newsfragments/61598.significant.rst
 copy {airflow/api_connexion => 
tests/providers/common/compat/openlineage/utils}/__init__.py (100%)
 copy airflow/providers/amazon/aws/utils/rds.py => 
tests/providers/common/compat/openlineage/utils/test_utils.py (83%)
 copy {airflow/api_connexion => 
tests/providers/common/compat/security}/__init__.py (100%)
 copy airflow/providers/amazon/aws/utils/rds.py => 
tests/providers/common/compat/security/test_permissions.py (85%)
 create mode 100644 
tests/providers/fab/auth_manager/api/auth/backend/test_session.py
 copy tests/{test_utils => 
providers/fab/auth_manager/api_endpoints}/api_connexion_utils.py (87%)
 copy tests/{test_utils => 
providers/fab/auth_manager/api_endpoints}/remote_user_api_auth_backend.py (100%)
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_asset_endpoint.py
 copy tests/{api_connexion => 
providers/fab/auth_manager/api_endpoints}/test_auth.py (63%)
 copy tests/{api_connexion => 
providers/fab/auth_manager/api_endpoints}/test_cors.py (70%)
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_dag_endpoint.py
 copy tests/{api_connexion/endpoints => 
providers/fab/auth_manager/api_endpoints}/test_dag_source_endpoint.py (51%)
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_dag_warning_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_event_log_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_import_error_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_task_instance_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_variable_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/api_endpoints/test_xcom_endpoint.py
 create mode 100644 
tests/providers/fab/auth_manager/cli_commands/test_db_command.py
 create mode 100644 tests/providers/fab/auth_manager/models/test_db.py
 copy {airflow/api/auth => 
tests/providers/fab/auth_manager/schemas}/__init__.py (100%)
 copy tests/{api_connexion => 
providers/fab/auth_manager}/schemas/test_role_and_permission_schema.py (80%)
 copy tests/providers/fab/auth_manager/{api_endpoints => 
schemas}/test_user_schema.py (93%)

Reply via email to