This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ccf19bd3ced Keda best practices + better documentation (#10358)
(#58246)
add 54badb69c04 Add search functionality to Edge Worker tab (#58331)
No new revisions were added by this update.
Summary of changes:
.../providers/edge3/openapi/v2-edge-generated.yaml | 21 +-
.../providers/edge3/plugins/www/dist/main.umd.cjs | 16 +-
.../plugins/www/openapi-gen/queries/common.ts | 4 +-
.../www/openapi-gen/queries/ensureQueryData.ts | 4 +-
.../plugins/www/openapi-gen/queries/prefetch.ts | 4 +-
.../plugins/www/openapi-gen/queries/queries.ts | 4 +-
.../plugins/www/openapi-gen/queries/suspense.ts | 4 +-
.../www/openapi-gen/requests/services.gen.ts | 14 +-
.../plugins/www/openapi-gen/requests/types.gen.ts | 9 +
.../providers/edge3/plugins/www/package.json | 4 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 1939 ++++++++++----------
.../plugins/www}/src/components/SearchBar.tsx | 23 +-
.../plugins/www}/src/components/ui/InputGroup.tsx | 0
.../edge3/plugins/www/src/components/ui/index.ts | 2 +
.../edge3/plugins/www/src/pages/WorkerPage.tsx | 203 +-
.../providers/edge3/worker_api/routes/ui.py | 6 +-
providers/edge3/www-hash.txt | 2 +-
17 files changed, 1174 insertions(+), 1085 deletions(-)
copy {airflow-core/src/airflow/ui =>
providers/edge3/src/airflow/providers/edge3/plugins/www}/src/components/SearchBar.tsx
(84%)
copy {airflow-core/src/airflow/ui =>
providers/edge3/src/airflow/providers/edge3/plugins/www}/src/components/ui/InputGroup.tsx
(100%)