[dubbo-go] branch feature/rest updated (182a367 -> 84a2b65)

2020-03-08 Thread flycash
This is an automated email from the ASF dual-hosted git repository.

flycash pushed a change to branch feature/rest
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


from 182a367  Merge pull request #392 from Patrick0308/rest_protocol
 new 1829072  modify rest
 new 3a46e04  add rest unit tests
 new fa27aa2  modify rest protocol
 new 84a2b65  Merge pull request #394 from Patrick0308/rest

The 1479 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:
 protocol/rest/rest_config_initializer.go   | 28 +--
 protocol/rest/rest_config_initializer_test.go  | 19 
 .../testdata/consumer_config.yml   | 55 +-
 .../testdata/provider_config.yml   | 50 +++-
 protocol/rest/rest_interface/rest_config.go| 22 -
 protocol/rest/rest_invoker_test.go | 12 +++--
 protocol/rest/rest_protocol.go | 29 
 protocol/rest/rest_protocol_test.go|  8 ++--
 8 files changed, 104 insertions(+), 119 deletions(-)



[dubbo-go] branch develop updated (ab850a4 -> a7ae33f)

2020-03-08 Thread fangyc
This is an automated email from the ASF dual-hosted git repository.

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


from ab850a4  Merge pull request #389 from CodingSinger/HEALTH_CHECK
 new f113593  if zkJar not exist,it will download it.
 new 62840ac  modify
 new a7ae33f  Merge pull request #393 from Patrick0308/modify-ut-shell

The 1625 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:
 before_ut.bat | 20 +---
 before_ut.sh  | 18 --
 2 files changed, 25 insertions(+), 13 deletions(-)



[dubbo-go-hessian2] branch master updated: Mod: ignore coverage.txt

2020-03-08 Thread fangyc
This is an automated email from the ASF dual-hosted git repository.

fangyc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
 new 05e315e  Mod: ignore coverage.txt
05e315e is described below

commit 05e315e173a84d4d65067f41dd4f5b35bd3c52ce
Author: fangyincheng 
AuthorDate: Sun Mar 8 17:03:35 2020 +0800

Mod: ignore coverage.txt
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 485dee6..1363720 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 .idea
+coverage.txt



[dubbo-go-hessian2] branch master updated: Update: go version 1.12 -> 1.13 in go.mod

2020-03-08 Thread alexstocks
This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
 new 3848d64  Update: go version 1.12 -> 1.13 in go.mod
3848d64 is described below

commit 3848d646657a13ea1706eb6abc55339ecde760b2
Author: alexstocks 
AuthorDate: Sun Mar 8 16:19:26 2020 +0800

Update: go version 1.12 -> 1.13 in go.mod
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a711aab..d055790 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ matrix:
   jdk: openjdk8
 
 go:
-  - "1.12"
+  - "1.13"
 
 script:
   - mvn clean package -f test_hessian/pom.xml