This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 979d570997a Adjust grid tooltip positon+arrow (#54524)
add e00777aa135 Add filters to Browse XComs (#54049)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 16 ++
.../core_api/openapi/v2-rest-api-generated.yaml | 92 +++++++++
.../api_fastapi/core_api/routes/public/xcom.py | 41 +++-
.../src/airflow/ui/openapi-gen/queries/common.ts | 13 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 22 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 22 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 22 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 22 +-
.../ui/openapi-gen/requests/services.gen.ts | 20 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 21 ++
.../airflow/ui/public/i18n/locales/en/common.json | 11 +
.../ui/public/i18n/locales/zh-TW/common.json | 10 +
.../src/airflow/ui/src/constants/searchParams.ts | 9 +
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 66 ++++--
.../src/airflow/ui/src/pages/XCom/XComFilters.tsx | 221 +++++++++++++++++++++
.../core_api/routes/public/test_xcom.py | 2 +-
16 files changed, 581 insertions(+), 29 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/pages/XCom/XComFilters.tsx