Skip to content
Snippets Groups Projects
Commit 92816289 authored by John Bampton's avatar John Bampton
Browse files

Rft: remove trailing whitespace

parent d5863bec
No related branches found
No related tags found
No related merge requests found
<!-- Thanks for sending a pull request! <!-- Thanks for sending a pull request!
Read https://github.com/apache/dubbo-go/blob/master/contributing.md before commit pull request. Read https://github.com/apache/dubbo-go/blob/master/contributing.md before commit pull request.
--> -->
**What this PR does**: **What this PR does**:
......
...@@ -8,16 +8,16 @@ ...@@ -8,16 +8,16 @@
## 1.5.4 ## 1.5.4
### Bugfixes ### Bugfixes
- [Fix etcd cluster reconnect](https://github.com/apache/dubbo-go/pull/828) - [Fix etcd cluster reconnect](https://github.com/apache/dubbo-go/pull/828)
- [Fix zookeeper deadlock problem](https://github.com/apache/dubbo-go/pull/826) - [Fix zookeeper deadlock problem](https://github.com/apache/dubbo-go/pull/826)
- [Fix generic struct2MapAll](https://github.com/apache/dubbo-go/pull/822) - [Fix generic struct2MapAll](https://github.com/apache/dubbo-go/pull/822)
- [Fix Consumer panic when restart provider](https://github.com/apache/dubbo-go/pull/803) - [Fix Consumer panic when restart provider](https://github.com/apache/dubbo-go/pull/803)
- [Fix etcd can not registry](https://github.com/apache/dubbo-go/pull/819) [@lin-jianjun](https://github.com/lin-jianjun) - [Fix etcd can not registry](https://github.com/apache/dubbo-go/pull/819) [@lin-jianjun](https://github.com/lin-jianjun)
- [Fix cannot call go provider service when used by java dubbo 2.7.7 version](https://github.com/apache/dubbo-go/pull/815) [@jack15083](https://github.com/jack15083) - [Fix cannot call go provider service when used by java dubbo 2.7.7 version](https://github.com/apache/dubbo-go/pull/815) [@jack15083](https://github.com/jack15083)
- [Fix go client quit abnormally when it connects java server](https://github.com/apache/dubbo-go/pull/820) [@wenxuwan](https://github.com/wenxuwan) - [Fix go client quit abnormally when it connects java server](https://github.com/apache/dubbo-go/pull/820) [@wenxuwan](https://github.com/wenxuwan)
- [Fix sentinel windows issue](https://github.com/apache/dubbo-go/pull/821) [@louyuting](https://github.com/louyuting) - [Fix sentinel windows issue](https://github.com/apache/dubbo-go/pull/821) [@louyuting](https://github.com/louyuting)
- [Fix metadata default port](https://github.com/apache/dubbo-go/pull/821) [@sanxun0325](https://github.com/sanxun0325) - [Fix metadata default port](https://github.com/apache/dubbo-go/pull/821) [@sanxun0325](https://github.com/sanxun0325)
- [Fix consul can not destory](https://github.com/apache/dubbo-go/pull/788) [@LaurenceLiZhixin](https://github.com/LaurenceLiZhixin) - [Fix consul can not destory](https://github.com/apache/dubbo-go/pull/788) [@LaurenceLiZhixin](https://github.com/LaurenceLiZhixin)
Milestone: [https://github.com/apache/dubbo-go/milestone/6](https://github.com/apache/dubbo-go/milestone/6?closed=1) Milestone: [https://github.com/apache/dubbo-go/milestone/6](https://github.com/apache/dubbo-go/milestone/6?closed=1)
...@@ -28,23 +28,23 @@ Milestone: [https://github.com/apache/dubbo-go/milestone/6](https://github.com/a ...@@ -28,23 +28,23 @@ Milestone: [https://github.com/apache/dubbo-go/milestone/6](https://github.com/a
- [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) [@DogBaoBao](https://github.com/DogBaoBao) - [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) [@DogBaoBao](https://github.com/DogBaoBao)
- [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) [@sdttttt](https://github.com/sdttttt) - [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) [@sdttttt](https://github.com/sdttttt)
- [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) [@louyuting](https://github.com/louyuting) - [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) [@louyuting](https://github.com/louyuting)
- [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) [@oaoit](https://github.com/oaoit) - [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) [@oaoit](https://github.com/oaoit)
### Enhancement ### Enhancement
- [Add address notification batch mode](https://github.com/apache/dubbo-go/pull/741) [@beiwei30](https://github.com/beiwei30) - [Add address notification batch mode](https://github.com/apache/dubbo-go/pull/741) [@beiwei30](https://github.com/beiwei30)
- [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) [@fangyincheng](https://github.com/fangyincheng) [@georgehao](https://github.com/georgehao) - [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) [@fangyincheng](https://github.com/fangyincheng) [@georgehao](https://github.com/georgehao)
- [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) [@YongHaoWu](https://github.com/YongHaoWu) - [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) [@YongHaoWu](https://github.com/YongHaoWu)
- [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) [@gaoxinge](https://github.com/gaoxinge) - [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) [@gaoxinge](https://github.com/gaoxinge)
- [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) [@cvictory](https://github.com/cvictory) - [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) [@cvictory](https://github.com/cvictory)
- [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) [@cvictory](https://github.com/cvictory) - [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) [@cvictory](https://github.com/cvictory)
- [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) [@skyao](https://github.com/skyao) - [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) [@skyao](https://github.com/skyao)
- [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) [@gaoxinge](https://github.com/gaoxinge) - [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) [@gaoxinge](https://github.com/gaoxinge)
### Bugfixes ### Bugfixes
- [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) [@zhangshen023](https://github.com/zhangshen023) - [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) [@zhangshen023](https://github.com/zhangshen023)
- [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) [@watermelo](https://github.com/watermelo) - [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) [@watermelo](https://github.com/watermelo)
- [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) [@YGrylls](https://github.com/YGrylls) - [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) [@YGrylls](https://github.com/YGrylls)
- [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) [@wenxuwan](https://github.com/wenxuwan) - [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) [@wenxuwan](https://github.com/wenxuwan)
Milestone: [https://github.com/apache/dubbo-go/milestone/4](https://github.com/apache/dubbo-go/milestone/4?closed=1) Milestone: [https://github.com/apache/dubbo-go/milestone/4](https://github.com/apache/dubbo-go/milestone/4?closed=1)
...@@ -171,7 +171,7 @@ Project: [https://github.com/apache/dubbo-go/projects/8](https://github.com/apac ...@@ -171,7 +171,7 @@ Project: [https://github.com/apache/dubbo-go/projects/8](https://github.com/apac
- [Add grpc protocol](https://github.com/apache/dubbo-go/pull/311) - [Add grpc protocol](https://github.com/apache/dubbo-go/pull/311)
### Enhancement ### Enhancement
- [The SIGSYS and SIGSTOP are not supported in windows platform](https://github.com/apache/dubbo-go/pull/262) - [The SIGSYS and SIGSTOP are not supported in windows platform](https://github.com/apache/dubbo-go/pull/262)
- [Error should be returned when `NewURL` failed](https://github.com/apache/dubbo-go/pull/266) - [Error should be returned when `NewURL` failed](https://github.com/apache/dubbo-go/pull/266)
- [Split config center GetConfig method](https://github.com/apache/dubbo-go/pull/267) - [Split config center GetConfig method](https://github.com/apache/dubbo-go/pull/267)
...@@ -181,7 +181,7 @@ Project: [https://github.com/apache/dubbo-go/projects/8](https://github.com/apac ...@@ -181,7 +181,7 @@ Project: [https://github.com/apache/dubbo-go/projects/8](https://github.com/apac
- [Change zk version and add base_registry](https://github.com/apache/dubbo-go/pull/355) - [Change zk version and add base_registry](https://github.com/apache/dubbo-go/pull/355)
### Bugfixes ### Bugfixes
- [Fix negative wait group count](https://github.com/apache/dubbo-go/pull/253) - [Fix negative wait group count](https://github.com/apache/dubbo-go/pull/253)
- [After disconnection with ZK registry, cosumer can't listen to provider changes](https://github.com/apache/dubbo-go/pull/258) - [After disconnection with ZK registry, cosumer can't listen to provider changes](https://github.com/apache/dubbo-go/pull/258)
- [The generic filter and default reference filters lack ','](https://github.com/apache/dubbo-go/pull/260) - [The generic filter and default reference filters lack ','](https://github.com/apache/dubbo-go/pull/260)
......
...@@ -109,7 +109,7 @@ force: true ...@@ -109,7 +109,7 @@ force: true
runtime: false runtime: false
conditions: conditions:
- => host != 172.22.3.91 - => host != 172.22.3.91
- host = 192.168.199.208 => host = 192.168.199.208 - host = 192.168.199.208 => host = 192.168.199.208
` `
ts, z, _, err := zookeeper.NewMockZookeeperClient("test", 15*time.Second) ts, z, _, err := zookeeper.NewMockZookeeperClient("test", 15*time.Second)
assert.NoError(t, err) assert.NoError(t, err)
......
# dubbo router yaml configure file # dubbo router yaml configure file
routerRules: routerRules:
- scope: application - scope: application
key: mock-app key: mock-app
priority: 1 priority: 1
......
# dubbo router yaml configure file # dubbo router yaml configure file
routerRules: routerRules:
- priority: 1 - priority: 1
force: true force: true
noConditions : noConditions :
......
...@@ -40,7 +40,7 @@ The title format of the pull request `MUST` follow the following rules: ...@@ -40,7 +40,7 @@ The title format of the pull request `MUST` follow the following rules:
>- 1 there should be comment for every export func/var. >- 1 there should be comment for every export func/var.
>- 2 the comment should begin with function name/var name. >- 2 the comment should begin with function name/var name.
### 3.4 import ### 3.4 import
We dubbogo import blocks should be splited into 3 blocks. We dubbogo import blocks should be splited into 3 blocks.
...@@ -53,12 +53,12 @@ import ( ...@@ -53,12 +53,12 @@ import (
// block 2: the third package // block 2: the third package
import ( import (
"github.com/dubbogo/xxx" "github.com/dubbogo/xxx"
"github.com/RoaringBitmap/roaring" "github.com/RoaringBitmap/roaring"
) )
// block 3: the dubbo-go package // block 3: the dubbo-go package
import ( import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
) )
``` ```
\ No newline at end of file
...@@ -21,7 +21,7 @@ Apache开源软件是有社区驱动的,为了提高发布软件质量而指 ...@@ -21,7 +21,7 @@ Apache开源软件是有社区驱动的,为了提高发布软件质量而指
## 1. 发版准备 ## 1. 发版准备
发版文件需要签名,需要安装pgp工具. 发版文件需要签名,需要安装pgp工具.
```bash ```bash
$ brew install gpg $ brew install gpg
...@@ -167,7 +167,7 @@ $ svn commit --username wongoo -m "Release dubbo-go-hessian2 v1.4.0-rc1" ...@@ -167,7 +167,7 @@ $ svn commit --username wongoo -m "Release dubbo-go-hessian2 v1.4.0-rc1"
发任何邮件都是有一定格式的,你加入社区邮件列表后,就会收到很多这样的邮件,多看看就知道了,具体邮件范本参考文章后面的邮件范本。 发任何邮件都是有一定格式的,你加入社区邮件列表后,就会收到很多这样的邮件,多看看就知道了,具体邮件范本参考文章后面的邮件范本。
发完【VOTE】邮件,私下沟通群里面请大佬PMC投票。 发完【VOTE】邮件,私下沟通群里面请大佬PMC投票。
PMC投票会对你上传打包文件进行相关检查, PMC投票会对你上传打包文件进行相关检查,
详细可以了解孵化中的项目发布完整的检查项参考: https://cwiki.apache.org/confluence/display/INCUBATOR2/IncubatorReleaseChecklist 详细可以了解孵化中的项目发布完整的检查项参考: https://cwiki.apache.org/confluence/display/INCUBATOR2/IncubatorReleaseChecklist
收到3个binding邮件且超过72小时后,就可以发 投票结果 [RESULT] [VOTE] 邮件了。 收到3个binding邮件且超过72小时后,就可以发 投票结果 [RESULT] [VOTE] 邮件了。
...@@ -185,7 +185,7 @@ PMC投票会对你上传打包文件进行相关检查, ...@@ -185,7 +185,7 @@ PMC投票会对你上传打包文件进行相关检查,
## 5. 发布版本 ## 5. 发布版本
当正式发布投票成功后,先发[Result]邮件,然后就准备 release package。 当正式发布投票成功后,先发[Result]邮件,然后就准备 release package。
将之前在dev下发布的对应rc文件夹下的源码包、签名文件和hash文件拷贝到另一个目录 v1.4.0, 将之前在dev下发布的对应rc文件夹下的源码包、签名文件和hash文件拷贝到另一个目录 v1.4.0,
注意文件名字中不要rcxx (可以rename,但不要重新计算签名,hash可以重新计算,结果不会变)。 注意文件名字中不要rcxx (可以rename,但不要重新计算签名,hash可以重新计算,结果不会变)。
...@@ -253,7 +253,7 @@ Hello Dubbo/Dubbogo Community, ...@@ -253,7 +253,7 @@ Hello Dubbo/Dubbogo Community,
[ ] +1 approve [ ] +1 approve
[ ] +0 no opinion [ ] +0 no opinion
[ ] -1 disapprove with the reason [ ] -1 disapprove with the reason
Thanks, Thanks,
The Apache Dubbo-go Team The Apache Dubbo-go Team
``` ```
...@@ -284,7 +284,7 @@ between text And link. I suggest add one to make it looks better. <--- 一些 ...@@ -284,7 +284,7 @@ between text And link. I suggest add one to make it looks better. <--- 一些
I checked the following items: I checked the following items:
[v] Are release files in correct location? <-- 发布文件目录是否正确 [v] Are release files in correct location? <-- 发布文件目录是否正确
[v] Do release files have the word incubating in their name? [v] Do release files have the word incubating in their name?
[v] Are the digital signature and hashes correct? <-- 签名、hash是否正确 [v] Are the digital signature and hashes correct? <-- 签名、hash是否正确
[v] Do LICENSE and NOTICE files exists? [v] Do LICENSE and NOTICE files exists?
[v] Is the LICENSE and NOTICE text correct? <-- 协议文本是否正确 [v] Is the LICENSE and NOTICE text correct? <-- 协议文本是否正确
......
...@@ -30,7 +30,7 @@ import ( ...@@ -30,7 +30,7 @@ import (
// an embedded consul server. // an embedded consul server.
func NewConsulAgent(t *testing.T, port int) *agent.TestAgent { func NewConsulAgent(t *testing.T, port int) *agent.TestAgent {
hcl := ` hcl := `
ports { ports {
http = ` + strconv.Itoa(port) + ` http = ` + strconv.Itoa(port) + `
} }
` `
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment