This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch juzhiyuan/feat-plugin
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 8b92a1d Merge branch 'master' into juzhiyuan/feat-plugin
add 8976cca api(conf/conf.yaml): aligned comments (#969)
add b8c5c0d fix: increase the sleep time to fix e2e test unstable issue
(#976)
add 4d1301f feat: support disable property for json schema according to
APISIX's change (#904)
add 0383021 feat: add etcd basic auth support (#951)
add 26e40ca test: e2e test balancer (roundrobin upstream) (#972)
add ffcecfa test: e2e test chash upstream with key (wrong key, vars)
(#971)
add 3bc98b4 Merge branch 'master' into juzhiyuan/feat-plugin
No new revisions were added by this update.
Summary of changes:
api/conf/conf.go | 22 +-
api/conf/conf.yaml | 26 ++-
api/go.sum | 1 +
api/internal/core/storage/etcd.go | 7 +-
api/internal/core/store/validate.go | 43 ++--
api/internal/core/store/validate_test.go | 61 +++++-
api/internal/handler/consumer/consumer_test.go | 4 +-
api/internal/handler/route/route_test.go | 5 +-
api/internal/handler/service/service_test.go | 3 +-
api/internal/handler/ssl/ssl_test.go | 3 +-
api/internal/handler/upstream/upstream_test.go | 3 +-
api/main.go | 11 +-
api/test/e2e/balancer_test.go | 266 +++++++++++++++++++++++++
api/test/e2e/base.go | 2 +-
api/test/e2e/route_with_limit_plugin_test.go | 151 ++++++++++++++
api/test/e2e/upstream_chash_hash_on_test.go | 131 +++++++++++-
api/test/shell/cli_test.sh | 51 +++++
17 files changed, 748 insertions(+), 42 deletions(-)
create mode 100644 api/test/e2e/balancer_test.go