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

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3e8284d2b5e Reuse Asset Event card list in Asset Details page (#47403)
     add 74febb9a2bf Revert "AIP-84 | Add Auth for Dags" (#47402)

No new revisions were added by this update.

Summary of changes:
 airflow/api_fastapi/common/db/common.py            | 52 ++++++++--------
 airflow/api_fastapi/common/parameters.py           | 11 ++--
 airflow/api_fastapi/core_api/base.py               | 23 -------
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 36 +++++------
 airflow/api_fastapi/core_api/routes/public/dags.py | 17 +----
 airflow/api_fastapi/core_api/security.py           | 56 ++---------------
 airflow/ui/openapi-gen/queries/common.ts           |  4 +-
 airflow/ui/openapi-gen/queries/prefetch.ts         |  9 ++-
 airflow/ui/openapi-gen/queries/queries.ts          |  9 ++-
 airflow/ui/openapi-gen/queries/suspense.ts         |  9 ++-
 airflow/ui/openapi-gen/requests/services.gen.ts    |  8 ++-
 airflow/ui/openapi-gen/requests/types.gen.ts       |  1 +
 .../core_api/routes/public/test_dags.py            | 72 +---------------------
 tests/api_fastapi/core_api/test_security.py        |  8 +--
 14 files changed, 88 insertions(+), 227 deletions(-)

Reply via email to