罗泽轩
b8ae382cd0
ci: use a new license checker ( #4872 )
2021-08-24 09:47:51 +08:00
罗泽轩
7b527443ee
chore(ip-restriction): remove redundant length check ( #4865 )
...
They are guaranteed by the schema check.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-24 09:37:23 +08:00
shelltea
fc377a92f8
docs: update powered-by file ( #4870 )
2021-08-23 19:03:10 +08:00
okaybase
11e7824cee
feat(uri-blocker): add case insensitive switch ( #4868 )
2021-08-23 18:28:11 +08:00
nic-chen
1d5ecca14f
fix: the issue that plugins in global rule may be cached to route ( #4867 )
2021-08-23 17:32:34 +08:00
罗泽轩
6ab51837c5
feat(real-ip): support specifying trusted addresses ( #4864 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-23 09:56:20 +08:00
okaybase
effaf3c60e
feat(uri-blocker): add custom rejected message ( #4849 )
2021-08-21 12:10:31 +08:00
罗泽轩
4e726da34d
fix(grpc-transcode): support converting nested message ( #4859 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-21 11:52:31 +08:00
罗泽轩
b7276cd162
feat(real-ip): add special handling to X-Forwarded-For ( #4852 )
2021-08-20 14:32:30 +08:00
罗泽轩
b21f6a1792
feat: increase timers limitation ( #4843 )
2021-08-20 14:32:06 +08:00
okaybase
d9b928321f
docs: correcting curl commands ( #4857 )
2021-08-20 09:58:31 +08:00
罗泽轩
fbb80fe8da
ci: add stale bot ( #4850 )
2021-08-19 09:51:52 +08:00
tzssangglass
a3d42e66f6
fix(authz-keycloak): set permissions as empty table when lazy_load_path is false ( #4845 )
2021-08-18 18:59:48 +08:00
罗泽轩
22f24b92e7
ci: only confirmed bug can use 'bug' label ( #4848 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-18 18:58:08 +08:00
Joey
f263079a1a
ci: Remove non-exist dependency packages for CentOS 7 ( #4844 )
2021-08-18 16:02:30 +08:00
罗泽轩
b72404f643
feat(ext-plugin): support ExtraInfo ( #4835 )
...
* feat(ext-plugin): support ExtraInfo
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
* ensure to use str
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
* fix test
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
* ws
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-18 13:20:33 +08:00
Peter Yang
b0246c81ff
feat: add question issue template ( #4833 )
2021-08-17 21:44:07 +08:00
okaybase
38ce585d07
chore(limit-count): don't return plugin inner error info to caller ( #4830 )
2021-08-17 21:41:27 +08:00
罗泽轩
8bebafcd74
ci: protect release branches from deleted ( #4841 )
2021-08-17 18:24:51 +08:00
罗泽轩
a671909576
test: fuzz with the simple http case ( #4815 )
2021-08-17 11:58:30 +08:00
罗泽轩
15a175a511
feat(cli): add options to configure max timers ( #4826 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-17 11:47:37 +08:00
罗泽轩
21251d70e5
chore: sync latest mime.types from Nginx ( #4821 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-17 11:34:50 +08:00
Joey
09978f280a
ci: change centos7 package name with el7 ( #4836 )
...
Signed-off-by: imjoey <majunjie@apache.org>
2021-08-16 16:02:18 -04:00
tzssangglass
fca0a8a26a
fix: 4785 ( #4832 )
2021-08-16 20:35:01 +08:00
okaybase
a2723dc11b
docs: update file path of the ngx_tpl.lua ( #4831 )
2021-08-16 20:32:53 +08:00
RocFang
e244940ea6
feat(gzip): support special * to match any type ( #4817 )
2021-08-16 16:13:52 +08:00
agile6v
ca5ea1ffa4
fix(proxy-cache): keep cache_method same with nginx's proxy_cache_methods ( #4814 )
2021-08-15 21:30:56 +08:00
tzssangglass
1cfbaa82f5
docs: improve bug report template ( #4822 )
2021-08-15 21:22:41 +08:00
罗泽轩
03f09127f3
feat(real-ip): implement the first version ( #4813 )
2021-08-13 17:00:00 +08:00
okaybase
4a4b9463ff
test: correct typo in tests ( #4818 )
2021-08-13 16:12:10 +08:00
Crazy_Coder
3920160f98
docs: fix the bug of route's example json ( #4816 )
2021-08-13 16:10:12 +08:00
juju
4cf483d3c4
docs: update the example of route's fields in English doc ( #4811 )
2021-08-13 11:29:51 +08:00
okaybase
b7cbaed5f5
feat(limit-*): add custom reject-message for traffic control ( #4808 )
2021-08-13 11:05:14 +08:00
罗泽轩
ee990a0e28
perf(ext-plugin): use new API to improve setting body ( #4806 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-13 09:12:47 +08:00
okaybase
05fc2306b5
feat(log-rotate): log file compression feature ( #4795 )
2021-08-12 10:02:25 +08:00
罗泽轩
22ee20c480
feat: make A/B test APISIX easier by removing "additionalProperties = false" ( #4797 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-12 09:21:10 +08:00
罗泽轩
cd342792d0
docs: sync install-dependencies.md ( #4799 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-12 08:53:19 +08:00
罗泽轩
cd3a80c295
feat: parse_addr supports IPv6 without brackets ( #4784 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-11 19:18:02 +08:00
Jager
b63b67a30b
feat(consumer-restriction): add route_id type support ( #4759 )
...
Co-authored-by: Jagerzhang <jagerzhang@tencent.com>
2021-08-11 11:13:50 +08:00
okaybase
7b69a374ac
feat(plugin): add limit quota header switch for limit-count ( #4782 )
...
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2021-08-10 10:54:34 +08:00
John Bampton
e502977eae
docs: fix spelling ( #4725 )
2021-08-10 08:43:46 +08:00
okaybase
2238b547cb
docs: improve redis password/timeout desc ( #4783 )
2021-08-10 00:55:27 +08:00
罗泽轩
d5565742a3
chore: upgrade lua-resty-ipmatcher to 0.6.1 ( #4778 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-09 19:15:36 +08:00
罗泽轩
4462e11b29
fix(balancer): ensure fallback for chash balancer with vars_combinations can work ( #4779 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-09 19:11:24 +08:00
BIT
b739ca6898
fix: markdown error ( #4780 )
2021-08-09 19:06:21 +08:00
seven dickens
e127cc7a43
feat: Request-ID plugin add snowflake algorithm ( #4559 )
2021-08-09 10:20:52 +08:00
okaybase
a7c040f117
feat(plugin): add degradation switch for traffic control plugin ( #4774 )
...
Co-authored-by: nic-chen <33000667+nic-chen@users.noreply.github.com>
Co-authored-by: lixingwang <lixingwang@yiche.com>
2021-08-08 22:42:54 +08:00
okaybase
1414cba427
docs(openid-connect): sync attributes ( #4775 )
...
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-08-08 20:36:27 +08:00
liuxiran
798b85c089
chore: remove note APISIX Dashboard is an experimental feature for now ( #4771 )
2021-08-07 19:43:15 -04:00
罗泽轩
7a1287a62a
fix(admin): inject updatetime when the requst is PATCH with sub path ( #4765 )
...
* fix(admin): inject updatetime when the requst is PATCH with sub path
Fix #4763
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
* fix typo error
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-06 21:47:09 +08:00