Commit Graph

707 Commits

Author SHA1 Message Date
WenMing
03b2ffa1c1
release: the first Apache release of APISIX. (#896) 2019-11-25 13:09:32 +08:00
chnliyong
7443133031
Resolve #882 and simplify conf (#894)
* Resolve #882 and simplify conf
2019-11-24 23:05:52 +08:00
agile6v
24d1190e83 doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
YuanSheng Wang
01dc41c8a6
bugfix: fetch the current log level when needs. (#885)
* bugfix: fetch the current log level when needs.
2019-11-23 20:40:47 +08:00
renzheng.wang
a3f06dedf7 doc: fix error in limit-conn.md (#890) 2019-11-22 20:24:07 +08:00
Lien
fbb51ddadd plugin: implement plugin response rewrite 2019-11-21 21:49:53 +08:00
agile6v
227eeaef48 Split check target into lint & license-check targets in Makefile. (#887) 2019-11-21 09:23:16 +08:00
YuanSheng Wang
2c57621f23 bugfix: avoid a useless redirect when access /apisix/dashboard. (#886) 2019-11-20 19:01:59 +08:00
WenMing
6bef2e4f51
doc: update users of power by APISIX. (#884) 2019-11-20 19:01:40 +08:00
Ado
c7bac03789 doc: fix typo in README_CN.md (#874) 2019-11-19 13:24:58 +08:00
Lien
722e42ffcc optimization(proxy-rewrite): performance upgrade for proxy-rewrite by avoid luajit NYI (#872) 2019-11-19 08:14:59 +08:00
琚致远
51d87c0fc6 doc: updated install-dependencies.md (#867)
`apt-get update` is needed before installing new dependencies
2019-11-18 16:14:32 +08:00
YuanSheng Wang
77ad66206e
bugfix(radixtree_host_uri): match priority, host > uri. (#817)
* bugfix(radixtree_host_uri): match priority, host > uri.

Fix #761.
2019-11-15 17:24:51 +08:00
琚致远
35416e9c0f doc: fix typo in install-dependencies.md (#852) 2019-11-14 12:37:51 +08:00
jiangyongfeng
553f4e9cfd test: fixed typo in test cases #508 (#853) 2019-11-14 12:37:46 +08:00
nic-chen
360a033ad0 doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +08:00
Janko
bae08d86b0 bugfix: proxy-rewrite-cn.md enable plugin example error. (#850) 2019-11-14 11:50:15 +08:00
Yousa
027da04cb5 doc: added doc about "How to compile the Openresty". (#831) 2019-11-14 09:08:46 +08:00
lihuibin
0972462378 user: add company into powereby page (#844) 2019-11-12 19:40:36 +08:00
YuanSheng Wang
c712a23c1b updated lua-resty-radixtree to 1.6-1 . (#837) 2019-11-12 17:54:24 +08:00
YuanSheng Wang
910ff21f54
change: use make deps to install dependencies. (#835) 2019-11-12 16:38:23 +08:00
tom2nonames
bb2876627a change: adjusted the MaxLength parameter in grpc proto from 4096b to 1M (#820) (#836) 2019-11-11 18:45:19 +08:00
JinChao Shuai
d3b0259435 change: update changelog show format. (#833) 2019-11-11 18:37:13 +08:00
JinChao Shuai
19678ba326 change: update v0.9.0-rc1 changelog. (#832) 2019-11-11 16:19:59 +08:00
罗泽轩
5e85e93eac change: don't strip square brackets from the IPv6 (#822)
* change: don't strip square brackets from the IPv6

The OpenResty APIs require the IPv6 literal wrapped inside a square brackets.
Also add tests for IPv6 upstream and update lua-resty-ipmatcher to 0.3.

Fix #816.
2019-11-11 09:49:22 +08:00
贝克
7d33fb66bc bugfix: key-auth plugin cannot run accurately in the case of multiple consumers (#826) 2019-11-10 21:50:57 +08:00
WenMing
8b67dfe73f dashboard: update dashboard. (#828) 2019-11-10 21:49:25 +08:00
WenMing
31a545a725
version: updated version to 0.9-rc1. (#827) 2019-11-09 23:18:12 +08:00
super_mario
f4f89fa0b1 doc: sync README_CN.md from README.md (#825) 2019-11-09 21:08:47 +08:00
Lien
7b29586f7a fix: show more firendly error log when configuration field missed (#824) 2019-11-09 21:07:24 +08:00
周晶
c8934b2641 doc: update FAQ, add one about slow luarocks (#813) 2019-11-09 09:21:46 +08:00
YuanSheng Wang
5931172a68
change: removed useless file copy. (#819) 2019-11-07 21:09:47 +08:00
WenMing
5385217cee
license: remove copyright file. (#815) 2019-11-06 19:20:41 +08:00
罗泽轩
b7e280033b fix: core.utils.parse_addr didn't parse IPv6 address correctly (#809) 2019-11-06 14:27:08 +08:00
罗泽轩
b67f99b265 chore: fixed typo detected by misspell (#801) 2019-11-05 10:58:04 +08:00
YuanSheng Wang
7c51f6da00 updated jsonschema to v0.4. (#805)
* updated jsonschema to v0.4.

* test: fixed typo.
2019-11-05 10:33:36 +08:00
YuanSheng Wang
ecd4a57a24 test: reformatted by reindex tools. (#798) 2019-11-04 14:14:07 +08:00
Lien
b91d2d36c0 Fix: allow set multiple URI in one route config (#797)
* route support uris

* fix uris in router with test cases

* remove line has trailing whitespace

* remove line has trailing whitespace

* fix test case

* use new test case for  multiple uris
2019-11-04 14:00:52 +08:00
BradyBromley
5ac22b59c5 doc: changed wording for clarity in README.md (#795) 2019-11-04 10:21:33 +08:00
lyyoung
89688d32ad plugin(prometheus): added new field node and new item latency. (#794) 2019-11-03 21:11:52 +08:00
Lien
b119a5c94b bugfix: support more built-in parameters when set chash balancer (#775) 2019-11-03 18:25:51 +08:00
YuanSheng Wang
df3576d1d2
travis: removed the temporary folder openresty-1.15.8.2. (#791) 2019-11-02 11:08:18 +08:00
YuanSheng Wang
4ee11806de
travis: supported to run APISIX with Tengine. (#683) 2019-11-02 09:05:38 +08:00
WenMing
fc84c282aa doc: add mail list in readme. (#789) 2019-11-02 08:44:15 +08:00
YuanSheng Wang
a1c56ceb53 bugfix: skipped to init etcd if use local file as config center. (#737) 2019-11-02 07:59:59 +08:00
YuanSheng Wang
be9108e2e9
travis: only start the redis server for linux os. (#782)
* travis: only start the redis server for linux os.

* ASF: ignore folder `grpcurl`.
2019-11-01 22:35:36 +08:00
YuanSheng Wang
d112c97a61
bugfix: exported schema for plugin serverless. (#787) 2019-11-01 22:32:19 +08:00
琚致远
41d4a7c4d4 docs: fix typo (#784) 2019-11-01 22:27:08 +08:00
Manjusaka
50ebc7ed92 travis: allow failure when exec CI process in MacOS (#779) 2019-11-01 13:18:31 +08:00
Manjusaka
71f49a44c9 CLI: update Makefile to throw an error when OpenResty does not exist in PATH (#778) 2019-11-01 13:03:22 +08:00