apisix/t
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
..
admin bugfix: throw error meg when call admin API to enable mqtt plugin but stream_proxy is disabled. (#1407) 2020-04-08 16:24:55 +08:00
config-center-yaml bugfix: added key field when parse route from local yaml. (#1334) 2020-03-24 20:19:04 +08:00
core feature: support to print log with specific prefix. (#1284) 2020-03-31 10:25:05 +08:00
debug feature: add cors plugin (#1327) 2020-03-29 10:30:59 +08:00
lib bugfix: check if the service's upstream node is host. (#1402) 2020-04-12 09:31:58 +08:00
node bugfix: check if the service's upstream node is host. (#1402) 2020-04-12 09:31:58 +08:00
plugin 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
router bugfix: throw error meg when call admin API to enable mqtt plugin but stream_proxy is disabled. (#1407) 2020-04-08 16:24:55 +08:00
stream-node bugfix: compare server_port with number data type. (#1154) 2020-02-24 19:32:32 +08:00
stream-plugin bugfix: compare server_port with number data type. (#1154) 2020-02-24 19:32:32 +08:00
utils Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1 (#1349) 2020-03-30 09:44:33 +08:00
apisix.luacov feature: remove lua dir. (#1351) 2020-03-31 23:23:29 +08:00
APISIX.pm 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
grpc-proxy-test.sh feature: supported key-based authentication to the dashboard. (#1169) 2020-03-05 14:48:27 +08:00