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

Ftr: condition router #294

Merged
merged 119 commits into from
Feb 27, 2020
Merged

Ftr: condition router #294

merged 119 commits into from
Feb 27, 2020

Commits on Aug 18, 2019

  1. use router in dubbo-go

    aliiohs committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    7b07c34 View commit details
    Browse the repository at this point in the history
  2. add GetBackupUrls method

    renzhiyuan authored and aliiohs committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    dabfded View commit details
    Browse the repository at this point in the history
  3. use router in dubbo-go

    aliiohs committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    26ca61e View commit details
    Browse the repository at this point in the history
  4. use router in dubbo-go

    aliiohs committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    3ef29b7 View commit details
    Browse the repository at this point in the history
  5. use router in dubbo-go

    aliiohs committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    1faef98 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. change Version file

    aliiohs committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    8b45629 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    50e42d0 View commit details
    Browse the repository at this point in the history
  2. fix cycle import bug

    aliiohs committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    dea76be View commit details
    Browse the repository at this point in the history
  3. fix

    aliiohs committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    84c39a3 View commit details
    Browse the repository at this point in the history
  4. fix

    aliiohs committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    313171b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. fix

    aliiohs committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    10c873c View commit details
    Browse the repository at this point in the history
  2. fix

    aliiohs committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    bf409d3 View commit details
    Browse the repository at this point in the history
  3. fix

    aliiohs committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    0be9cf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. debug log

    aliiohs committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    16d0b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. debug log

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    dcf2993 View commit details
    Browse the repository at this point in the history
  2. fix bug

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    20ac52c View commit details
    Browse the repository at this point in the history
  3. fix bug

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    44ead07 View commit details
    Browse the repository at this point in the history
  4. debug log

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    92b1787 View commit details
    Browse the repository at this point in the history
  5. change router factory param

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7034520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    738321e View commit details
    Browse the repository at this point in the history
  7. init router only once

    aliiohs committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3cafe33 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Merge branch 'aliiohs-UseRouter' into feature/addRouter

    # Conflicts:
    #	cluster/directory/base_directory.go
    #	common/constant/env.go
    #	common/constant/key.go
    #	config_center/dynamic_configuration.go
    #	go.mod
    #	registry/directory/directory.go
    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    a876f85 View commit details
    Browse the repository at this point in the history
  2. add router

    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    c84c1e1 View commit details
    Browse the repository at this point in the history
  3. fix problems

    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    52d3554 View commit details
    Browse the repository at this point in the history
  4. fix problems

    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    eca2285 View commit details
    Browse the repository at this point in the history
  5. fix problems

    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    58bb83a View commit details
    Browse the repository at this point in the history
  6. fix problems

    zouyx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    1c9c03f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. fix problems

    zouyx committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    cbb4759 View commit details
    Browse the repository at this point in the history
  2. fix review problems

    zouyx committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    e155e58 View commit details
    Browse the repository at this point in the history
  3. fix review problems

    zouyx committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    5909a32 View commit details
    Browse the repository at this point in the history
  4. fix review problems

    zouyx committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    085961b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. fix review problems

    zouyx committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ee8ff8d View commit details
    Browse the repository at this point in the history
  2. refactor router code

    zouyx committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    18cac91 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. refactor router code

    zouyx committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b016f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. add test case

    zouyx committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6436e24 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. refactor router code

    zouyx committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    163e9a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	go.sum
    zouyixian committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    5ee0f0d View commit details
    Browse the repository at this point in the history
  3. remove router chain

    zouyx committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    2956fc0 View commit details
    Browse the repository at this point in the history
  4. rename package

    zouyx committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    9b2700a View commit details
    Browse the repository at this point in the history
  5. rename package

    zouyx committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    af32a05 View commit details
    Browse the repository at this point in the history
  6. add to routers method

    zouyx committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    6d5d849 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. add event update

    zouyx committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a4b2d66 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    5a69d1c View commit details
    Browse the repository at this point in the history
  2. add router

    zouyx committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    caa0df0 View commit details
    Browse the repository at this point in the history
  3. split package

    zouyx committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    9b892e6 View commit details
    Browse the repository at this point in the history
  4. fix test case

    zouyx committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    6ccf9f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. add error log

    zouyx committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    d0035fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d433b View commit details
    Browse the repository at this point in the history
  3. fix review problem

    zouyx committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    5573269 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. fix review comment

    zouyx committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    2b8699f View commit details
    Browse the repository at this point in the history
  2. fix review comment

    zouyx committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    dd95421 View commit details
    Browse the repository at this point in the history
  3. fix review comment

    zouyx committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    68ac99e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    c959be6 View commit details
    Browse the repository at this point in the history
  2. add router event listener

    zouyx committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bc732b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. add router chain

    zouyx committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3e71f69 View commit details
    Browse the repository at this point in the history
  2. add router chain

    zouyx committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ce49840 View commit details
    Browse the repository at this point in the history
  3. add router chain

    zouyx committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3a2b75e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c0902 View commit details
    Browse the repository at this point in the history
  5. add test case

    zouyx committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4502c56 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. fix test

    zouyx committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    625d8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552d642 View commit details
    Browse the repository at this point in the history
  3. use before_ut.sh in travis.yml

    zouyx committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7068404 View commit details
    Browse the repository at this point in the history
  4. update test case

    zouyx committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    bb91f0f View commit details
    Browse the repository at this point in the history
  5. Update router

    zouyx committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    bd45b58 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	cluster/directory/base_directory.go
    #	cluster/router/chain/factory.go
    #	cluster/router/router.go
    #	common/extension/router_factory.go
    #	common/url.go
    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    2b3ac70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	cluster/directory/base_directory.go
    #	cluster/router/chain/factory.go
    #	cluster/router/router.go
    #	common/extension/router_factory.go
    #	common/url.go
    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1971704 View commit details
    Browse the repository at this point in the history
  3. format code

    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    5b149da View commit details
    Browse the repository at this point in the history
  4. format package

    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    948c6c5 View commit details
    Browse the repository at this point in the history
  5. format package

    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    eff1a5a View commit details
    Browse the repository at this point in the history
  6. add build router chain

    zouyx committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    cd777ee View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	cluster/router/condition/router.go
    #	common/constant/env.go
    #	common/url.go
    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    4e61cdb View commit details
    Browse the repository at this point in the history
  2. fix problems

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    2be8f85 View commit details
    Browse the repository at this point in the history
  3. fix problems

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    45256e9 View commit details
    Browse the repository at this point in the history
  4. fix problems

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    9694d44 View commit details
    Browse the repository at this point in the history
  5. fix file config init invliad

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    cc51f5f View commit details
    Browse the repository at this point in the history
  6. delete useless block

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    207c5a3 View commit details
    Browse the repository at this point in the history
  7. fix test case

    zouyx committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    4d73001 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. fix review comment

    zouyx committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    1c9a716 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. fix review comment

    zouyx committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    587b9a0 View commit details
    Browse the repository at this point in the history
  2. fix test case

    zouyx committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    dd802c0 View commit details
    Browse the repository at this point in the history
  3. fix test case

    zouyx committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1979db2 View commit details
    Browse the repository at this point in the history
  4. fix review problems

    zouyx committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    242e954 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. fix review comment

    zouyx committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    1ce2cd2 View commit details
    Browse the repository at this point in the history
  2. fix test case

    zouyx committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e9e57e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. add comment

    zouyx committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    6054f9f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. fix review comment

    zouyx committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    cb4ae79 View commit details
    Browse the repository at this point in the history
  2. add comment

    zouyx committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0bbcf48 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    c08374e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92679f9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	common/constant/key.go
    #	config/config_loader.go
    #	registry/zookeeper/registry.go
    zouyx committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    27cfa65 View commit details
    Browse the repository at this point in the history
  4. delete useless file

    zouyx committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    c4ef90e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	cluster/router/condition/factory_test.go
    #	config/base_config.go
    zouyx committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    70f4880 View commit details
    Browse the repository at this point in the history
  6. fix test case

    zouyx committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    009f1ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    326e1fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f2731a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. fix review comment

    zouyx committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    7b13315 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fix review comment

    zouyx committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7fab9e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    53277c5 View commit details
    Browse the repository at this point in the history
  2. fix review comment

    zouyx committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a5126e1 View commit details
    Browse the repository at this point in the history
  3. delete useless file

    zouyx committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fa4b5c0 View commit details
    Browse the repository at this point in the history
  4. fix review comment

    zouyx committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2f33bf0 View commit details
    Browse the repository at this point in the history
  5. fix review comment

    zouyx committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    dc7e5d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. fix review comment

    zouyx committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    a82ee38 View commit details
    Browse the repository at this point in the history
  2. fix test case

    zouyx committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    77c9c9e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. add router selection

    zouyx committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    f419cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. add comment and testcase

    zouyx committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    d6c62c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    09d7777 View commit details
    Browse the repository at this point in the history
  2. fix router init bug

    zouyx committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    305aa06 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. add UT for app_router

    zouyx committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    02498b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    f326095 View commit details
    Browse the repository at this point in the history
  2. add test case

    zouyx committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    35223c2 View commit details
    Browse the repository at this point in the history
  3. add test case

    zouyx committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    21cf354 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. add test case

    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    e34203a View commit details
    Browse the repository at this point in the history
  2. add test case

    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    124a108 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/addRouter

    # Conflicts:
    #	registry/directory/directory.go
    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    843d312 View commit details
    Browse the repository at this point in the history
  4. add test case

    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    fc4ed3d View commit details
    Browse the repository at this point in the history
  5. add UT for app_router

    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8df93da View commit details
    Browse the repository at this point in the history
  6. add test case

    zouyx committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    86e35ce View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. split package

    zouyx committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0c7af31 View commit details
    Browse the repository at this point in the history