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

[incubator-eventmesh] branch master updated (5e83bb451 -> 10dd4f567)

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

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


    from 5e83bb451 [ISSUE #2908] Remove the override of @chakra-ui/system
     new 70c26db88 Merge branch 'master' of https://github.com/apache/incubator-eventmesh into license-update
     new e0a48ab63 [ISSUE #2909]Fix dashboard admin startup
     new 665761358 remove EventMeshAdminController.java
     new 20b4491bb update ClientManageControllerTest
     new 10dd4f567 Merge pull request #2910 from xwm1992/admin-start-fix

The 3241 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:
 eventmesh-runtime/conf/eventmesh.properties        |  2 +-
 .../admin/controller/ClientManageController.java   | 48 +++++++++++--
 .../admin/controller/EventMeshAdminController.java | 81 ----------------------
 .../admin/handler/ConfigurationHandler.java        | 50 +++++++------
 .../runtime/admin/handler/EventHandler.java        | 10 ++-
 .../runtime/admin/handler/GrpcClientHandler.java   |  8 ++-
 .../runtime/admin/handler/HTTPClientHandler.java   |  8 ++-
 .../runtime/admin/handler/MetricsHandler.java      | 11 ++-
 .../runtime/admin/handler/RegistryHandler.java     | 10 ++-
 .../runtime/admin/handler/TCPClientHandler.java    |  9 ++-
 .../runtime/admin/handler/TopicHandler.java        | 10 ++-
 .../runtime/boot/EventMeshGrpcBootstrap.java       |  8 +++
 .../runtime/boot/EventMeshHttpBootstrap.java       |  8 +++
 .../eventmesh/runtime/boot/EventMeshServer.java    | 32 +++++++++
 .../eventmesh/runtime/boot/EventMeshTCPServer.java | 28 ++++----
 .../runtime/boot/EventMeshTcpBootstrap.java        |  9 +++
 .../controller/ClientManageControllerTest.java     | 28 +++++++-
 17 files changed, 215 insertions(+), 145 deletions(-)
 delete mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/controller/EventMeshAdminController.java


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