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

[apisix] branch master updated (0eacf3a -> cc9c1bb)

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

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


    from 0eacf3a  feat: improve jsonschema validation on route resource (#3008)
     add cc9c1bb  ci: check misspell (#3011)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/spellchecker.yml  | 19 +++++++++++++++++++
 apisix/core/ctx.lua                 |  2 +-
 apisix/core/etcd.lua                |  2 +-
 apisix/plugins/response-rewrite.lua |  8 ++++----
 doc/aws.md                          |  2 +-
 doc/plugins/kafka-logger.md         |  2 +-
 doc/plugins/response-rewrite.md     |  2 +-
 doc/plugins/sls-logger.md           |  2 +-
 doc/plugins/tcp-logger.md           |  2 +-
 doc/plugins/udp-logger.md           |  2 +-
 t/core/response.t                   |  8 ++++----
 t/node/upstream-node-dns.t          | 16 ++++++++--------
 t/plugin/prometheus.t               |  2 +-
 t/router/graphql.t                  |  2 +-
 14 files changed, 45 insertions(+), 26 deletions(-)
 create mode 100644 .github/workflows/spellchecker.yml