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

[apisix] branch master updated (85a84fb -> 93e2f16)

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

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


    from 85a84fb  fix: avoid unnecessary type check and support var in local_conf (#2990)
     add 93e2f16  feat: route accroding to the graphql attributes (#2964)

No new revisions were added by this update.

Summary of changes:
 apisix/cli/env.lua                             |   1 +
 apisix/core/ctx.lua                            |  83 ++++++-
 conf/config-default.yaml                       |   4 +
 doc/router-radixtree.md                        |  55 +++++
 rockspec/apisix-master-0.rockspec              |   1 +
 t/APISIX.pm                                    |  12 +-
 t/lib/test_admin.lua                           |   5 +-
 t/plugin/openid-connect.t                      |  22 +-
 t/router/{radixtree-uri-sanity.t => graphql.t} | 292 +++++++++++++------------
 9 files changed, 315 insertions(+), 160 deletions(-)
 copy t/router/{radixtree-uri-sanity.t => graphql.t} (53%)