Commit Graph

2065 Commits

Author SHA1 Message Date
罗泽轩
ffed4383f1
feat(ext-plugin): implement the http-req-call protocol (#4183) 2021-05-06 10:07:56 +08:00
罗泽轩
50e9bfa54e
feat(ext-plugin): handle error response (#4179)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-06 10:00:12 +08:00
罗泽轩
d4e5bca131
docs: add more way to install APISIX (#4181)
Also prefer to install via package instead of source.
The latter one is not so friendly for beginner.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-05 12:20:47 +08:00
罗泽轩
f9148073aa
feat: patch tcp.sock.connect to use our DNS resolver (#4114)
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-05-04 13:07:48 +08:00
罗泽轩
624f59fc78
feat: step 3, manage the plugin runner (#4163)
* feat: step 3, manage the plugin runner
* feat: step 4, add prepare_conf protocol
2021-05-04 10:41:08 +08:00
Kishani Kandasamy
e2e6464364
docs: update docs with correct id (#4174) 2021-05-03 10:37:07 +08:00
Kishani Kandasamy
175fb833e9
docs: add plugin develop to sidebar (#4173) 2021-05-02 12:53:43 +08:00
琚致远
8a2a6d18fe
docs: improve Getting Started (#4149) 2021-05-02 09:25:35 +08:00
罗泽轩
988517769d
docs: remove unrecommended installation (#4170) 2021-05-01 22:58:22 +08:00
nic-chen
0bbf42e97c
docs: add incompatible info in CHANGELOG for version 2.5 (#4172) 2021-05-01 22:56:39 +08:00
Mars
518a787fde
docs:Json Format Error (#4168)
Co-authored-by: Mars_Ken <xuchao1@laiyifen.com>
2021-04-30 17:48:44 +08:00
罗泽轩
35939bd3b2
ci: avoid using shared library built with other OpenResty (#4165)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-30 17:48:00 +08:00
罗泽轩
32d6b6e03a
chore: improve the debug experimence of the luarocks install script (#4167)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-30 13:06:22 +08:00
罗泽轩
724a9100a9
refactor: move proto file to separate repo (#4134) 2021-04-29 21:48:41 +08:00
Joey
775c2e369d
fix(response-rewrite): properly base64 process the nil and empty body (#4151)
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-04-29 21:08:12 +08:00
罗泽轩
f3b057609f
feat(ext-plugin): step 2, add basic structure (#4119)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-29 11:07:05 +08:00
tzssangglass
ac21146c35
fix: deal with etcd grants permissions with a different prefix than the one used by apisix, etcd will forbidden (#4154) 2021-04-29 09:27:54 +08:00
Kishani Kandasamy
e0c817dfc8
docs: add batch processor in sidebar (#4136)
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-04-28 00:33:08 +08:00
huangnauh
d4a999db42
feat(kafka-logger): add server info to kafka log (#4131) 2021-04-27 10:01:38 +08:00
seven dickens
c8c24deca4
feat: optimize skywalking instancename (#4069) 2021-04-26 13:14:29 +08:00
罗泽轩
043b65059c
docs(openid-connect): mention the token cache mechanism (#4132) 2021-04-26 13:14:12 +08:00
Ben0625
dba01760ca
fix(healthcheck): only one_loop is needed in the passive health check report (#4116)
Co-authored-by: Ben0625 <Ben0625@github.com>
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-04-26 13:13:48 +08:00
罗泽轩
8b4a36b0c2
refactor: remove duplicate HTTP method schema definition (#4125)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-25 21:04:58 +08:00
罗泽轩
6c8db9d35c
ci: remove duplicate external services installation (#4115)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-25 16:53:04 +08:00
罗泽轩
fb920c6a31
fix: avoid being taint by empty global rule (#4087)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-25 16:51:20 +08:00
Himanshu
681b0bda16
chore: update architecture diagram (#4122) 2021-04-25 14:26:30 +08:00
Yuelin Zheng
249509458d
docs: added X-API-KEY introduction (#4118) 2021-04-25 14:03:13 +08:00
罗泽轩
725e9879cd
fix: remove unexpected blocking in background timer (#4106) 2021-04-23 11:12:46 +08:00
罗泽轩
3bb063321c
feat(ext-plugin): step 1, add flatbuffer proto and generated files (#4081) 2021-04-23 09:16:51 +08:00
_chg_
b83ad3c39c
feat: jwt-auth support extension payload (#4099) 2021-04-23 09:13:50 +08:00
罗泽轩
544ab52a40
feat: support client certificate verification (#4034)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-22 22:00:02 +08:00
Yuelin Zheng
93a9feb9b5
feat: support to fetch balancer ip/port from ctx.var (#4109) 2021-04-22 21:52:49 +08:00
罗泽轩
3bd9459535
docs(health-check): more notes (#4105) 2021-04-22 19:05:59 +08:00
Mujahid Al-Majali
86e49837d2
docs: Arabic translation of README.md. (#4044)
Co-authored-by: John Bampton <jbampton@gmail.com>
2021-04-22 10:17:02 +08:00
Yuelin Zheng
750a9cf5e7
docs: faq doc add use the FQDN address (#4003) 2021-04-22 09:47:32 +08:00
Yuelin Zheng
94565689f7
fix(traffic-split): configure multiple "rules", the request will be confused between upstream (#4092) 2021-04-22 08:58:23 +08:00
罗泽轩
3ac7c1b804
chore: ask for luarocks version if user ask questions about installation (#4088)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-21 21:35:09 +08:00
_chg_
8757080697
feat: add nacos support (#3820)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-04-21 17:48:56 +08:00
litesun
b17bb8fe72
docs: add dynamic contributor over time chart (#4089) 2021-04-21 08:57:17 +08:00
Kishani Kandasamy
81678a7a15
docs: the link should be to dashboard instead of APISIX (#4085) 2021-04-21 08:56:47 +08:00
罗泽轩
12c9e6f267
feat: upstream grpcs support mTLS (#4070) 2021-04-20 18:08:13 +08:00
罗泽轩
baf216dc7f
test: add FIRST to the forbidden directives (#4072)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-19 22:16:20 +08:00
罗泽轩
3ecffea638
fix: add code which is removed in #3991 by mistake. (#4082)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-19 22:14:52 +08:00
Kishani Kandasamy
43b6e0d150
docs: fix broken links in FAQ (#4053) 2021-04-19 08:59:34 +08:00
XianLei Gao
35498295f0
docs: update the Getting Started guide in Chinese (#3980)
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-04-19 08:46:15 +08:00
罗泽轩
ce4d8fb1e5
fix: ensure upstream with domain is cached (#4061)
Fix #4047

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-16 19:09:45 +08:00
Daming
77f8926d64
feat: update skywalking componentId (#4060)
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: zhuanghaochao <zhuanghaochao@yy.com>
2021-04-16 17:25:51 +08:00
Shuyang Wu
0a8670041a
ci: cancel duplicate workflow to reduce CI queue time (#4050) 2021-04-15 21:21:43 +08:00
罗泽轩
5259b8c796
fix: be compatible with the router created before 2.5 (#4056)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-15 16:24:17 +08:00
罗泽轩
cd4d2ece58
ci: centos7-ci.sh should be under ci/ (#4045)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-14 20:57:25 +08:00