apisix/t/plugin
2021-04-02 09:01:31 +08:00
..
dubbo-proxy test: don't crash when dubbo upstream returns integer status code (#3823) 2021-03-16 15:19:58 +08:00
api-breaker.t ci: make it work under OpenResty 1.19 (#2768) 2020-11-30 10:32:35 +08:00
authz-keycloak2.t feat(authz-keycloak): dynamic scope and resource mapping. (#3308) 2021-01-27 21:50:18 +08:00
authz-keycloak.t feat(authz-keycloak): dynamic scope and resource mapping. (#3308) 2021-01-27 21:50:18 +08:00
basic-auth.t fix: Basic auth plugin should run in rewrite phase. (#2905) 2020-12-01 23:03:45 +08:00
batch-requests.t chore: fix spelling (#3253) 2021-03-14 22:53:34 +08:00
consumer-restriction.t feat: Add filter on HTTP methods for consumer-restriction plugin (#3691) 2021-03-08 18:00:29 +08:00
cors.t feat: add allow_origins_by_regex to cors plugin (#3839) 2021-03-22 15:55:54 +08:00
custom_hmac_auth.t fix: the plugin hmac-auth missed a \n (#2543) 2020-10-28 13:37:22 +08:00
echo.t chore: fix spelling (#3253) 2021-03-14 22:53:34 +08:00
error-log-logger.t test: enable master-worker mode by default (#3927) 2021-03-29 23:38:07 +08:00
example.t feat: support to bind plugin config by plugin_config_id (#3567) 2021-02-20 20:42:10 +08:00
fault-injection2.t test: enable master-worker mode by default (#3927) 2021-03-29 23:38:07 +08:00
fault-injection.t feat: upgrade lua-resty-expr/radixtree to support logical expression (#3809) 2021-03-15 09:51:15 +08:00
grpc-transcode.t feat: add management fields for stream_route and proto in schema (#3966) 2021-04-02 09:01:31 +08:00
hmac-auth.t fix: proxy_set_header Host $host may lose port info (#2079) 2021-01-27 13:16:07 +08:00
http-logger-json.t test: demonstrate http-logger works fine with JSON body (#3212) 2021-01-11 18:00:24 +08:00
http-logger-log-format.t ci: make it work under OpenResty 1.19 (#2768) 2020-11-30 10:32:35 +08:00
http-logger-new-line.t ci: make it work under OpenResty 1.19 (#2768) 2020-11-30 10:32:35 +08:00
http-logger.t refactor: remove trailing whitespace (#3040) 2020-12-15 08:56:20 +08:00
ip-restriction.t test: fix grammar (#3584) 2021-02-18 12:33:20 +08:00
jwt-auth.t feat: rewrite handwriting validation with jsonschema (#3021) 2020-12-18 16:55:23 +08:00
kafka-logger.t feat: kafka-logger implemented reuse kafka producer (#3429) 2021-01-31 14:52:13 +08:00
key-auth-upstream-domain-node.t test: make key-auth-upstream-domain-node stable (#3666) 2021-02-25 13:07:18 +08:00
key-auth.t refactor(consumer): remove id and use username only (#2679) 2020-11-18 17:44:40 +08:00
limit-conn2.t fix: upgrade lua-resty-ngxvar to solve the upstream_xxx_time problem (#3065) 2020-12-20 20:09:46 +08:00
limit-conn.t chore: fix spelling (#3253) 2021-03-14 22:53:34 +08:00
limit-count-redis2.t feat: add select database for Redis related functions (#3559) 2021-02-09 23:03:50 +08:00
limit-count-redis-cluster.t change: make lrucache lock optional (#2575) 2020-11-02 16:47:32 +08:00
limit-count-redis.t change: make lrucache lock optional (#2575) 2020-11-02 16:47:32 +08:00
limit-count.t chore: fix spelling (#3253) 2021-03-14 22:53:34 +08:00
limit-req.t chore: fix spelling (#3253) 2021-03-14 22:53:34 +08:00
log-rotate.t test: make plugin/log-rotate.t stable (#3943) 2021-03-31 10:31:01 +08:00
node-status.t test: enable master-worker mode by default (#3927) 2021-03-29 23:38:07 +08:00
openid-connect.t fix: proxy_set_header Host $host may lose port info (#2079) 2021-01-27 13:16:07 +08:00
plugin.t test: ensure all plugins have unique priority (#3582) 2021-02-20 15:40:28 +08:00
prometheus2.t chore: fix spelling, grammar and JSON example (#3821) 2021-03-15 08:56:43 +08:00
prometheus.t fix: refine example grafana dashboard (#3457) 2021-03-26 10:37:15 +08:00
proxy-cache.t fix: don't override cache relative headers (#3789) 2021-03-10 09:02:28 +08:00
proxy-mirror.t chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua (#2696) 2020-11-12 14:37:51 +08:00
proxy-rewrite2.t test: show how to bypass the ctx.var cache (#3914) 2021-03-29 08:53:32 +08:00
proxy-rewrite.t test: sort the output data of the plugin_proxy_rewrite_args method (#3448) 2021-01-29 07:53:41 +08:00
redirect.t ci: use build-apisix-openresty.sh instead (#3847) 2021-03-23 20:07:48 +08:00
referer-restriction.t feat: implemented referer-restriction plugin (#2352) 2020-10-06 18:20:17 +08:00
request-id.t test: improve the unique request id check (#3738) 2021-03-03 23:02:00 +08:00
request-validation.t feat: share etcd client (#2932) 2020-12-15 20:18:25 +08:00
response-rewrite.t feat: upgrade lua-resty-expr/radixtree to support logical expression (#3809) 2021-03-15 09:51:15 +08:00
server-info.t test: enable master-worker mode by default (#3927) 2021-03-29 23:38:07 +08:00
serverless.t feat: rewrite handwriting validation with jsonschema (#3021) 2020-12-18 16:55:23 +08:00
skywalking.t test: clean unrun cases (#3356) 2021-01-20 19:14:56 +08:00
sls-logger.t fix: change string concat (#2953) 2020-12-04 22:43:34 +08:00
syslog.t fix: fixed the non-effective plugin configuration update in tcp/udp-logger plugin (#2928) 2020-12-04 23:55:38 +08:00
tcp-logger.t fix: fixed the non-effective plugin configuration update in tcp/udp-logger plugin (#2928) 2020-12-04 23:55:38 +08:00
traffic-split2.t fix(traffic-split): upstream.type support chash configuration (#3955) 2021-04-01 20:57:10 +08:00
traffic-split.t fix(traffic-split): binding upstream via upstream_id is invalid (#3842) 2021-03-17 20:48:45 +08:00
udp-logger.t fix: fixed the non-effective plugin configuration update in tcp/udp-logger plugin (#2928) 2020-12-04 23:55:38 +08:00
uri-blocker.t bugfix: avoid to modify the original plugin conf. (#1958) 2020-07-31 20:19:12 +08:00
wolf-rbac.t ci: make it work under OpenResty 1.19 (#2768) 2020-11-30 10:32:35 +08:00
zipkin2.t change(zipkin): rearrange the child span (#3877) 2021-03-23 20:19:16 +08:00
zipkin.t change(zipkin): rearrange the child span (#3877) 2021-03-23 20:19:16 +08:00