Commit Graph

1840 Commits

Author SHA1 Message Date
Yuelin Zheng
bca2210ac7
chore: fix the limit plugins schema (#3456) 2021-01-29 22:31:01 +08:00
Shuyang Wu
a38cbf78b7
feat: chaos test on route could still works when etcd is down (#3404) 2021-01-29 19:22:43 +08:00
大可
ba11e7fa0a
feat: ewma use p2c to improve performance (#3300) 2021-01-29 17:17:22 +08:00
罗泽轩
1e654fae52
feat: switch back to nginx-lua-prometheus (#3451)
Fix #3238

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-29 16:36:47 +08:00
syz
0e1cefb6eb
fix: upstream dns resolver failed response 503 (#3398)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-01-29 16:23:20 +08:00
罗泽轩
1ac2f5b51e
chore: fix indent (#3454)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-29 16:20:17 +08:00
Shuyang Wu
6415b29559
feat: customed config.yaml when apisix start (#2101)
fix #2034
2021-01-29 11:19:46 +08:00
Yuelin Zheng
75c69237d7
test: sort the output data of the plugin_proxy_rewrite_args method (#3448)
close #3403
2021-01-29 07:53:41 +08:00
罗泽轩
b78223c38c
chore: change the msg when compacted happened to make it more clear (#3439)
Fix #3438.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-28 14:54:59 +08:00
罗泽轩
b32cec71aa
test: use the same buffer size across different platforms (#3436)
The buffer size in x86 is 8k while the one in arm64 is 16k.

Fix #3355
2021-01-27 22:38:09 +08:00
罗泽轩
97a0956614
fix: ignore stale nginx.pid (#3416)
Fix #2948
Fix #3202

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
Co-authored-by: limiao <limiao02@qiyi.com>
2021-01-27 22:36:35 +08:00
Jens Keiner
b5374bb66c
feat(authz-keycloak): dynamic scope and resource mapping. (#3308) 2021-01-27 21:50:18 +08:00
罗泽轩
ec5b703500
chore: both 'done' & 'recursive' mean the event is delivered (#3433)
Let's use 'done' all the way to make tests happy.

Fix #3432.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-27 21:12:37 +08:00
罗泽轩
3a09f8a8d5
feat: support specifying https in upstream to talk with https backend (#3430)
Fix #3336
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-27 20:18:57 +08:00
罗泽轩
d752b6f364
feat: allow customizing lua_package_path & lua_package_cpath (#3417) 2021-01-27 14:45:32 +08:00
halfcrazy
8d61d315b8
fix: proxy_set_header Host $host may lose port info (#2079) 2021-01-27 13:16:07 +08:00
yongboy
ea8eef86a3
fix: when called checker:get_target_status got err, we should log it~ (#3424)
Co-authored-by: nieyong <nieyong@staff.weibo.com>
2021-01-27 12:13:52 +08:00
halfcrazy
2b532f06ba
feat: proxy-rewrite host support host with port (#3428)
Fix #3136
2021-01-27 10:22:10 +08:00
罗泽轩
da62190d95
feat: allow to pass SNI in HTTPS proxy (#3420)
Fix #2988
2021-01-26 23:36:12 +08:00
罗泽轩
5250592b38
chore: require more environment info (#3418) 2021-01-26 23:34:54 +08:00
罗泽轩
c2385c7d32
test: move test requires root privilege to ci_only group (#3419)
This test can't be run if we don't use root privilege.
2021-01-26 23:33:55 +08:00
罗泽轩
a3c7c4098b
fix: remove stale checker before adding new one (#3427)
lua-resty-healthcheck remove target according to the `ip, port,
hostname` tuple. If the newly added target has the same tuple, it will
be removed accidently.
2021-01-26 23:33:21 +08:00
罗泽轩
8c7a6887ec
ci: address yamllint warnings (#3422)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-26 18:20:39 +08:00
罗泽轩
3db8ebec26
feat: support gRPCS (#3411) 2021-01-26 11:04:16 +08:00
John Bampton
0c3592890e
docs: fix table of contents links (#3414) 2021-01-26 09:32:11 +08:00
罗泽轩
8439c8d98d
test: make ci stable (#3413) 2021-01-26 00:01:48 +08:00
罗泽轩
c90f0dcfb4
fix: SSL resource supports PATCH with sub path (#3405)
Fix #3351
2021-01-25 23:57:34 +08:00
Shuyang Wu
923e504e19
chore: fix kubernetes yaml not working (#3410) 2021-01-25 23:57:00 +08:00
Yuelin Zheng
fb9123d429
feat(fault-injection): support conditional fault injection using nginx variables (#3363)
close #2511
2021-01-25 23:44:00 +08:00
Shuyang Wu
8904011fa8
chore: git ignore openwhisk to smoothly check license locally (#3408)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-01-25 12:12:33 +08:00
大可
95a04d2475
fix(grpc-transcode): ienum_as_name to enum_as_name (#3352) 2021-01-25 11:20:45 +08:00
Yitian Huang
e02baebbef
fix: validation for timeouts in upstream schema that can be zero (#3401) 2021-01-25 10:08:29 +08:00
Shuyang Wu
1819b6b524
fix: update example grafana to lastest prometheus support (#3402) 2021-01-24 20:04:33 +08:00
罗泽轩
806ac668d5
chore: hi 2021 (#3399)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-24 13:01:06 +08:00
罗泽轩
c8d35cd73c
fix(standalone): require consumer's id to be the same as username (#3394)
We already did the same thing with the configuration from etcd.
2021-01-22 17:30:59 +08:00
罗泽轩
d698220341
fix: ignore the case of configured host (#3377)
Fix #3357.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-22 10:18:50 +08:00
罗泽轩
bf16615583
test: avoid unstable case caused by delete upstream 1 (#3385)
Test cases from other files may still refer upstream 1.
2021-01-21 23:40:58 +08:00
罗泽轩
c030783607
fix: support upstream_id & consumer with grpc (#3387)
Fix #1646.
2021-01-21 23:38:19 +08:00
罗泽轩
64029e0ecc
feat: remove restriction of label pattern to support Chinese (#3379)
* feat: remove restriction of label pattern to support Chinese

Fix #3378.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>

* whitespace

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-21 21:27:00 +08:00
Yuelin Zheng
62b5f7c6d4
docs(traffic-split): update the vars example of the docs (#3366)
close #3359
2021-01-21 19:25:08 +08:00
Yuelin Zheng
5e00a731ef
chore: update lua-resty-expr to v1.1.0 (#3386) 2021-01-21 19:20:35 +08:00
Shuyang Wu
e5916cf541
fix: markdownlint issue (#3381)
remove unnecessary ignore path in markdownlint

Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-01-21 16:03:30 +08:00
Wen Ming
985c354066
doc: add good first issue links. (#3368) 2021-01-21 14:21:37 +08:00
Yousa
aff1a907a3
chore: ngx.req.get_body_data -> req_get_body_data (#3255) 2021-01-21 09:35:10 +08:00
罗泽轩
6903b8ba51
docs: add link of control-api.md to Chinese index. (#3354)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-20 19:46:39 +08:00
罗泽轩
ab6e31fd63
test: clean unrun cases (#3356)
Those test may mislead people.
Also add a check to prevent skipping test by accident.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-20 19:14:56 +08:00
罗泽轩
95c01707bf
feat: allow getting health check status via control API (#3345)
Fix #2798
2021-01-20 18:06:03 +08:00
罗泽轩
319c3ebefd
test: make ci stable (#3329) 2021-01-20 15:58:44 +08:00
罗泽轩
da99a03cbf
test: add more test to check if checker is stopped. (#3350)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-20 13:32:26 +08:00
Yuelin Zheng
801e56c246
docs: improve the hamc-auth plugin documentation (#3346)
close #3334
2021-01-20 13:31:19 +08:00