You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2020/12/11 10:04:13 UTC

[apisix-dashboard] branch master updated (f938c0c -> 05f1381)

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

tokers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from f938c0c  feat: add a unit test for consumer and remove implicit init (#859)
     add 05f1381  fix: Use JSONSchema to verify the original data submitted by users (#986)

No new revisions were added by this update.

Summary of changes:
 api/filter/schema.go                      | 195 ++++++++++++++++++++++++++++++
 api/internal/core/store/validate.go       |  42 +++++++
 api/internal/core/store/validate_test.go  |  41 +++++++
 api/internal/route.go                     |   2 +-
 api/internal/utils/consts/api_error.go    |   2 +-
 api/internal/utils/consts/error.go        |   5 +-
 api/test/e2e/json_schema_validate_test.go |  60 +++++++++
 7 files changed, 343 insertions(+), 4 deletions(-)
 create mode 100644 api/filter/schema.go
 create mode 100644 api/test/e2e/json_schema_validate_test.go