Commit Graph

862 Commits

Author SHA1 Message Date
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
YuanSheng Wang
188b1849b2
bugfix: compare server_port with number data type. (#1154) 2020-02-24 19:32:32 +08:00
WenMing
06ed0eb5c1
doc: make admin API doc friendly. (#1145) 2020-02-24 13:52:29 +08:00
nic-chen
b66ff90f1f
feat: plugin grpc-transcode supports grpc deadline (#1149) 2020-02-24 10:58:15 +08:00
wonglend
5b1a47a38e
feature: Support password auth for plugin limit-count-redis (#1150) 2020-02-24 10:54:48 +08:00
wonglend
174725278a
feature: Added privileged_agent_process.patch for tengine-2.3.2 (#912) (#1151)
Fix #912
2020-02-22 19:59:33 +08:00
YuanSheng Wang
859e085c21
test: need to escape the character {. (#1148) 2020-02-21 21:02:03 +08:00
Nirojan Selvanathan
d50727bcf0
feature: Batch processor implementation to aggregate logs in batch (#1121) 2020-02-20 15:25:20 +08:00
YuanSheng Wang
fbb9bd039c
bugfix: checked consumer first, it maybe a boolean value when it was beed deleted. (#1139) 2020-02-20 15:23:30 +08:00
YuanSheng Wang
a6da210124
opt: print warning error message if the yaml route file is invalid. (#1141) 2020-02-19 21:03:00 +08:00
YuanSheng Wang
de16a7e04f
bugfix: updated the dns parse result by TTL. (#1077) 2020-02-19 20:30:34 +08:00
吴晟 Wu Sheng
9d63fda286
doc: add an installation issue on the FAQ page 2020-02-19 19:45:07 +08:00
YuanSheng Wang
6b5a606fe6
change: updated jsonschema to v0.6 . (#1140) 2020-02-19 09:14:32 +08:00
YuanSheng Wang
2870b79833
bugfix: missing clear table before to reuse table. (#1134)
* test: avoid to use regex for matching output.
2020-02-18 21:46:56 +08:00
YuanSheng Wang
6d8907f4ff
code style: use new lj-releng to catch all exceptions. (#1135) 2020-02-18 15:54:30 +08:00
YuanSheng Wang
7bcf15d45b
core: support to set response headers by table. (#1129) 2020-02-18 15:19:12 +08:00
Abel
e3f5ee869e
doc: added some detailed instructions for installing dashboard (#1136) 2020-02-18 15:11:30 +08:00
YuanSheng Wang
e33f75da4e
bugfix: use ss.listen_port to generate https listening port. (#1133) 2020-02-18 12:40:15 +08:00
YuanSheng Wang
8cc3380250
test style: formatted by reindex tools. (#1130) 2020-02-18 12:23:02 +08:00
YuanSheng Wang
c881c04368
bugfix: allow write debug log even if the openresty disabled debug model (#1124)
fix https://github.com/apache/incubator-apisix/pull/1121#discussion_r378760095
2020-02-16 11:44:01 +08:00
nic-chen
0600525bc4
doc: added changelog for 1.1 release. (#1126) 2020-02-15 20:14:30 +08:00
iGeeky
7fe2272492
doc: add wolf-rbac plugin (#1116)
Co-authored-by: jie <jie123108@163.com>
2020-02-14 11:08:11 +08:00
agile6v
01a5b807b5
feature: Add support for PROXY Protocol. (#1113) 2020-02-12 10:53:20 +08:00
YuanSheng Wang
187d65764c
doc: add link to download grafana meta data. (#1119)
Fix #1103
2020-02-11 12:57:58 +08:00
琚致远
759531b8b8
Update README.md (#1118) 2020-02-11 12:29:02 +08:00
YuanSheng Wang
4a681af4cb
CLI: added missing Lua path. (#1114) 2020-02-09 20:57:13 +08:00
agile6v
ff4c4f5afb CLI: add verify command to verify apisix configuration(nginx.conf). (#1112) 2020-02-09 20:43:30 +08:00
Yousa
60b2493f5b CLI: bin/apisix to support the SO_REUSEPORT (#1085)
Fix #342
2020-02-09 17:19:45 +08:00
agile6v
6cc36546ec
Using internal request instead of external request in node-status plugin. (#1109) 2020-02-07 20:00:49 +08:00
iGeeky
5fff97d0b1
feature: Add wolf rbac plugin (#1095) 2020-02-06 15:22:49 +08:00
WenMing
a9f05e531b
doc: updated the download link of rpm. (#1108) 2020-02-06 11:33:56 +08:00