This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch move-auth-managers
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit e5b5329d959 Relocate airflow.auth to airflow.api_fastapi.auth
add a4388ac4b3c Remove remaining pieces of k8s exec specific UI pages
(#47422)
add 7bd8ea68215 Cleanup leftovers from api connexion (#47490)
add b563e35a7a7 Add skipimport check for aiobotocore module in aws trigger
tests (#47512)
add 0ec4aebbde7 Bump axios from 1.7.7 to 1.8.2 in /airflow/ui (#47513)
add d7d1cd4c02c Relocate airflow.auth to airflow.api_fastapi.auth
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 (e5b5329d959)
\
N -- N -- N refs/heads/move-auth-managers (d7d1cd4c02c)
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/CODEOWNERS | 2 -
LICENSE | 1 -
airflow/api_connexion/__init__.py | 16 ---
airflow/api_connexion/schemas/__init__.py | 16 ---
airflow/api_connexion/schemas/dag_schema.py | 86 ------------
.../api_fastapi/core_api/datamodels/ui/config.py | 1 -
.../api_fastapi/core_api/openapi/v1-generated.yaml | 4 -
airflow/api_fastapi/core_api/routes/ui/config.py | 3 +-
.../cli/commands/remote_commands/dag_command.py | 78 ++++++++++-
airflow/config_templates/config.yml | 2 +-
airflow/settings.py | 4 -
airflow/ui/openapi-gen/requests/schemas.gen.ts | 5 -
airflow/ui/openapi-gen/requests/types.gen.ts | 1 -
airflow/ui/package.json | 2 +-
airflow/ui/pnpm-lock.yaml | 144 ++++++++++++++++++---
airflow/ui/src/mocks/handlers/config.ts | 1 -
contributing-docs/testing/unit_tests.rst | 2 +-
dev/README_RELEASE_AIRFLOW.md | 6 +-
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
dev/airflow-github | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 32 -----
dev/breeze/tests/test_selective_checks.py | 4 -
generated/dep_tree.txt | 49 -------
generated/dependency_depth.json | 1 -
generated/provider_dependencies.json | 1 +
hatch_build.py | 11 +-
.../tests/unit/amazon/aws/triggers/test_bedrock.py | 2 +
.../unit/amazon/aws/triggers/test_comprehend.py | 2 +
.../tests/unit/amazon/aws/triggers/test_glue.py | 2 +
.../unit/amazon/aws/triggers/test_glue_crawler.py | 2 +
.../amazon/aws/triggers/test_kinesis_analytics.py | 2 +
.../aws/triggers/test_opensearch_serverless.py | 2 +
providers/fab/README.rst | 1 +
providers/fab/pyproject.toml | 1 +
.../src/airflow/providers/fab/get_provider_info.py | 1 +
pyproject.toml | 6 -
.../ci/pre_commit/check_tests_in_right_folders.py | 1 -
scripts/cov/restapi_coverage.py | 11 +-
.../api_fastapi/core_api/routes/ui/test_config.py | 1 -
.../commands/remote_commands/test_dag_command.py | 5 +-
40 files changed, 228 insertions(+), 287 deletions(-)
delete mode 100644 airflow/api_connexion/__init__.py
delete mode 100644 airflow/api_connexion/schemas/__init__.py
delete mode 100644 airflow/api_connexion/schemas/dag_schema.py