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/11/10 09:05:41 UTC

[incubator-eventmesh] branch master updated (6b2c0a93 -> c74100a0)

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 6b2c0a93 Merge pull request #2141 from 1193324541/fix_patch_20221109
     new 10a97c0d add workflow run scripts
     new a7008f27 add file license header
     new 6e927ad6 modify comment
     new c74100a0 Merge pull request #2150 from walterlife/add_run_script

The 2352 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-catalog-go/Makefile                      |  2 +-
 eventmesh-catalog-go/bin/start-catalog.sh          | 58 ++++++++++++++++++++++
 .../bin/stop-catalog.sh                            | 24 ++++++---
 .../internal/util/file_utils.go                    | 17 ++++---
 eventmesh-catalog-go/server.go                     |  7 +++
 eventmesh-workflow-go/Makefile                     |  2 +-
 eventmesh-workflow-go/bin/start-workflow.sh        | 58 ++++++++++++++++++++++
 .../bin/stop-workflow.sh                           | 24 ++++++---
 .../internal/util/file_utils.go                    | 17 ++++---
 eventmesh-workflow-go/server.go                    |  7 +++
 10 files changed, 182 insertions(+), 34 deletions(-)
 create mode 100644 eventmesh-catalog-go/bin/start-catalog.sh
 copy eventmesh-runtime/scripts/before_shutdown.sh => eventmesh-catalog-go/bin/stop-catalog.sh (66%)
 copy eventmesh-sdk-go/common/protocol/subscription_type.go => eventmesh-catalog-go/internal/util/file_utils.go (82%)
 create mode 100644 eventmesh-workflow-go/bin/start-workflow.sh
 copy eventmesh-runtime/scripts/before_shutdown.sh => eventmesh-workflow-go/bin/stop-workflow.sh (66%)
 copy eventmesh-sdk-go/common/protocol/subscription_type.go => eventmesh-workflow-go/internal/util/file_utils.go (82%)


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