You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/27 05:37:08 UTC

[dubbo-go-pixiu] branch develop updated (8080a47 -> 495aa90)

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

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


    from 8080a47  Merge pull request #285 from wongoo/develop
     new 154ad17  add:csrf
     new 2b84d8f  update:csrf import
     new dfa03fc  Merge branch 'develop' into develop
     new 084ed12  update:csrf test import
     new 1f9529f  style:import name
     new 2dff224  Merge branch 'develop' into develop
     new d6a90fb  Merge branch 'develop' into develop
     new 1bee5a6  Merge branch 'develop' into develop
     new 7704016  Merge remote-tracking branch 'origin/develop' into develop
     new 191dbc7  add:csrf add test get token
     new 495aa90  Merge pull request #282 from baerwang/develop

The 1214 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/csrf/csrf.go                            | 144 +++++++++++++++++++++
 pkg/pluginregistry/registry.go                     |   1 +
 .../simple => dubbogo/simple/csrf}/pixiu/conf.yaml |   6 +
 .../simple/csrf/server/server.go}                  |  34 ++---
 samples/dubbogo/simple/csrf/test/pixiu_test.go     |  82 ++++++++++++
 6 files changed, 247 insertions(+), 21 deletions(-)
 create mode 100644 pkg/filter/csrf/csrf.go
 copy samples/{http/simple => dubbogo/simple/csrf}/pixiu/conf.yaml (89%)
 copy samples/{plugins/ratelimit/test.go => dubbogo/simple/csrf/server/server.go} (60%)
 create mode 100644 samples/dubbogo/simple/csrf/test/pixiu_test.go