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 2022/10/28 14:34:47 UTC

[incubator-eventmesh] branch master updated (e0f80f3a -> 54afa947)

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 e0f80f3a Merge pull request #2001 from San-Qian/master
     new 3bd3998e add workflow/catalog create command logic
     new 2bf0df4d add license header
     new 54afa947 Merge pull request #2005 from walterlife/add-cmd

The 2148 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:
 .../cmd/build.sh                                   |  7 +-
 eventmesh-catalog-go/cmd/main.go                   | 78 ++++++++++++++++++++++
 .../configs/testorder.yaml                         | 30 +++++++--
 eventmesh-catalog-go/go.mod                        |  3 +
 eventmesh-catalog-go/go.sum                        |  8 +++
 eventmesh-catalog-go/internal/dal/config.go        |  2 +-
 eventmesh-catalog-go/server.go                     | 64 ------------------
 .../apache/eventmesh/selector/NacosSelector.java   | 17 +++++
 eventmesh-workflow-go/api/workflow.go              |  2 -
 .../cmd/build.sh                                   |  7 +-
 eventmesh-workflow-go/cmd/main.go                  | 71 ++++++++++++++++++++
 .../testcreateworkflow.yaml}                       | 18 ++---
 eventmesh-workflow-go/go.mod                       |  1 +
 eventmesh-workflow-go/go.sum                       |  3 +
 .../internal/constants/constants.go                |  6 +-
 eventmesh-workflow-go/internal/dal/workflow.go     | 24 ++++---
 eventmesh-workflow-go/server.go                    | 48 ++-----------
 17 files changed, 247 insertions(+), 142 deletions(-)
 copy eventmesh-connector-plugin/eventmesh-connector-kafka/gradle.properties => eventmesh-catalog-go/cmd/build.sh (82%)
 copy eventmesh-connector-plugin/eventmesh-connector-kafka/gradle.properties => eventmesh-catalog-go/configs/testorder.yaml (62%)
 copy eventmesh-connector-plugin/eventmesh-connector-kafka/gradle.properties => eventmesh-workflow-go/cmd/build.sh (81%)
 copy eventmesh-workflow-go/{third_party/swf/testdata/greeting.yaml => configs/testcreateworkflow.yaml} (84%)


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