This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch v2.0
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from a9ce487 feat: support get plugin schema based on schema_type (#651)
add 407c0d4 test: add linter for manager api (#655)
No new revisions were added by this update.
Summary of changes:
.../{license-checker.yml => golang-lint.yml} | 11 +-
Makefile | 26 +-
api/filter/logging.go | 6 +-
api/internal/core/entity/format_test.go | 4 +-
api/internal/core/store/store_test.go | 6 +-
api/internal/core/store/validate.go | 64 +-
api/internal/core/store/validate_test.go | 175 +--
.../handler/authentication/authentication_test.go | 17 +-
api/internal/handler/consumer/consumer_test.go | 90 +-
api/internal/handler/plugin/plugin.go | 6 +-
api/internal/handler/plugin/plugin_test.go | 14 +-
api/internal/handler/route/route.go | 9 +-
api/internal/handler/route/route_test.go | 1508 ++++++++++----------
api/internal/handler/service/service_test.go | 65 +-
api/internal/handler/ssl/ssl_test.go | 18 +-
api/internal/handler/upstream/upstream_test.go | 192 +--
16 files changed, 1149 insertions(+), 1062 deletions(-)
copy .github/workflows/{license-checker.yml => golang-lint.yml} (60%)