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 #2

Merged
merged 29 commits into from
May 22, 2021
Merged

3.0 #2

merged 29 commits into from
May 22, 2021

Commits on Apr 19, 2021

  1. build(deps): bump github.com/RoaringBitmap/roaring from 0.5.5 to 0.6.0

    Bumps [github.com/RoaringBitmap/roaring](https://github.com/RoaringBitmap/roaring) from 0.5.5 to 0.6.0.
    - [Release notes](https://github.com/RoaringBitmap/roaring/releases)
    - [Commits](RoaringBitmap/roaring@v0.5.5...v0.6.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    030e8f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request #1163 from apache/dependabot/go_modules/develop/gi…

    …thub.com/RoaringBitmap/roaring-0.6.0
    
    build(deps): bump github.com/RoaringBitmap/roaring from 0.5.5 to 0.6.0
    AlexStocks authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8f66263 View commit details
    Browse the repository at this point in the history
  2. Imp: baseUrl -> baseURl

    AlexStocks committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d386794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c00a04 View commit details
    Browse the repository at this point in the history
  4. modify map use in nacos service_discovery; Fix issue-1165 (#1169)

    * modify map use in nacos service_discovery
    
    * fix map double write bug
    
    Co-authored-by: yexiaobo <yexiaobo@luojilab.com>
    WilliamLeaves and yexiaobo authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a14c18f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Fix: use triple v0.1.2, split dubbogo from triple (#1168)

    * fix: split dubbogo from triple
    
    * fix: remote unused replace
    
    * fix: fmt
    
    * fix: fix metadata report test file
    
    * fix: fix ci linter
    
    * fix: fix test
    
    * fix: change dubbo3grpcservice location
    
    * fix: add liscecne
    
    * fix: fix nacos test
    
    * fix: fix test
    
    * fix: fix consul test
    
    * è¦
    
    * fix
    
    * fix: solve triple hessian java-go
    
    * fix: fix comment bugs
    LaurenceLiZhixin authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    279ccd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Client pool enhance (#1119)

    * change client pool
    
    * fix bad logic
    
    * remove configuration for client Pool
    
    * remove client pool
    
    * fix vendor
    
    * refine lock logic to reduce lock performance
    
    * fmt imports
    
    Co-authored-by: 文徐 <wangwenxue.wwx@alibaba-inc.com>
    wenxuwan and wenxuwan authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    e9f16c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    3a9956a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Mod: update wechat pic

    AlexStocks committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    626cc4c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/RoaringBitmap/roaring from 0.5.5 to 0.6.0 (

    #1175)
    
    * 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>
    
    * build(deps): bump github.com/RoaringBitmap/roaring from 0.5.5 to 0.6.0
    
    Bumps [github.com/RoaringBitmap/roaring](https://github.com/RoaringBitmap/roaring) from 0.5.5 to 0.6.0.
    - [Release notes](https://github.com/RoaringBitmap/roaring/releases)
    - [Commits](RoaringBitmap/roaring@v0.5.5...v0.6.0)
    
    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: Joe Zou <joezou@apache.org>
    3 people authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5687969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c061e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e2643 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. replace default config string with const value (#1182)

    * replace default config string with const value
    
    * delete some duplicate keys
    
    Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
    Mulavar and dongjianhui authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ddc39a3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Fix 3.0 ci problem (#1188)

    * fix etcd problem
    
    * fix metadata report etcd problem
    
    * fix nacos & cluster_impl ci problem
    
    * fix nacos ci problem
    
    * fix zk ci problem
    
    * fix zk metadata service urls not found error
    
    * fix zk TestAddListenerZookeeperServiceDiscovery
    
    * fix zk TestAddListenerZookeeperServiceDiscovery
    
    * fix config int to string bug
    ztelur authored May 6, 2021
    Configuration menu
    Copy the full SHA
    3180469 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. add retry times in zookeeper starting (#1179)

    * add retry times
    
    * Add: add ruubypay to user list. (#1180)
    
    * fix import for linter
    
    * replace default config string with const value (#1182)
    
    * replace default config string with const value
    
    * delete some duplicate keys
    
    Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
    
    * Fix 3.0 ci problem (#1188)
    
    * fix etcd problem
    
    * fix metadata report etcd problem
    
    * fix nacos & cluster_impl ci problem
    
    * fix nacos ci problem
    
    * fix zk ci problem
    
    * fix zk metadata service urls not found error
    
    * fix zk TestAddListenerZookeeperServiceDiscovery
    
    * fix zk TestAddListenerZookeeperServiceDiscovery
    
    * fix config int to string bug
    
    * add retry times
    
    * fix import for linter
    
    * revert rename etcdv3
    
    Co-authored-by: xianlezheng <zhengxianle@gmail.com>
    Co-authored-by: Mulavar <978007503@qq.com>
    Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
    Co-authored-by: randy <ztelur@gmail.com>
    Co-authored-by: 蒋超 <jiangchao@jiangchaodeMacBook-Pro.local>
    6 people authored May 7, 2021
    Configuration menu
    Copy the full SHA
    f421172 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Feat: add v3router to dubbogo (#1187)

    * fix: add v3router
    
    * fix: fix import block
    
    * fix: code review
    
    * fix
    
    * fix: fix nil ptr bug
    LaurenceLiZhixin authored May 8, 2021
    Configuration menu
    Copy the full SHA
    76d056e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. modify module name and import path (#1194)

    * modify module name and import path
    
    * fix module replace version
    Mulavar authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d1e76d9 View commit details
    Browse the repository at this point in the history
  2. fix merge (#1197)

    Co-authored-by: dongjianhui <dongjianhui@yuanfudao.com>
    Mulavar and dongjianhui authored May 10, 2021
    Configuration menu
    Copy the full SHA
    ceac0d6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. update grpc and etcd (#1186)

    gaoxinge authored May 13, 2021
    Configuration menu
    Copy the full SHA
    bd52149 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/RoaringBitmap/roaring from 0.6.0 to 0.6.1 (

    #1195)
    
    * 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>
    
    * build(deps): bump github.com/RoaringBitmap/roaring from 0.6.0 to 0.6.1
    
    Bumps [github.com/RoaringBitmap/roaring](https://github.com/RoaringBitmap/roaring) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/RoaringBitmap/roaring/releases)
    - [Commits](RoaringBitmap/roaring@v0.6.0...v0.6.1)
    
    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>
    3 people authored May 13, 2021
    Configuration menu
    Copy the full SHA
    3c16052 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. reuse MockEventDispatcher and NewMockServiceNameMapping in service di…

    …scovery test (#1189)
    
    * resuse mock struct in service discovery test
    
    * go fmt
    
    * go mod tidy
    
    * github.com/dubbo-go -> dubbo.apache.org/dubbo-go/v3
    
    * github.com/apache/dubbo-go -> dubbo.apache.org/dubbo-go/v3
    
    * go fmt
    
    * fix GoPath in Dockerfile
    gaoxinge authored May 14, 2021
    Configuration menu
    Copy the full SHA
    f533a1d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. fix: update 3.0 version and changelog (#1199)

    * fix: update 3.0 version and changelog
    
    * fix: update readme
    
    * Update CHANGE.md
    
    Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
    LaurenceLiZhixin and AlexStocks authored May 15, 2021
    Configuration menu
    Copy the full SHA
    d385de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cb4217 View commit details
    Browse the repository at this point in the history
  3. Ftr: enable filter and cluster when client consumer provider directly (

    …#1181)
    
    * URL directly call add filter and cluster
    
    * update
    
    * update
    
    * add mockFilter
    
    Co-authored-by: kezhan <kezhan@shizhuang-inc.com>
    Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
    3 people authored May 15, 2021
    Configuration menu
    Copy the full SHA
    bda9a0b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    6b753d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65774dc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. add dingtalk logo (#1207)

    * 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)
    
    * add dingtalk logo
    
    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: 边竹 <xiangwei.xxw@alibaba-inc.com>
    6 people authored May 18, 2021
    Configuration menu
    Copy the full SHA
    547ec60 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. add more user cases

    AlexStocks committed May 20, 2021
    Configuration menu
    Copy the full SHA
    5a0a0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f83b1a View commit details
    Browse the repository at this point in the history