You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ir...@apache.org on 2021/06/17 01:51:20 UTC

[dubbo-go-samples] branch 3.0 updated (1fa60b6 -> 5f7fd09)

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

ironcity pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git.


    from 1fa60b6  fix: add 3.0 test (#141)
     new c11251c  add seata run
     new abfa055  fmt file
     new 5f7fd09  Merge pull request #142 from zhaoyunxing92/seata

The 356 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:
 .run/seata/seata-client-app.run.xml       | 16 ++++++++++++++++
 .run/seata/seata-order-svc.run.xml        | 16 ++++++++++++++++
 .run/seata/seata-product.run.xml          | 16 ++++++++++++++++
 seata/client/app/client.go                |  2 +-
 seata/client/profiles/dev/client.yml      |  8 ++++----
 seata/client/profiles/dev/log.yml         |  2 +-
 seata/docker/docker-compose.yml           | 32 +++++++++++++++++++++++++++++++
 seata/order-svc/app/server.go             |  2 +-
 seata/order-svc/profiles/dev/log.yml      |  2 +-
 seata/order-svc/profiles/dev/server.yml   |  8 ++++----
 seata/product-svc/app/server.go           |  2 +-
 seata/product-svc/profiles/dev/server.yml |  8 ++++----
 12 files changed, 97 insertions(+), 17 deletions(-)
 create mode 100644 .run/seata/seata-client-app.run.xml
 create mode 100644 .run/seata/seata-order-svc.run.xml
 create mode 100644 .run/seata/seata-product.run.xml
 create mode 100644 seata/docker/docker-compose.yml