This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cf0349247b6 Skip populating ti if task is deleted (#47526)
add a26ea38027d feat(AIP-84): Add Auth for ui assets (#47485)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 54 ++++++--------------
airflow/api_fastapi/core_api/routes/ui/assets.py | 9 ++--
airflow/api_fastapi/core_api/security.py | 4 +-
airflow/ui/openapi-gen/queries/common.ts | 4 +-
airflow/ui/openapi-gen/queries/prefetch.ts | 9 ++--
airflow/ui/openapi-gen/queries/queries.ts | 16 ++----
airflow/ui/openapi-gen/queries/suspense.ts | 9 ++--
airflow/ui/openapi-gen/requests/services.gen.ts | 10 +---
airflow/ui/openapi-gen/requests/types.gen.ts | 12 ++---
.../api_fastapi/core_api/routes/ui/test_assets.py | 57 +++++++++++++---------
tests/api_fastapi/core_api/test_security.py | 10 +++-
11 files changed, 84 insertions(+), 110 deletions(-)