Commit Graph

651 Commits

Author SHA1 Message Date
YuanSheng Wang
de3c95da21
feature: support consumer bind plugins. (#544)
* feature: saved consumer plugin information.
* feature: supported to merge plugin with consumer and route.
2019-09-22 06:05:58 +08:00
WenMing
6b4d018170
doc: updated user wall. (#549) 2019-09-20 21:08:26 +08:00
Miss-you
0ef1e6e1fe doc: fixed wrong doc link (#545)
* yousali:<fix>删除多余符号
2019-09-20 09:39:45 +08:00
fc13240@gmail.com
494769603f doc: add screenshots of dashboard operations for docs of limit-req plugin (#543) 2019-09-19 01:17:05 +08:00
YuanSheng Wang
894fa584e0
feature: supported to use host name in upstream (#522)
* feature: supported to config resolver in yaml config file.

* feature: supported domain host for upstream node
2019-09-18 17:41:44 +08:00
fc13240@gmail.com
20905d37fb doc: fix some word (#542) 2019-09-18 17:24:13 +08:00
WenMing
01b0c6447e
doc: added power by page and user wall. (#541) 2019-09-18 15:08:52 +08:00
Yuansheng
34d674143f doc: the weight of upstream nodes. 2019-09-18 12:16:32 +08:00
YuanSheng Wang
681a42cbed
feature: support upstream nodes with a weight of 0. (#536)
* test: added test cases.

* doc: updated doc.

current implementation is enough, it supports weight equal 0 now.
2019-09-18 12:00:53 +08:00
WenMing
1bc6d21234
github: added PR template. (#539) 2019-09-18 11:47:11 +08:00
Yuansheng
b8fe2a7779 github(issue): supported to use template when creating new issue. 2019-09-18 11:10:08 +08:00
YuanSheng Wang
580bd4fdc9 github(issue): updated bug template of issue. (#537) 2019-09-18 10:52:08 +08:00
YuanSheng Wang
0536e132d3
github: updated issue templates (#535) 2019-09-18 10:15:02 +08:00
Yuansheng
ec33865532 luarocks: fetched source code from branch v0.7. 2019-09-17 22:18:08 +08:00
Carlos Hwang
c0a1363e6e feature: support http method 'connect' & 'trace' (#530) 2019-09-17 16:57:51 +08:00
Yuansheng
bcc6027334 doc: about consumer. 2019-09-17 12:49:46 +08:00
WenMing
435ad76fc3
typo: fixed typo in plugin. (#529) 2019-09-17 12:04:32 +08:00
Yuansheng
ecd77c770c change: used luarocks to install base prometheus code. 2019-09-17 11:19:02 +08:00
YuanSheng Wang
509f055a5a
change: installed tinyyaml by luarocks. (#527)
* change: installed tinyyaml by luarocks.
2019-09-17 10:43:18 +08:00
cuiweixie
bb93ec3a4e fix: doc 2019-09-17 09:39:59 +08:00
Yuansheng
7d9844c2a7 doc: added more install step detail. 2019-09-16 21:52:09 +08:00
WenMing
7c5b834d18
Update README.md (#523) 2019-09-16 14:53:03 +08:00
Yuansheng
7ed544fcb3 doc: removed luacov status. 2019-09-16 13:38:31 +08:00
YuanSheng Wang
c080f6cc66
doc: added new example to stream-proxy. (#520)
* doc: added new example to `stream-proxy`.
* doc: new doc about `mqtt-proxy`.
2019-09-16 13:03:26 +08:00
YuanSheng Wang
ad2b67ee81
feature: supported to added pluings to stream routes. (#513)
* feature: supported to added pluings to stream routes.
* feature: supported MQTT protocol.
2019-09-16 10:58:27 +08:00
lizhiyong
799026638e bugfix:issue #94, typo in plugin 2019-09-16 09:19:10 +08:00
Yuansheng
8ff48f853b change: upgraded lua-resty-radixtree to v0.9. 2019-09-14 21:20:48 +08:00
Yuansheng
65872b8e06 change: move user defined schema to new file schema_def.lua. 2019-09-12 17:06:26 +08:00
YuanSheng Wang
4aaaf3ee5a
feature: support dynamic stream(TCP/UDP) proxy in apisix. (#501)
* feature: support stream in apisix.
* doc: added new feature in README.
* CLI and added more doc.
2019-09-12 13:27:18 +08:00
Yuansheng
239d202469 doc: updated. 2019-09-12 11:26:40 +08:00
Yuansheng
0969751798 doc: supported Debian 10 for apisix. 2019-09-12 10:38:09 +08:00
Yuansheng
36d16c37aa travis: fixed wrong option lua-dir. 2019-09-12 10:38:09 +08:00
wonglend
e1ceae8644 doc: added install-dependencies support for debian 10. (#509) 2019-09-12 09:27:31 +08:00
WenMing
338ff13d32
doc: added doc for install methods. (#505) 2019-09-11 15:22:18 +08:00
YuanSheng Wang
112c4ba37a
* doc: for Mac OSX users, APISIX only supports running in a development environment. 2019-09-11 10:05:12 +08:00
Yuansheng
14d5a38fc3 test: renamed base component. 2019-09-10 16:15:59 +08:00
YuanSheng Wang
912685c818
feature: supported to save/delete/change global rule. (#492)
* feature: supported to load and run global rule.
2019-09-10 15:27:40 +08:00
Yuansheng
977e3c97fd bugfix: Windows uses CRLF by default, but Linux uses LF by default
and needs to be compatible at the same time.
2019-09-10 15:25:49 +08:00
Yuansheng
2ca7e1e015 bugfix: missing capture error message when fetch SNI name. 2019-09-10 11:12:46 +08:00
Yuansheng
4bb40df857 change(test): name style. 2019-09-10 10:07:29 +08:00
Yuansheng
e68b6924ac doc: enable v2 protocol if the etcd is 3.4 or higher. 2019-09-09 20:43:36 +08:00
YuanSheng Wang
d8d7f018dc
feature: support to load routes from local yaml file. (#464)
* feature: support to load routes from local yaml file.
2019-09-09 17:42:20 +08:00
Yuansheng
6e69bd7ac1 luarocks: upgrade resty-radixtree to v0.8. 2019-09-09 16:45:35 +08:00
super_mario
34e332af05 doc: fixed JWT link in README_CN.md. (#488) 2019-09-09 14:23:11 +08:00
WenMing
c8780a5e31
doc: added doc for Contributing. (#486) 2019-09-09 11:01:24 +08:00
夏树洋
9ecaff16d8 doc: add SSL doc link in README. (#484) 2019-09-07 21:12:46 +08:00
Yuansheng
3760e83f2e luarocks: use branch 0.7 to fetch source code. 2019-09-06 21:09:08 +08:00
Yuansheng
ab434eda29 bugfix: used 755 for dashboard folder. 2019-09-06 20:05:30 +08:00
WenMing
31321c371f
doc: the radix tree route not downward compatible. (#478) 2019-09-06 17:46:53 +08:00
WenMing
71920bc606
release: changed version to 0.7. (#477) 2019-09-06 17:15:45 +08:00