Commit Graph

2972 Commits

Author SHA1 Message Date
罗泽轩
bbebdc9606
ci: fix broken newline check with code block syntax (#6239) 2022-01-30 12:40:58 +08:00
kwanhur
82d17abf99
docs: solution for lualdap when install failed with luarocks (#6227) 2022-01-29 09:41:23 +08:00
leslie
20dfb3b9c4
chore(deps): upgrade jsonschema to 0.9.7 to ensure character % will be handled correctly (#6222) 2022-01-29 09:36:55 +08:00
Bisakh
c210add58b
feat(batchprocessor): support partial consumption of batch entries (#6203) 2022-01-28 16:08:46 +08:00
罗泽轩
7200d0c044
test(limit-count): fix title & simpify the cases (#6216) 2022-01-28 15:10:38 +08:00
Baoyuan
3f7aaff1a8
docs: optimizing api-breaker documentation (#6219) 2022-01-28 11:04:34 +08:00
大仁庄小余
5f6d16041f
fix(request-id): if the header_name is already present in the… (#6160)
Co-authored-by: flynn.yu <flynn.yu@ucloud.cn>
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2022-01-28 09:54:06 +08:00
Bisakh
46834b2b69
feat(loggly): support http/s bulk sending for batch logs (#6212) 2022-01-28 09:53:47 +08:00
Zeping Bai
427e9269ef
change: don't expose public API by default & remove plugin interceptor (#6196) 2022-01-27 12:57:53 +08:00
罗泽轩
615ee41312
test: fix way to check file installation (#6211) 2022-01-27 04:22:48 +08:00
Bisakh
6865b1d5bd
docs: add solarwinds loggly to readme (#6191) 2022-01-26 17:51:49 +05:30
guoqqqi
7f4ebe7ed0
docs: add file-logger plugin info to README (#6207) 2022-01-26 15:12:20 +08:00
Bisakh
53420f65fb
feat: development of Loggly logging plugin (#6113) 2022-01-26 13:05:01 +08:00
罗泽轩
9de83c2cb4
fix(batch-requests): should be disabled by default (#6204) 2022-01-26 12:09:54 +08:00
roketyyang
7617e19982
feat: add opentelemetry plugin (#6119)
Co-authored-by: roketyyang <roketyyang@tencent.com>
2022-01-26 11:09:42 +08:00
罗泽轩
14f0889bad
fix(proto): avoid sharing state (#6199) 2022-01-26 09:16:43 +08:00
罗泽轩
b57f52302c
test: ensure all Lua code is installed (#6192) 2022-01-26 09:16:29 +08:00
Gaoll
db74bec95e
docs: fix consumer-restriction plugin (#6195)
Co-authored-by: 高亮亮 <gll287546@alibaba-inc.com>
2022-01-25 19:30:54 +08:00
罗泽轩
7f91925767
feat: release 2.12.0 (#6130)
Co-authored-by: leslie <59061168+leslie-tsang@users.noreply.github.com>
Co-authored-by: Bisakh Mondal <bisakhmondal00@gmail.com>
2022-01-25 12:35:53 +05:30
罗泽轩
023aa8f77e
docs: add missing } in the example (#6193) 2022-01-25 11:53:03 +08:00
罗泽轩
a44c98eefd
fix(limit-count): keep the counter if the plugin conf is the same (#6151) 2022-01-25 11:08:03 +08:00
帅进超
56d37db4f2
fix(GraphQL): no request body error (#6168) 2022-01-25 10:41:54 +08:00
罗泽轩
2914e057c9
ci: use codespell which is more sensitive (#6186) 2022-01-25 10:40:36 +08:00
Zeping Bai
f81788bdb0
feat: add public api plugin (#6145) 2022-01-24 15:11:05 +08:00
mango
a813b5aa89
fix(admin): correct the count field of plugin-metadata/global-rule (#6155) 2022-01-23 19:51:17 +08:00
罗泽轩
e59bd91b9b
docs(wasm): add forward-auth example (#6178) 2022-01-23 19:29:00 +08:00
帅进超
4e0ce48723
test: add grpc-web text format data case (#6179) 2022-01-23 19:27:54 +08:00
tzssangglass
800b890f8e
fix: add missing labels after merging route and service (#6177) 2022-01-21 17:21:20 +08:00
guoqqqi
8114ca5688
feat: add file-logger plugin (#5831) 2022-01-21 16:53:23 +08:00
罗泽轩
b8b2a0fc19
test: ensure custom variable can be used in log format (#6163) 2022-01-21 10:36:47 +08:00
帅进超
8a4362b81f
docs: add grpc-web to README (#6161) 2022-01-21 10:36:37 +08:00
leslie
e9fab8b2e5
fix(makefile): fix Makefile install don't install discovery folder (#6158) 2022-01-20 16:27:41 +08:00
Yu.Bozhong
d1d16f403c
chore: remove log routes info (#6152) 2022-01-20 11:00:31 +08:00
Zeping Bai
86fd6bef17
ci: fix chaos etcd rbac error (#6153) 2022-01-20 09:03:46 +08:00
Bisakh
66f66d499a
chore: remove redundant latency code from datadog plugin (#6147) 2022-01-19 22:23:16 +08:00
Baoyuan
fadf5c270a
docs: add CSRF plugin info to README (#6144) 2022-01-19 12:12:29 +08:00
Baoyuan
4d52c3e8e6
feat: add CSRF plugin (#5727)
* feat: add csrf plugin

* fix: format code

* feat: add plugin docs

* fix: adjust code

* fix: add docs in config.json

* fix: add plugin in plugins.t

* fix: format code

* Update apisix/plugins/csrf.lua

Co-authored-by: tzssangglass <tzssangglass@gmail.com>

* docs: modify inappropriate descriptions

* fix: change read cookie method

* fix: change variable name and add two blank lines

* Update docs/en/latest/plugins/csrf.md

Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>

* fix: add SameSite for cookie

* fix: move plugin name

* test: fix plugins test

* Update docs/zh/latest/plugins/csrf.md

Co-authored-by: 琚致远 <juzhiyuan@apache.org>

* fix: improved documentation

* docs: optimize documents

* test: add some tests

* fix: lint test code

* test: perfect test

* fix: lint code

* fix: update test

* test: add space before number

* fix: optimization code

* Update apisix/plugins/csrf.lua

Co-authored-by: Bisakh <bisakhmondal00@gmail.com>

Co-authored-by: tzssangglass <tzssangglass@gmail.com>
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
Co-authored-by: Bisakh <bisakhmondal00@gmail.com>
2022-01-18 13:48:01 +05:30
kerneltravel
3252b074a7
docs: add notice on customize-nginx-configuration docs (#6135) 2022-01-18 14:59:18 +08:00
Yu.Bozhong
3773f2626e
feat(plugin config): add dependency for delete plugin config (#6092) 2022-01-18 14:55:09 +08:00
leslie
121b731839
docs: fix images in architecture-design document (#6138) 2022-01-18 10:15:11 +08:00
Jager
f718dc8faf
feat: supports to logging apisix_latency and upstream_latency. (#6063)
Co-authored-by: Jagerzhang <jagerzhang@tencent.com>
2022-01-18 09:21:10 +08:00
罗泽轩
70bc7f66a2
test: fix the CI failure detection when rerunning the tests (#6129) 2022-01-18 09:11:22 +08:00
罗泽轩
ebf622242a
test: merge the delete-* cases into admin group cases (#6121) 2022-01-17 19:11:19 +08:00
Bisakh
95567a0861
docs: add vault support into readme (#6128) 2022-01-17 19:07:39 +08:00
TvT
ceeaeb2ad9
docs: add contributor t-shirt instruction (#6126)
Co-authored-by: Bisakh <bisakhmondal00@gmail.com>
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2022-01-17 16:43:41 +08:00
tzssangglass
94088cde46
fix(ngx_tpl): fix position of apisix_mirror_on_demand (#6100) 2022-01-17 09:56:36 +08:00
Bisakh
c38e94f201
chore: streamline error checking process (#6103) 2022-01-16 21:38:57 +08:00
tzssangglass
7947350d21
chore: fix perf test deps and note (#6120) 2022-01-16 20:54:40 +08:00
罗泽轩
73cefc4cee
chore(forward-auth): rename address to uri (#6114) 2022-01-16 19:31:06 +08:00
Zeping Bai
77626e05a1
chore: clean core request module (#6108) 2022-01-14 18:28:06 +08:00