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/04 06:48:45 UTC

[incubator-eventmesh] branch dashboard updated (842c04895 -> c160b1083)

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

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


    from 842c04895 Merge pull request #2809 from SLSJL/dashboard
     new 5f8d11da8 [Dashboard] Feature - Added  event catalogs
     new f69285c56 Merge branch 'apache:dashboard' into dashboard
     new c160b1083 Merge pull request #2810 from SLSJL/dashboard

The 1182 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:
 .../pages/eventCatalogs/EventCatalogs.tsx          | 123 +++++++++++++++++++
 .../pages/eventCatalogs/SchemaView.tsx             | 134 +++++++++++++++++++++
 eventmesh-dashboard/pages/eventCatalogs/index.ts   |   3 +
 eventmesh-dashboard/pages/eventCatalogs/types.ts   |   5 +
 4 files changed, 265 insertions(+)
 create mode 100644 eventmesh-dashboard/pages/eventCatalogs/EventCatalogs.tsx
 create mode 100644 eventmesh-dashboard/pages/eventCatalogs/SchemaView.tsx
 create mode 100644 eventmesh-dashboard/pages/eventCatalogs/index.ts
 create mode 100644 eventmesh-dashboard/pages/eventCatalogs/types.ts


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