Commit Graph

415 Commits

Author SHA1 Message Date
Yuansheng
ea7099b410 feature: supported PATCH method for upstream API. 2019-08-05 13:26:16 +08:00
YuanSheng Wang
4850f91e82
feature: supported PATCH method for service API. (#370)
* feature: supported `PATCH` method for `service` API.
2019-08-05 12:51:21 +08:00
Yuansheng
ae0bdfb6d8 change: simple code style. 2019-08-05 00:04:42 +08:00
Yuansheng
77e5b50591 feature: supported to patch whole route content. 2019-08-05 00:04:42 +08:00
Yuansheng
19e09b539f feature: supported PATCH method for admin routes API. 2019-08-05 00:04:42 +08:00
Yuansheng
1ce988346a optimize(router): used local cache variable to avoid one lrucache call. 2019-08-04 23:20:55 +08:00
Yuansheng
66ac7ed200 doc(architecture): added new doc about router. 2019-08-04 23:20:55 +08:00
Yuansheng
3bc0d64b49 feature: supported to match route by host + uri. 2019-08-04 23:20:55 +08:00
Yuansheng
2d15718a2c feature: allowed to use different router. 2019-08-04 23:20:55 +08:00
Yuansheng
dc8cb05793 luarocks: added new version v0.6. 2019-08-04 15:07:52 +08:00
Yuansheng
e4a9299b05 test(healthcheck): only match part error log, it is enough. 2019-08-04 15:06:14 +08:00
Yuansheng
147b22d562 doc: added simple description for some features. 2019-08-04 15:06:14 +08:00
YuanSheng Wang
2f896f3d3e
optimze(plugin): set right default size. (#361)
* optimize(plugin): set right default size.
* travis: print the OS name.
2019-08-04 01:49:49 +08:00
WenMing
31024ecb49
dashboard: sync from apisix-dashboard. (#362) 2019-08-04 00:14:42 +08:00
Yuansheng
7deeafa356 test: use smaller connection and change to short connection. 2019-08-02 21:51:58 +08:00
Yuansheng
6e5af6a510 luarocks: update lua-resty-libr3 to version 1.0. 2019-08-02 21:51:58 +08:00
WenMing
1d8b9afb19
dashboard: updated new version. (#357) 2019-08-02 17:26:04 +08:00
YuanSheng Wang
7e36cf5b9e
bugfix: failed to fetch upstream id in balancer phase. (#356)
* bugfix: failed to fetch upstream id in `balancer` phase.
* bugfix: cached `route` object maybe not a Lua table.
2019-08-02 16:29:00 +08:00
Yuansheng
2dd6f2742c change(nginx.conf): sync from CLI. 2019-08-01 16:03:39 +08:00
Yuansheng
cc1e93a662 bugfix(makefile): create temporary folder /tmp/apisix_cores. 2019-08-01 16:03:39 +08:00
Yuansheng
47b7945976 doc: added description for custom plugin. 2019-08-01 13:00:24 +08:00
WenMing
6bc2865931
feature: fixed language of github linguist. (#351) 2019-08-01 12:28:22 +08:00
Yuansheng
884c97b67a bugfix: allowed to serialise Lua table if it is excessive nesting. 2019-08-01 11:30:14 +08:00
WenMing
f06201a2fa
doc: updated features of APISIX. (#349) 2019-08-01 11:29:22 +08:00
YuanSheng Wang
db0001f1e7
change: upgrade lua-resty-etcd to version v0.6. (#346)
Fix #343.
2019-08-01 01:08:48 +08:00
WenMing
b9a8f1a69e
doc: added videos and slides of APISIX. (#345) 2019-07-31 22:42:17 +08:00
vkill
4badcb0b18 bugfix: fixed wrong allow in /apisix/dashboard (#344) 2019-07-31 21:32:41 +08:00
WenMing
6e457bfc07
bugfix: fixed hard code ip addr of dashboard. (#338)
* bugfix: fixed hard code ip addr of dashboard.

* fixed location of dashboard.
2019-07-31 14:51:20 +08:00
WenMing
f8deb1eb3b
feature: support multiple ips of allow. (#340) 2019-07-31 14:51:00 +08:00
Yuansheng
9e6fceb26e bugfix: use short timeout and report heartbeat to www.iresty.com. 2019-07-31 12:53:57 +08:00
Yuansheng
dd20bc79ac change(CLI): removed duplicated include option. 2019-07-31 12:32:39 +08:00
YuanSheng Wang
14fea54440
luarocks: use dependencies with specified version. (#332)
luarocks do not support to use latest dependencies.
2019-07-30 16:11:56 +08:00
WenMing
084bc64988
feature: added dashboard as submodule. (#328) 2019-07-30 14:00:43 +08:00
WenMing
bbe481987e
bugfix: fixed wrong of allow and deny in nginx.conf. (#330)
only has the allow is useless, which is must works with deny. it's security problem.
2019-07-29 18:07:10 +08:00
WenMing
1d3f7ac6be
fixed code style. (#329) 2019-07-29 15:37:20 +08:00
YuanSheng Wang
18d5a5cff4
bugfix: only report heartbeat in worker 0 process. (#326)
* bugfix: only report heartbeat in worker 0 process.
* change: fixed wrong comments in yaml config.
2019-07-29 11:45:51 +08:00
YuanSheng Wang
b8fd0da486
feature: allow user to define how to create route index. (#325) 2019-07-28 19:37:31 +08:00
vkill
198628df75 bugfix(CLI): fixed node_ssl_listen conf not working #321 (#324) 2019-07-28 12:48:46 +08:00
YuanSheng Wang
011e0eff5d
test: use a simple way to write test case. (#323)
* test: avoid duplicate code and make test cases clearer.
2019-07-28 11:10:30 +08:00
chnliyong
38b5d6d3d9 add health check json schema constraint and test cases. issue#266 2019-07-28 10:28:13 +08:00
YuanSheng Wang
04129add27
feature: supported debug mode. (#319)
* feature: supported debug mode.

print the plugin list which sort by priority.

* feature: show the enabled plugin list in header for debug mode.
2019-07-27 09:10:06 +08:00
WenMing
994f87b69b
doc: updated doc of zipkin. (#318) 2019-07-26 17:35:01 +08:00
WenMing
148bc4068b
feature: supported zipkin plugin. (#304) 2019-07-26 17:16:31 +08:00
Yuansheng
95efb8f92f change: always use latest version for developer. 2019-07-26 13:43:56 +08:00
Yuansheng
3b263fe2ee test: change the block code to smaller size. 2019-07-25 17:08:29 +08:00
Yuansheng
873192c033 test(route): added new test cases. 2019-07-25 17:08:29 +08:00
Yuansheng
96ff59484c luarocks: update lua-resty-libr3 to version 0.8. 2019-07-25 14:56:13 +08:00
Yuansheng
ccc1525b86 change(luarocks): used current source code to create development ENV. 2019-07-25 14:41:51 +08:00
Yuansheng
7d5237c3ca test(healthcheck): ignore the error log which contain process exiting. 2019-07-25 13:45:49 +08:00
WenMing
8c5d5d2313
bugfix: added conf_type to the key of limit plugins. (#309) 2019-07-25 10:56:05 +08:00