Commit Graph

2094 Commits

Author SHA1 Message Date
罗泽轩
045c35140f
feat: support passing different host headers in multiple nodes (#4208)
Fix #2620
Fix #4197
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-13 22:26:27 +08:00
罗泽轩
d30fe3659e
chore: require issue author to provide information (#4236) 2021-05-13 16:15:23 +08:00
dependabot[bot]
c9d3cba845
chore(deps): bump actions/checkout from 2 to 2.3.4 (#4225)
Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 19:00:14 +08:00
dependabot[bot]
87890266a0
chore(deps): bump actions/cache from 2 to 2.1.5 (#4224)
Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 18:58:49 +08:00
Yuelin Zheng
cd08a1a27c
docs: FAQ Add allow all IPs to access Admin API (#4227) 2021-05-12 18:46:43 +08:00
罗泽轩
e748b71db1
test: make t/plugin/log-rotate.t stable (#4218)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-12 11:14:13 +08:00
罗泽轩
dd5f93b70b
chore: avoid creating lrucache twice (#4220)
Also refactor part of the code.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-12 09:46:34 +08:00
罗泽轩
e4fd1cb198
ci: move license & plugin style check to separate job (#4211)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-11 19:41:30 +08:00
罗泽轩
692ccae1fd
chore: correct typo in the error msg (#4214)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-11 19:02:45 +08:00
罗泽轩
85f5bb6864
ci: remove .yamllint (#4216) 2021-05-11 18:33:17 +08:00
Peter Zhu
adc9977dd0
feat: add 50x html for error page (#4164) 2021-05-11 16:52:48 +08:00
Shuyang Wu
504cd1b096
ci: revert luarocks retry (#4038) 2021-05-10 21:23:03 +08:00
罗泽轩
6a7db721bb
ci: remove whitelist of whitespace check (#4203) 2021-05-10 11:59:51 +08:00
罗泽轩
cc577d2698
ci: move code lint to separate job (#4204) 2021-05-10 11:09:59 +08:00
罗泽轩
db5a5a9d21
feat(reponse-rewrite): allow using variable in the header (#4194)
* feat(reponse-rewrite): allow using variable in the header

Fix #3727

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-10 10:27:41 +08:00
罗泽轩
28ebf3e512
ci: split linter (#4205)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-10 08:41:49 +08:00
罗泽轩
1e944bfde8
feat: validate ssl certificate and more in the DP (#4202)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-09 15:54:24 -04:00
罗泽轩
9bfc394ea0
docs: clarify that some tests depend on external services & system configuration (#4201)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-09 10:33:10 +08:00
罗泽轩
19dbe3456f
fix: use original modifiedIndex if possible (#4192)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-09 10:31:33 +08:00
罗泽轩
bfd69df8a9
perf(ext-plugin): use a better API to create byte vector (#4195)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-08 08:56:49 +08:00
ken zhou
3ebe8004b1
feat: redirect plugin support regex (#4152)
Co-authored-by: jianzhou <zhoujian1@huya.com>
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-05-07 15:55:38 -04:00
Shuyang Wu
5657fe088c
docs: fix argument name for prometheus (#4190)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-05-07 09:33:42 +08:00
罗泽轩
232134ad6b
docs: avoid the misleading comment (#4189) 2021-05-07 08:55:17 +08:00
罗泽轩
b551f42d90
feat: upgrade lua-resty-radixtree & retire patch (#4185)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-06 19:39:13 +08:00
王晔倞 Wang Yeliang
8de7df9e25
docs: update README.md to add WeChat public number, video number of QR code pictures. (#4184) 2021-05-06 16:59:01 +08:00
fc13240@gmail.com
81120e401d
docs: update limit-count.md to add redis_password in redis-cluster policy (#4153) 2021-05-06 16:58:04 +08:00
Alex Zhang
f7460eeee3
fix: init dns resolvers in stream subsystem (#4186) 2021-05-06 16:54:11 +08:00
John Bampton
17ae333df4
doc: fix capitalization and image alt attributes (#4008)
Remove unneeded blank line
2021-05-06 13:37:35 +08:00
Alex Zhang
3a3874a2cb
feat: support to use upstream_id in stream_route (#4121) 2021-05-06 10:30:46 +08:00
罗泽轩
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