You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2023/01/10 08:37:40 UTC

[incubator-eventmesh] branch master updated (60644d6ed -> 666cf40dd)

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

mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 60644d6ed Merge pull request #2886 from walterlife/feature/add-licenses
     new c5cbef281 Merge branch 'apache:master' into event-catalogs
     new ff27e0a9c [Dashboard] Completed EventCatalogs feature; Minor adjustment to Workflow
     new 6bcd94557 Merge branch 'apache:master' into event-catalogs
     new b9aa91920 [Dashboard] Hide status in details
     new 666cf40dd Merge pull request #2889 from SLSJL/event-catalogs

The 3216 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../{workflow => eventCatalogs}/Create.tsx         |  79 ++++------
 .../components/eventCatalogs/Details.tsx           | 121 ++++++++++++++++
 .../components/eventCatalogs/SchemaView.tsx        | 152 -------------------
 .../Details/index.ts => eventCatalogs/constant.ts} |   9 +-
 .../components/eventCatalogs/types.ts              |  16 ++
 eventmesh-dashboard/components/workflow/Create.tsx |  30 +---
 .../components/workflow/Details/Details.tsx        |  39 ++---
 .../components/workflow/Details/Instances.tsx      |   6 +-
 eventmesh-dashboard/pages/eventCatalogs.tsx        | 161 +++++++++++++++------
 eventmesh-dashboard/pages/workflows.tsx            |  44 +++---
 10 files changed, 336 insertions(+), 321 deletions(-)
 copy eventmesh-dashboard/components/{workflow => eventCatalogs}/Create.tsx (65%)
 create mode 100644 eventmesh-dashboard/components/eventCatalogs/Details.tsx
 delete mode 100644 eventmesh-dashboard/components/eventCatalogs/SchemaView.tsx
 copy eventmesh-dashboard/components/{workflow/Details/index.ts => eventCatalogs/constant.ts} (79%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org