This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f701351eba6 fix: Fix grid view tooltip z-index issue (#61275)
add 8343981c97d Add producing/consuming task dependencies to AssetGraph
(#58059)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/_private_ui.yaml | 10 ++
.../api_fastapi/core_api/routes/ui/dependencies.py | 60 ++++----
.../core_api/services/ui/dependencies.py | 152 ++++++++++++++++++++-
.../src/airflow/ui/openapi-gen/queries/common.ts | 5 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 6 +-
.../ui/openapi-gen/requests/services.gen.ts | 4 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../airflow/ui/public/i18n/locales/en/assets.json | 4 +-
.../src/airflow/ui/src/components/Graph/Edge.tsx | 17 ++-
.../airflow/ui/src/components/Graph/TaskLink.tsx | 27 +++-
.../airflow/ui/src/components/Graph/TaskNode.tsx | 49 +++++--
.../ui/src/components/Graph/reactflowUtils.ts | 6 +-
.../src/airflow/ui/src/pages/Asset/AssetGraph.tsx | 28 ++--
.../src/airflow/ui/src/pages/Asset/AssetLayout.tsx | 9 +-
.../ui/src/pages/Asset/AssetPanelButtons.tsx | 52 +++++++
.../airflow/ui/src/queries/useDependencyGraph.ts | 11 +-
.../index.tsx => utils/assetGraph.ts} | 4 +-
.../core_api/routes/ui/test_dependencies.py | 60 ++++++++
21 files changed, 440 insertions(+), 83 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/Asset/AssetPanelButtons.tsx
copy airflow-core/src/airflow/ui/src/{components/ActionAccordion/index.tsx =>
utils/assetGraph.ts} (81%)