Commit Graph

1042 Commits

Author SHA1 Message Date
Yousa
ac54197238
change: local variable 'routes' duplicate in create_radixtree_router function. (#1285) 2020-03-18 08:59:41 +08:00
Nirojan Selvanathan
07a714ee36
doc: adding getting started guide as the quick start guide (#1287) 2020-03-18 08:47:55 +08:00
罗泽轩
301cfc76c2
bugfix: correct LUAJIT_DIR detection (#1286)
grep doesn't support lazy match by default. To support it, `-P` should
be used instead of `-E`, see:
https://stackoverflow.com/a/5774431

However, we can achieve the same thing without lazy match.
Because OpenResty's not vanilla Nginx, there will be --option after the
executable.
2020-03-17 22:24:03 +08:00
sbritocorral
16c1b8d6c3
doc: add correct link address for "etcd Clustering Guide" of incubator-apisix/README_CN.md (#1277)
Resolves #1235
2020-03-17 07:46:59 +08:00
YuanSheng Wang
9837b80ac5
update resty-etcd to version 0.9 . (#1278) 2020-03-16 08:46:30 +08:00
Yousa
cade206d5a
doc: add route/service/consumer/upstream/ssl definitions to Admin API (#1258) 2020-03-15 22:42:09 +08:00
agile6v
864aa16e91
feature: support for proxy caching plugin based on disk. (#1153) 2020-03-15 22:26:08 +08:00
Nirojan Selvanathan
c1df18f769
feature: adding support to public key based introspection for OAuth plugin (#1266) 2020-03-15 20:40:10 +08:00
YuanSheng Wang
d347cae48e
travis(osx): install the redis by brew. (#1270) 2020-03-15 20:21:48 +08:00
YuanSheng Wang
12bf2b4226
update resty-radixtree to version v1.8. (#1271) 2020-03-15 10:15:10 +08:00
Ayeshmantha Perera
d07871186a
feature: implemented tcp logger plugin. (#1221) 2020-03-15 09:22:13 +08:00
Ayeshmantha Perera
a4abbd1f3d
doc: add unit test troubleshoot doc. (#1254) 2020-03-15 08:09:23 +08:00
YuanSheng Wang
33699f8407
bugfix(proxy-rewrite): Invalid pattern. (#1267)
Fix #1263
2020-03-14 22:19:13 +08:00
YuanSheng Wang
177892f1a4
bugfix: return the schema of plugin grpc-transcode. (#1265) 2020-03-14 22:01:47 +08:00
YuanSheng Wang
8e8ec23539
bugfix: 'required' should same level as properties, added test case. (#1261)
* travis: use golang binary file directly.
2020-03-14 15:41:02 +08:00
YuanSheng Wang
aa3c71a10a
bugfix: plugin node-status and heartbeat don't have schema. (#1249) 2020-03-14 09:34:34 +08:00
Yousa
54c2650a32
Add priority related information for plugin development doc (#1257)
* yousali:<doc>Add priority related information for plugin development guide doc / plugin-develop-cn.md

* Revert "yousali:<doc>Add priority related information for plugin development guide doc / plugin-develop-cn.md"

This reverts commit 839b9b62b77e425c0ecbf35eedbe9eaa0ccf27fa.

* yousali:<doc>add a space between Chinese and English. add a space between Chinese and Number.
2020-03-13 23:41:23 +08:00
YuanSheng Wang
c53f714613
test: added test cases. (#1252)
fix #1246
2020-03-13 20:06:22 +08:00
YuanSheng Wang
834e9e1873
bugfix: the plugin basic-auth needs required field (#1251)
Fix #1244
2020-03-13 20:05:44 +08:00
Nirojan Selvanathan
2a2762a9c2
CLI: Adding warning message when running APISIX in root path. (#1236) 2020-03-13 15:57:12 +08:00
Wen Ming
0ff1c820ae
bugfix: hide ssl private key in admin API. (#1240) 2020-03-13 15:56:38 +08:00
YuanSheng Wang
81d778bd79
travis: only the osx system allows failure. (#1216) 2020-03-13 10:15:58 +08:00
wonglend
2399646241
doc: add export PERL5LIB env for running test cases (#1215) 2020-03-13 08:55:27 +08:00
Nirojan Selvanathan
08093c49e8
doc: Adding doc on how to add a prefix to the route (#1238) 2020-03-13 08:34:02 +08:00
Ayeshmantha Perera
e419fdbb52
feature:update lua resty ipmatcher. (#1237) 2020-03-13 08:32:51 +08:00
dabue
fc475ccd7e
change: use the correct parameters based on the version of luarocks
Fix #1227
2020-03-10 15:16:14 +08:00
Nirojan Selvanathan
1c3fd309f1
test case: adding test case for extending buffer timer (#1222) 2020-03-08 16:00:19 +08:00
Ayeshmantha Perera
4ebfa24787
doc: modify ip restrictions plugin doc. (#1219) 2020-03-08 13:57:31 +08:00
Vinci Xu
c8a00b1152
doc: add usage about global ruls (#1211) 2020-03-07 19:52:55 +08:00
Vinci Xu
c2250383f2
bugfix: global ruls admin api should list resource without id (#1199) 2020-03-07 19:51:40 +08:00
YuanSheng Wang
b835bb79f1
travis: supports installing APISIX using the current branch and running (#1212)
* travis: supports installing APISIX using the current branch and running
    test cases separately in CI.

* bugfix: install apisix from local folder.

* travis: install `master` version apisix by luarocks and run e2e test.
2020-03-07 14:59:18 +08:00
Ayeshmantha Perera
bd0ebdf742
CLI: bugfix profile path not found exception. (#1210) 2020-03-07 14:29:14 +08:00
Wen Ming
a610e8917c
Revert "feature: auto import nameservers into APISIX from system resolver. (#1167)" (#1205)
This reverts commit e1ac426443.
This PR break CI and no test cases cover, so I have to revert it.
2020-03-06 10:30:32 +08:00
Wen Ming
be2eec3c6d
feature: supported key-based authentication to the dashboard. (#1169) 2020-03-05 14:48:27 +08:00
Nirojan Selvanathan
429f0165c2
feature: Moving logs utils and batch processor to utils dir and typo fixes in docs (#1191) 2020-03-04 09:44:17 +08:00
Ayeshmantha Perera
e64ed39eae
doc: add English doc doc/profile-cn.md (#1192) 2020-03-04 09:42:56 +08:00
dabue
6d2ecee48f
change: disables logging of errors about not found files into error_log for admin api.
Fix #1168
2020-03-04 09:37:26 +08:00
Ayeshmantha Perera
7340a07411
CLI: fixed bad code style. (#1182) 2020-03-03 17:34:20 +08:00
wwd
fbcd270eb0
doc: del useless tips in Admin API (#1187)
Fix #1183 .
2020-03-03 17:16:41 +08:00
qiujiayu
e1ac426443
feature: auto import nameservers into APISIX from system resolver. (#1167)
Fix #1164
2020-03-02 16:04:15 +08:00
map1e
6ac9322953
doc: add description of redis_password in limit-count doc (#1179) 2020-03-02 09:43:02 +08:00
map1e
f458503b30
doc: fix typo in jwt plugin doc (#1176) 2020-02-29 00:33:38 +08:00
温铭 WenMing
a6f7c8571e
bugfix: return 400 when not pass plugin name to admin API. (#1174) 2020-02-28 16:26:39 +08:00
温铭 WenMing
7f7b4a5376
doc: added curl example for plugin prometheus . (#1172) 2020-02-28 14:11:07 +08:00
qiujiayu
b210a7b866
feature: support to load different config file by ENV APISIX_PROFILE profile (#1147) 2020-02-28 08:46:42 +08:00
YuanSheng Wang
0ee3c4be0e
bugfix(prometheus): the balancer IP may be nil, use an empty string i… (#1166)
* bugfix(prometheus): the balancer IP may be nil, use an empty string instead.
2020-02-27 16:14:56 +08:00
YuanSheng Wang
3176a07862
bugfix: removed unwanted quotes. (#1158) 2020-02-27 08:45:34 +08:00
YuanSheng Wang
6cca341b7f
test: exported ENV{APISIX_HOME}, allow user to define the working path by himself. (#1160)
* change: enable Lua code coverage.
2020-02-26 21:26:01 +08:00
nic-chen
4eb5f746f5
release new version 1.1 (#1155)
* doc: added changelog for 1.0 release.

* doc: v1.1 build guide

* update: apisix version
2020-02-25 10:17:31 +08:00
nic-chen
d43ad8bbf4
update check-version tool for releasing. and add 1.1 rockspec (#1156) 2020-02-25 10:17:10 +08:00