You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2020/07/14 06:41:39 UTC

[dubbo-go] branch develop updated (8347779 -> c6354a0)

This is an automated email from the ASF dual-hosted git repository.

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


    from 8347779  Add: ftr 577
     new 6950060  fix user images error
     new 2c830f7  Merge pull request #609 from zouyx/fix-logo-error
     new 7bde7d9  Mod: ignore vim temporary files
     new 88dc291  Merge pull request #614 from asheux/chore/modify-gitignore
     new 5318540  alter filter/*_test.go Rename testFuncName to match the regular expression ^[a-zA-Z0-9]+$.
     new e0b0444  Merge pull request #625 from zhangymPerson/master
     new 05bc46d  Update links
     new b568e86  Merge pull request #623 from YuzeZhang/master
     new 0dc83ea  Add ANYHOST_KEY judgment
     new 9ab1a9b  Update the method to clear slice
     new fb450a7  Simplify the assignment of override
     new cb18057  Update logic of ANYHOST_KEY
     new e570147  Merge pull request #629 from willson-chen/add_anyhost_key_judgment
     new b0f707a  merge apache master
     new e6e276e  delete useless key
     new c6354a0  Merge pull request #653 from zouyx/develop

The 2499 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:
 .gitignore                                         |  4 +++
 README.md                                          | 36 +++++++++++++++++++---
 README_CN.md                                       | 35 ++++++++++++++++++---
 filter/filter_impl/access_log_filter_test.go       |  4 +--
 filter/filter_impl/active_filter_test.go           |  4 +--
 filter/filter_impl/echo_filter_test.go             |  2 +-
 filter/filter_impl/execute_limit_filter_test.go    |  6 ++--
 filter/filter_impl/generic_filter_test.go          |  6 ++--
 filter/filter_impl/generic_service_filter_test.go  |  6 ++--
 .../filter_impl/graceful_shutdown_filter_test.go   |  2 +-
 filter/filter_impl/hystrix_filter_test.go          | 14 ++++-----
 filter/filter_impl/metrics_filter_test.go          |  2 +-
 filter/filter_impl/token_filter_test.go            |  8 ++---
 .../tps/tps_limit_fix_window_strategy_test.go      |  2 +-
 .../tps/tps_limit_sliding_window_strategy_test.go  |  2 +-
 ...s_limit_thread_safe_fix_window_strategy_test.go |  2 +-
 .../tps/tps_limiter_method_service_test.go         |  8 ++---
 filter/filter_impl/tps_limit_filter_test.go        |  6 ++--
 filter/filter_impl/tracing_filter_test.go          |  2 +-
 registry/base_configuration_listener.go            |  7 ++++-
 20 files changed, 111 insertions(+), 47 deletions(-)