Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 #4

Merged
merged 46 commits into from
Jul 23, 2021
Merged

3.0 #4

merged 46 commits into from
Jul 23, 2021

Conversation

alchemy-lee
Copy link
Owner

What this PR does:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


zhaoyunxing92 and others added 30 commits June 4, 2021 11:21
…bbo3 (#1240)

* fix: change 3.0 triple provider reference

* fix: change 3.0 triple provider reference

* Fix: add liscence
* unittests for DubboCodec

* fix serializing url bug and add error handling

* gofmt
* restructure remoting metadata serivce

* conform to the code style of imports
* build(deps): bump actions/cache from v2.1.4 to v2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>

* improve etcd version and change create to put (#1203)

* build(deps): bump actions/cache from 2.1.5 to 2.1.6

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
Co-authored-by: AlexStocks <alexstocks@foxmail.com>
Co-authored-by: randy <ztelur@gmail.com>
* fix type; remove useless code

* log
…support. (#1242)

* improve etcd version and change create to put (#1203)

* fix: add msgpack serializer support

* fix: add msgpack serializer support

* fix: change triplr

* fix: add msgpack

* feat: add multicodec

Co-authored-by: randy <ztelur@gmail.com>
* fix graceful shutdown bugs

* simplify log

* fix graceful shutdown bug for invokers

* fix timeout bug

* fix RequestsFinished not working bug

* fix bugs related ShutdownConfig
* modify map use in nacos service_discovery

* fix map double write bug

* etcd app level service discovery implement

* ange variable name; add more asserts for etcd_report tes

* Update report.go

Co-authored-by: yexiaobo <yexiaobo@luojilab.com>
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
* build(deps): bump actions/cache from v2.1.4 to v2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>

* improve etcd version and change create to put (#1203)

* up:remoting nacos

* add:nacos service discovery

* up:设置默认值

* up:nacos registroy client

* up:nacon config client

* up:go fmt

* up:nacos config client

* up:test

* up:修改初æ测试方法

* up:fmt

* up:triple version

* up:修改配置操作

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
Co-authored-by: AlexStocks <alexstocks@foxmail.com>
Co-authored-by: randy <ztelur@gmail.com>
* fix: github-action.yml

* fix: github-action.yml

* fix: fmt files
* remove grpc plugin dependency on grpc protocol

* move pb and pb.go to internal
* build(deps): bump actions/cache from v2.1.4 to v2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>

* improve etcd version and change create to put (#1203)

* rename

* Fix: left shift byte 24/16/8 bits, always get 0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
Co-authored-by: AlexStocks <alexstocks@foxmail.com>
Co-authored-by: randy <ztelur@gmail.com>
update Reporting bugs

use chinese

rename contributing

rename CONTRIBUTING

update README_CN

fix typo

fix CONTRIBUTING file path

update quick start link

fix typo

fix type

fix typo
* make the package v3router/judger test coverage rate reach 80%

* add router_chain unit test

* refactor imports and some code

* remove blank lines

Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
* supplementary fix #1254

remove unused comments

fix import cycle

append apache license header

fix gracefulShutdownFilter unittest bug

go fmt

fix gracefulShutdownConfig unittest bug

fix gracefulShutdownConfig unittest bug

go fmt

* improve formatting based on code style

* go fmt

* set RequestsFinished explicitly

* use mutex to protect variables of ShutdownConfig

* ftr: add config (#1258)

* recover gracefulShutdownFilter logic

* remove unused mutex

Co-authored-by: Laurence <45508533+LaurenceLiZhixin@users.noreply.github.com>
* refine grpc test code

* fix test

* remove useless code

* config test grpc server
Co-authored-by: wangxiaowei14227 <wangxiaowei14227@autohome.com.cn>
* nacos config center optimize

* up remote config

* add protocol chick

* up:代码优化

* go fmt
xg.gao and others added 16 commits July 1, 2021 17:58
…1300)

* build(deps): bump actions/cache from v2.1.4 to v2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>

* improve etcd version and change create to put (#1203)

* make the package v3router/judger test coverage rate reach 80% (#1260)

* make the package v3router/judger test coverage rate reach 80%

* add router_chain unit test

* refactor imports and some code

* remove blank lines

Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>

* Fix: Graceful shutdown bugs(supplement #1254) (#1257)

* supplementary fix #1254

remove unused comments

fix import cycle

append apache license header

fix gracefulShutdownFilter unittest bug

go fmt

fix gracefulShutdownConfig unittest bug

fix gracefulShutdownConfig unittest bug

go fmt

* improve formatting based on code style

* go fmt

* set RequestsFinished explicitly

* use mutex to protect variables of ShutdownConfig

* ftr: add config (#1258)

* recover gracefulShutdownFilter logic

* remove unused mutex

Co-authored-by: Laurence <45508533+LaurenceLiZhixin@users.noreply.github.com>

* refine grpc test code (#1266)

* refine grpc test code

* fix test

* remove useless code

* config test grpc server

* registry 默认值问题 (#1275)

Co-authored-by: wangxiaowei14227 <wangxiaowei14227@autohome.com.cn>

* config center for more parameters (#1277)

* nacos config center optimize

* up remote config

* add protocol chick

* up:代码优化

* go fmt

* fix: add arch picture in readme and delete unused router field. (#1279)

* fix

* fix: delete notify

* performance optimization: change time.After => time.NewTimer

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
Co-authored-by: AlexStocks <alexstocks@foxmail.com>
Co-authored-by: randy <ztelur@gmail.com>
Co-authored-by: LaurenceLiZhixin <382673304@qq.com>
Co-authored-by: Mulavar <978007503@qq.com>
Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
Co-authored-by: XavierNiu <a@nxw.name>
Co-authored-by: Laurence <45508533+LaurenceLiZhixin@users.noreply.github.com>
Co-authored-by: gaoxinge <xg.gao@tianrang-inc.com>
Co-authored-by: wangxw666 <2484713618@qq.com>
Co-authored-by: wangxiaowei14227 <wangxiaowei14227@autohome.com.cn>
Co-authored-by: 赵云兴 <2385585770@qq.com>
Co-authored-by: wangxiaowei14227 <wangxiaowei14227@autohome.com.cn>
* refactor filter

fix config name

fix name problems

update for code style

temp

sync

sync

refactor filter done

* enhance compatibility

* apache license

* fix extension errors

* fix bugs and update docs

* enhance code style

* fix bugs

* rename EchoFilterForTest

* move filter keys to constant package

* go fmt
* fix: delete consul

* fix: fix ci

* fix: change to ticker

* fix: fall back to old getty

* fix: change after

* fix: revert to 1.4.3

* fix: revert timewhell

Co-authored-by: lizhixin.lzx <lizhixin.lzx@alibaba-inc.com>
* support Key Func in ServiceEvent

* FIX review issue and add unit test

* fix : make all getCacheKey from ServiceEvent

* fix override url notify bug
@alchemy-lee alchemy-lee merged commit 7b0682f into alchemy-lee:3.0 Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.