apisix/t/plugin
YuanSheng Wang 7440192f8f
bugfix(CI): avoid to install APISIX to deps folder, that is a bug for older luarocks (#1471)
If the Luarocks version is lower than "v2.4.3", it does not support the "--only-deps" parameter. Even if we set the "--only-deps" parameter, no error message will be given during runtime.

We only wanted to install the dependencies in the deps directory, but the APISIX was also installed so that the test case might load the wrong version of the source code.
2020-04-20 09:09:14 +08:00
..
basic-auth.t bugfix: the plugin basic-auth needs required field (#1251) 2020-03-13 20:05:44 +08:00
cors.t bugfix: plugin in header_filter/body_filter should be run like log phase (#1383) 2020-04-02 17:20:13 +08:00
example.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
fault-injection.t core: support to set response headers by table. (#1129) 2020-02-18 15:19:12 +08:00
grpc-transcode.t bugfix: 'required' should same level as properties, added test case. (#1261) 2020-03-14 15:41:02 +08:00
ip-restriction.t optimize: updated the error message after updated new jsonschema. (#1011) 2020-01-02 21:56:42 +08:00
jwt-auth.t feature(jwt-auth): support base64 secret for jwt-auth plugin. (#1224) 2020-04-08 09:34:14 +08:00
kafka-logger.t feature: add Kafka Logger plugin. (#1312) 2020-03-25 08:26:45 +08:00
key-auth.t test case: Adding unit test for key auth plugin with valid api key (#964) 2019-12-13 13:16:47 +08:00
limit-conn.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
limit-count-redis.t feature: Support password auth for plugin limit-count-redis (#1150) 2020-02-24 10:54:48 +08:00
limit-count.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
limit-req.t license: add ASF header. (#743) 2019-10-31 09:27:28 +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 Adding test case for public key based introspection (#1354) 2020-03-30 09:42:27 +08:00
prometheus.t feature: run log plugins in the global rule (#1333) 2020-03-25 09:48:12 +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(CI): avoid to install APISIX to deps folder, that is a bug for older luarocks (#1471) 2020-04-20 09:09:14 +08:00
redirect.t license: ingore grpc_server_example dir for check license. (#770) 2019-10-31 10:55:21 +08:00
response-rewrite.t plugin(response-rewrite): rewrite binary data to client by base64 (#1381) 2020-04-02 12:03:58 +08:00
serverless.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
tcp-logger.t feature: Updating TCP logger to use the batch processor util (#1356) 2020-04-03 10:54:05 +08:00
udp-logger.t featue: Updating the UDP logger to use the batch processor util (#1355) 2020-04-03 16:33:32 +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