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

jscheffl pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/glob-10.5.0
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard d2988324df2 Add pnpm lock as well
 discard 48dbbaf08da Bump glob
     add e79daaf2ee3 Close TR translation gaps in main (#58085)
     add 497e0d4aad6 feat: add task upstream/downstream filter to Graph & Grid  
(#57237)
     add a6d5a1af645 ump global in React plugin template (#58451)
     add 14bc0ef6e87 Add queue name filtering to Edge Worker tab (#58416)
     add 2656b6ada30 Bump glob
     add d42c3bdf6e0 Add pnpm lock as well

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d2988324df2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/glob-10.5.0
 (d42c3bdf6e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/ui/public/i18n/locales/en/dag.json |  12 ++
 .../airflow/ui/public/i18n/locales/tr/common.json  |   7 +
 .../ui/public/i18n/locales/tr/components.json      |   4 +
 .../src/airflow/ui/public/i18n/locales/tr/dag.json |   2 +
 .../airflow/ui/public/i18n/locales/tr/hitl.json    |   5 +
 .../src/context/openGroups/OpenGroupsProvider.tsx  |  13 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |  12 +-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  65 ++++++-
 .../ui/src/layouts/Details/PanelButtons.tsx        |   2 +
 .../ui/src/layouts/Details/TaskStreamFilter.tsx    | 200 +++++++++++++++++++++
 .../react_plugin_template/pnpm-lock.yaml           |   8 +-
 .../providers/edge3/openapi/v2-edge-generated.yaml |   8 +
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |  14 +-
 .../plugins/www/openapi-gen/queries/common.ts      |   5 +-
 .../www/openapi-gen/queries/ensureQueryData.ts     |   5 +-
 .../plugins/www/openapi-gen/queries/prefetch.ts    |   5 +-
 .../plugins/www/openapi-gen/queries/queries.ts     |   5 +-
 .../plugins/www/openapi-gen/queries/suspense.ts    |   5 +-
 .../www/openapi-gen/requests/services.gen.ts       |   4 +-
 .../plugins/www/openapi-gen/requests/types.gen.ts  |   1 +
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  28 ++-
 .../providers/edge3/worker_api/routes/ui.py        |   3 +
 providers/edge3/www-hash.txt                       |   2 +-
 23 files changed, 380 insertions(+), 35 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/TaskStreamFilter.tsx

Reply via email to