This is an automated email from the ASF dual-hosted git repository.
phily pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
from cbf006f2 Merge pull request #462 from victory460/feature_content_type
new bb610185 feature: traffic split service
new ea14d7e2 fix: file rename; edit variables;
new eb36736e docs: add traffic-filter 's documentation.
new 69fabfcc fix: code review
new b5822b94 fix: code review
new 57f10747 fix: canary-weight correct
new 8e0f90f1 refactor: sample move
new cfe78740 Merge branch 'apache:develop' into feature/traffic
new 65ff76aa refactor: expression optimization.
new 47d95f2a Merge pull request #460 from maxingg/feature/traffic
The 1789 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:
pkg/common/constant/key.go | 1 +
pkg/filter/traffic/models.go | 78 ++++++++++++++++++++
pkg/filter/{event/event.go => traffic/traffic.go} | 86 +++++++++++++++--------
pkg/pluginregistry/registry.go | 1 +
4 files changed, 136 insertions(+), 30 deletions(-)
create mode 100644 pkg/filter/traffic/models.go
copy pkg/filter/{event/event.go => traffic/traffic.go} (52%)