Commit Graph

779 Commits

Author SHA1 Message Date
agile6v
9758a0e334 feature: implemented new fault-injection plugin. (#1042) 2020-01-13 22:22:21 +08:00
KowloonZh
262b9904fb feature: add basic-auth plugin (#1029) 2020-01-13 17:43:04 +08:00
Lien
781c81aa4d doc: fix typo in 'The advantages of Apache APISIX' (#1043) 2020-01-13 14:35:03 +08:00
agile6v
70ff4a556d plugin(proxy-rewrite): using schema pattern to check if uri option starts with / in proxy-rewrite plugin. (#1041) 2020-01-12 16:35:05 +08:00
tiantian wang
65446e8f24 change: add tips in the generated nginx.conf (#1040) 2020-01-12 09:10:51 +08:00
agile6v
c07b8b53a5 bugfix: check if uri option starts with / in proxy-rewrite plugin. (#1039) 2020-01-12 00:24:01 +08:00
Finger
716700d0b1 Update README_CN.md (#1037) 2020-01-10 17:09:09 +08:00
Changwei Hu
9c9be959d3 feature: chash key support more flexible ways (#1022)
upstream add hash_on, chash key support more flexible ways
 routes and services admin api add upstream_conf check
2020-01-10 15:17:17 +08:00
Finger
4df1ca8382 Update README_CN.md (#1036) 2020-01-10 15:00:16 +08:00
Finger
1610a3a51d Update README_CN.md (#1035) 2020-01-10 14:59:50 +08:00
WenMing
702c0abf16
doc: fixed style of md. (#1034) 2020-01-10 14:03:13 +08:00
WenMing
016bad7f2f
doc: updated features of apisix. (#1033) 2020-01-10 13:30:21 +08:00
YuanSheng Wang
c21b8d2fde CLI: only used original Lua package path. (#1032) 2020-01-09 14:24:37 +08:00
YuanSheng Wang
21c06b3cc4
plugin(prometheus): added new field (#1028)
feature: added `router_id` for http code metric.
feature: added `hostname` for nginx connection metric.
2020-01-08 14:00:31 +08:00
YuanSheng Wang
ab86830f0f bugfix: use current folder as working space for developer. (#1030) 2020-01-07 20:18:25 +08:00
agile6v
40d9351ed8 doc: fixed typos (#1031) 2020-01-07 20:17:47 +08:00
Lien
fba93d389e plugin(JWT): JWT authentication plugin compatible with Bearer prefix (#1027) 2020-01-07 10:34:33 +08:00
xiaobiaozhao
a5d6250d05 change: modified the SSL module from ffi to ngx.ssl (#1021) 2020-01-06 22:46:26 +08:00
agile6v
61727d4dbc feature: support regex_uri option in proxy-rewrite plugin (#979) 2020-01-06 12:01:03 +08:00
YuanSheng Wang
5992ae7c06 change: updated lua-resty-ipmatcher version to v0.4 . (#1019) 2020-01-06 11:46:36 +08:00
agile6v
f3f57107a7 doc: Update doc for retries option in the upstream object. (#1023) 2020-01-06 07:28:18 +08:00
agile6v
a923754b2d featur: set a default value if reties option in upstream object is not configured. (#1020) 2020-01-05 17:43:48 +08:00
WenMing
7c4ecb5a9e
doc: added changelog for 1.0 release. (#1015) 2020-01-03 15:31:29 +08:00
YuanSheng Wang
9e98773fae
change: responsed a better tip when failed to match any route. (#1013) 2020-01-03 10:11:37 +08:00
YuanSheng Wang
d4442ff6a7
change: disable search engine inclusion. (#1012) 2020-01-03 10:08:00 +08:00
YuanSheng Wang
f22f494362 optimize: updated the error message after updated new jsonschema. (#1011) 2020-01-02 21:56:42 +08:00
WenMing
1069c3d32d doc: fixed error in serverless plugin. (#1006) 2019-12-30 20:28:36 +08:00
ChelinTsien
101fe73525 bugfix: fix CIDR ip html escaped for real_ip_from in apisix (#1007)
when the value of set_real_ip_from is CIDR, the {{real_ip}} will html escaped.
2019-12-30 17:51:55 +08:00
chenjx
88936ed1d5 Update serverless.md (#970) 2019-12-29 17:15:53 +08:00
YuanSheng Wang
c74e6c2d3a feature: supported priority for route. (#998) 2019-12-29 17:11:38 +08:00
Janko
b40d3bc8f8 change: upgrade ngx_var module 0.4 to 0.5. (#1005) 2019-12-27 16:53:45 +08:00
ChelinTsien
206f8b8037 CLI: update apisix, maybe custom directory place in /usr (#1002) 2019-12-27 11:18:26 +08:00
Yousa
eff1ca78e9 feature: added support CORS for /apisix/admin. (#982) 2019-12-24 14:44:42 +08:00
YuanSheng Wang
051baded1f
test: avoided listening on unnecessary unix sockets. (#995) 2019-12-24 09:50:22 +08:00
ChelinTsien
29a8268ff6 bugfix: Update schema_def.lua (#988) 2019-12-20 14:30:16 +08:00
Nirojan Selvanathan
3702786fca doc: adding Oauth token introspection document (#987) 2019-12-20 14:27:45 +08:00
agile6v
41ce62904a bug: missing comma. (#989) 2019-12-20 07:43:22 +08:00
琚致远
4d0b721b2a doc: Update README.md about installing Dashboard (#985) 2019-12-19 19:09:08 +08:00
Janko
bb0491453c change: upgrade etcd to version 0.8 and modify the connection keys. (#980) 2019-12-19 16:49:55 +08:00
Kirill
af1a29a38e Added the conf/nginx.conf to .gitignore (#974) 2019-12-16 08:12:53 +08:00
agile6v
57b69c0e4a doc: Fixed some typoes. (#972) 2019-12-13 22:59:40 +08:00
Nirojan Selvanathan
8958c6ce0d test case: Adding unit test for key auth plugin with valid api key (#964) 2019-12-13 13:16:47 +08:00
jiangyongfeng
f2bfc138df fix: typo of FAQ (#959) 2019-12-12 15:41:13 +08:00
Nirojan Selvanathan
36e814c906 Adding twitter social icons (#960) 2019-12-12 15:40:43 +08:00
jiangyongfeng
950e6b920d doc: add FAQ about a/b test (#957) 2019-12-11 13:44:43 +08:00
Janko
762da2d986 doc: move develop document from doc/plugins to doc. (#951) 2019-12-11 13:43:57 +08:00
Nirojan Selvanathan
3399c7d5ee Removing the autogenerated nginx.conf file (#952) 2019-12-11 13:43:38 +08:00
Nirojan Selvanathan
05d3db3a57 doc: add getting started guide (#955) 2019-12-11 13:42:53 +08:00
YuanSheng Wang
678142e051
optimize(radixtree_host_uri): reuse empty function. (#937) 2019-12-10 13:28:40 +08:00
琚致远
2e7f41e503
Doc English doc for admin-api.md (#936)
* Initial Content

resolve https://github.com/apache/incubator-apisix/issues/935

* Update admin-api.md

update Route section

* update request-body parameters

* update Request Body Parameters

* Update admin-api.md

* Update admin-api.md
2019-12-10 11:24:30 +08:00