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 106040d Merge pull request #577 from sxllwx/k8s_enhance
new 9e0a04d completed the comments enhancement on auth filter
new 55dca71 update the comments for TPS
new b0c34c2 completed the rest
new e03e24e fixed minor grammar issues
new 36076fa Merge pull request #586 from
williamfeng323/feature/filter-comment-optimise
The 2153 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:
common/extension/auth.go | 4 ++--
filter/access_key.go | 4 ++--
filter/authenticator.go | 9 ++++-----
filter/filter.go | 4 +++-
filter/filter_impl/active_filter.go | 8 ++++----
filter/filter_impl/auth/accesskey_storage.go | 7 +++----
filter/filter_impl/auth/consumer_sign.go | 5 +++--
filter/filter_impl/auth/default_authenticator.go | 10 ++++------
filter/filter_impl/auth/provider_auth.go | 5 +++--
filter/filter_impl/auth/sign_util.go | 5 +++--
filter/filter_impl/echo_filter.go | 6 +++---
filter/filter_impl/execute_limit_filter.go | 9 ++++-----
filter/filter_impl/generic_filter.go | 6 +++---
filter/filter_impl/graceful_shutdown_filter.go | 2 ++
filter/filter_impl/hystrix_filter.go | 16 ++++++++--------
filter/filter_impl/token_filter.go | 6 +++---
filter/filter_impl/tps/tps_limit_fix_window_strategy.go | 6 ++++--
.../filter_impl/tps/tps_limit_sliding_window_strategy.go | 6 ++++--
.../tps/tps_limit_thread_safe_fix_window_strategy.go | 8 ++++----
filter/filter_impl/tps/tps_limiter_method_service.go | 3 +--
filter/filter_impl/tps_limit_filter.go | 8 ++++----
filter/handler/rejected_execution_handler_only_log.go | 2 +-
filter/rejected_execution_handler.go | 2 +-
filter/tps_limit_strategy.go | 4 ++--
filter/tps_limiter.go | 2 +-
25 files changed, 76 insertions(+), 71 deletions(-)