..
api-breaker.t
feat: implement api breaker plugin. ( #2455 )
2020-10-27 13:40:23 +08:00
authz-keycloak.t
feat: Support SSL verify option to Authz Keycloak plugin ( #1924 )
2020-08-06 17:07:07 +08:00
basic-auth.t
feat: get schema by schema_type ( #2509 )
2020-10-29 09:26:59 +08:00
batch-requests.t
chore: change test case to keep stable ( #2541 )
2020-10-27 23:37:48 +08:00
consumer-restriction.t
fix: the plugin hmac-auth missed a \n
( #2543 )
2020-10-28 13:37:22 +08:00
cors.t
bugfix: avoid overwriting Vary header in cors plugin ( #2271 )
2020-09-27 16:43:09 +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
bugfix: should not save the runtime data of plugin into etcd
. ( #1910 )
2020-07-27 14:43:50 +08:00
example.t
bugfix: independently check the "disabled" field to avoid schema
ve… ( #2099 )
2020-09-17 22:31:02 +08:00
fault-injection.t
feature: support percentage for fault injection ( #2516 )
2020-10-27 14:10:44 +08:00
grpc-transcode.t
bugfix: grpc-transcode plugin converts http/json parameters abnormally ( #2139 )
2020-09-10 18:02:16 +08:00
hmac-auth.t
feat: get schema by schema_type ( #2509 )
2020-10-29 09:26:59 +08:00
http-logger-log-format.t
feat(http-logger): support for specified the log formats via admin API ( #2309 )
2020-10-13 14:21:54 +08:00
http-logger-new-line.t
feat(http-logger): support for specified the log formats via admin API ( #2309 )
2020-10-13 14:21:54 +08:00
http-logger.t
plugin: add HTTP logger for APISIX ( #1396 )
2020-05-09 16:19:41 +08:00
ip-restriction.t
bugfix: independently check the "disabled" field to avoid schema
ve… ( #2099 )
2020-09-17 22:31:02 +08:00
jwt-auth.t
change(jwt-auth): split schema to adapt different occasions ( #2459 )
2020-10-26 20:26:11 +08:00
kafka-logger.t
feat: add new filed meta_style
, collect the request information with original
style. ( #2364 )
2020-10-09 16:33:07 +08:00
key-auth-upstream-domain-node.t
bugfix: when service works with upstream that contains a domain name, the merged configuration should not always changing. ( #2322 )
2020-10-04 13:12:28 +08:00
key-auth.t
fix[key-auth]: skip consumer when config has no key ( #2120 )
2020-09-18 21:49:01 +08:00
limit-conn.t
feat:The limit-conn plugin supports 'consumer_name' field ( #2415 )
2020-10-27 10:44:44 +08:00
limit-count-redis-cluster.t
feature: plugin limit-count
support to use redis
cluster ( #2406 )
2020-10-17 08:21:47 +08:00
limit-count-redis.t
change: use draft7 of JSON Schema for limit count pulgin ( #2102 )
2020-08-24 09:17:31 +08:00
limit-count.t
feat: The limit-count plugin supports service_id field. ( #2521 )
2020-10-27 10:41:07 +08:00
limit-req.t
feature: support consumer_name
as key for limit-req
plugin. ( #2270 )
2020-10-06 18:18:22 +08:00
log-rotate.t
fix: log-rotate.t is unstable ( #2164 )
2020-09-06 12:10:42 +08:00
node-status.t
bugfix: skipped to init etcd if use local file as config center. ( #737 )
2019-11-02 07:59:59 +08:00
openid-connect.t
test: Added test cases for openid connect introspection ( #2018 )
2020-08-08 18:24:42 +08:00
prometheus.t
feature: prometheus plugin apisix_http_status
metric route
tag Improve recognition ( #2497 )
2020-10-28 13:22:25 +08:00
proxy-cache.t
change: blacklist $request_method in proxy-cache's cache key. ( #1385 )
2020-04-02 08:55:48 +08:00
proxy-mirror.t
change: code style in lua/apisix.lua and t/plugin/proxy-mirror.t ( #1339 )
2020-03-26 07:23:19 +08:00
proxy-rewrite.t
bugfix: should not save the runtime data of plugin into etcd
. ( #1910 )
2020-07-27 14:43:50 +08:00
redirect.t
bugfix: return right response code when http_to_https
enabled in redirect plugin. ( #2311 )
2020-09-27 09:35:28 +08:00
referer-restriction.t
feat: implemented referer-restriction
plugin ( #2352 )
2020-10-06 18:20:17 +08:00
request-id.t
feature: implemented request-id
plugin to uniquely track requests in APISIX ( #2026 )
2020-08-12 23:09:39 +08:00
request-validation.t
doc: update main picture of APISIX. ( #1964 )
2020-08-02 09:35:37 +08:00
response-rewrite.t
feat(response-rewrite): clear cache headers to avoid polluting the cache ( #2504 )
2020-10-26 20:25:53 +08:00
serverless.t
test cases: add doc and test cases for how to redirect http to https. ( #1595 )
2020-05-26 23:11:29 +08:00
skywalking.t
test: added test tests for skywalking. ( #1621 )
2020-06-02 12:24:56 +08:00
syslog.t
bugfix: passed the copied api_ctx
, it may be freed if the api_ctx
( #2002 )
2020-08-06 10:20:34 +08:00
tcp-logger.t
fix: increase wait to avoid fail ( #2290 )
2020-09-23 22:48:34 +08:00
udp-logger.t
chore: change test case to keep stable ( #2541 )
2020-10-27 23:37:48 +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
plugin(wolf-rbac): added new api change_pwd
and user_info
. ( #1204 )
2020-03-31 13:39:49 +08:00
zipkin.t
feature: add service name and report local server IP for Zipkin plugin ( #1386 )
2020-04-08 08:47:41 +08:00