This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
from 775515d Merge pull request #92 from Alanxtl/nacos
add 8e95a07 feat: Add OPA filter sample
add 579f647 add lisence
add 255932e delete unnecessary notes
add cb48d56 Add docs and Move the sample of opa to plugins
add 87929f3 fix the typo of test of filename
add 4054a9f modify README
add c4f0be3 modify
add b7c5c94 merge: resolve start_integrate_test.sh; keep test matrix and
add plugins/opa
add 673d262 fix the node
new c173c18 Merge pull request #95 from nanjiek/PR-OPA-SAMPLE
The 1 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:
README.md | 3 +-
README_CN.md | 3 +-
plugins/index.md | 8 +-
plugins/opa/README.md | 128 +++++++++++++++++
plugins/opa/README_CN.md | 112 +++++++++++++++
.../opa}/docker/docker-compose.yml | 54 ++++----
plugins/{ratelimit => opa}/pixiu/conf.yaml | 153 ++++++++++-----------
.../server => plugins/opa/server/app}/server.go | 30 ++--
.../simple/uri => plugins/opa}/test/pixiu_test.go | 42 ++++--
start_integrate_test.sh | 4 +-
10 files changed, 404 insertions(+), 133 deletions(-)
create mode 100644 plugins/opa/README.md
create mode 100644 plugins/opa/README_CN.md
copy {dubbogo/simple/benchmark => plugins/opa}/docker/docker-compose.yml (97%)
copy plugins/{ratelimit => opa}/pixiu/conf.yaml (65%)
copy {dubbogo/simple/traffic/server => plugins/opa/server/app}/server.go (57%)
copy {dubbogo/simple/uri => plugins/opa}/test/pixiu_test.go (64%)