罗泽轩
dffc5178a1
docs: clarify the default value of Upstream.pass_host ( #3468 )
...
Fix #2134
2021-02-01 19:22:20 +08:00
Yuelin Zheng
44074bb844
docs(api-breaker): the plugin docs is synchronized with the schema ( #3470 )
2021-02-01 18:09:06 +08:00
Alex Zhang
5399a31b24
feat: support to communicate with etcd by TLS in command line ( #3415 )
...
* feat: support to communicate with etcd by TLS in command line
* fix: add openssl dev
2021-02-01 10:51:34 +08:00
fukiki
98be48978f
fix: use luajit by default when run apisix ( #3335 )
...
Fix : #3281
2021-01-29 23:57:46 +08:00
Yuelin Zheng
bca2210ac7
chore: fix the limit plugins schema ( #3456 )
2021-01-29 22:31:01 +08:00
Shuyang Wu
6415b29559
feat: customed config.yaml when apisix start ( #2101 )
...
fix #2034
2021-01-29 11:19:46 +08:00
Jens Keiner
b5374bb66c
feat(authz-keycloak): dynamic scope and resource mapping. ( #3308 )
2021-01-27 21:50:18 +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
罗泽轩
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
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
1819b6b524
fix: update example grafana to lastest prometheus support ( #3402 )
2021-01-24 20:04:33 +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
罗泽轩
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
罗泽轩
95c01707bf
feat: allow getting health check status via control API ( #3345 )
...
Fix #2798
2021-01-20 18:06:03 +08:00
Yuelin Zheng
801e56c246
docs: improve the hamc-auth plugin documentation ( #3346 )
...
close #3334
2021-01-20 13:31:19 +08:00
Yuelin Zheng
746345aab2
docs: fix the example in skywalking doc ( #3347 )
2021-01-20 10:42:45 +08:00
罗泽轩
e3601e6876
feat: support dubbo ( #3224 )
...
Fix #89
2021-01-20 09:47:09 +08:00
RocFang
e40eeae22f
docs: fix some incomplete shell commands in the examples ( #3338 )
2021-01-20 09:02:01 +08:00
John Bampton
15528d8157
docs: fix table of contents links in 4 files ( #3328 )
2021-01-19 17:48:23 +08:00
YuanSheng Wang
3d85240d00
docs: delete the http
part to avoid ambiguity ( #3337 )
2021-01-19 15:53:43 +08:00
John Bampton
ebab4de486
docs: fix Markdown headings and remove unneeded TOC link ( #3331 )
2021-01-19 14:29:16 +08:00
John Bampton
0ce72405c8
docs: fix Markdown link ( #3313 )
2021-01-19 09:07:22 +08:00
John Bampton
b0a58b5351
docs: use lowercase link anchors ( #3326 )
2021-01-18 23:31:34 +08:00
罗泽轩
2aeb6e44c7
docs: for global rule ( #3317 )
...
fix #2854
2021-01-18 19:14:57 +08:00
罗泽轩
f349cc0dd4
feat: load balance by least connections ( #3304 )
...
Fix #3086
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-18 10:25:58 +08:00
John Bampton
48c0d87218
chore: enable Markdownlint rule MD003/heading-style ( #3314 )
2021-01-17 11:59:34 +08:00
ken zhou
d1d6533176
feat: support hash on vars_combinations ( #3278 )
...
related #3261
2021-01-15 10:45:46 +08:00
John Bampton
5482a4bf72
docs: standardize link anchors to be all lowercase ( #3297 )
...
Whilst the original syntax does work, it is better to standardize all anchors to lowercase like most of the codebase
2021-01-15 09:03:28 +08:00
罗泽轩
122cdf72ce
docs: update prometheus docs ( #3293 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-14 21:22:36 +08:00
John Bampton
e00893e2b0
docs: fix Markdown heading ( #3275 )
2021-01-14 15:25:00 +08:00
John Bampton
a57a18dd30
docs: remove unneeded table of contents entry ( #3279 )
2021-01-14 15:03:23 +08:00
Wen Ming
90be57f488
docs: update rpm package to 2.2 ( #3280 )
2021-01-14 13:16:14 +08:00
John Bampton
9ccdc29a9a
docs: fix case of Python ( #3277 )
2021-01-14 11:24:26 +08:00
罗泽轩
fcd880f23f
chore: enhance upstream discovery ( #3269 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-14 09:47:24 +08:00
Jens Keiner
9f6e605a15
feat(authz-keycloak): Add Keycloak Authorization Services endpoint discovery. ( #3263 )
2021-01-13 23:22:34 +08:00
John Bampton
57e3209286
docs: fix table of contents Markdown link ( #3256 )
2021-01-13 15:58:23 +08:00
罗泽轩
d68016e579
docs: enrich stand alone mode's doc ( #3264 )
2021-01-13 14:49:33 +08:00
John Bampton
012484f558
chore: enable Markdownlint rule MD038 ( #3246 )
...
MD038/no-space-in-code Spaces inside code span elements
2021-01-12 09:07:57 +08:00
罗泽轩
4de254ad27
fix(roundrobin): don't retry a node again ( #3217 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-11 22:25:53 +08:00
tzssangglass
14ebb590a7
chore: tweak the uri to view plug-in types
...
related #3153
2021-01-08 21:16:31 +08:00
罗泽轩
ebd158a858
feat: release version 2.2 ( #3168 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-08 18:20:48 +08:00
Yuelin Zheng
e9db11474a
docs: better doc style for traffic-split plugin. ( #3218 )
2021-01-08 16:14:07 +08:00
罗泽轩
ee122cd048
feat: log when request is blocked by a plugin ( #3214 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-07 19:45:08 +08:00
shenshaoye
4aeef386f0
feat: support more customize configure in nginx.conf ( #3204 )
...
Co-authored-by: 沈鑫杰 <xinjie.shen@chaitin.com>
related #3203
2021-01-07 19:21:02 +08:00
John Bampton
7c5df5d343
docs: lint Markdown ( #3178 )
2021-01-06 11:06:43 +08:00
John Bampton
58b0366c83
fix(CI): roll our own linter for YAML ( #3196 )
...
Due to the ASF's policies changing we cannot use the original GitHub Actions for linting as they are not approved
Lint Markdown for rules:
- MD012/no-multiple-blanks
- MD032/blanks-around-lists
2021-01-06 09:38:28 +08:00
Jens Keiner
67df073ed4
feat: Make headers to add to request in openid-connect plugin configurable. ( #2903 )
2021-01-05 10:14:37 +08:00
Brandon Fergerson
05b1db7f53
feat: support var in upstream_uri on proxy-rewrite plugin ( #3139 )
2021-01-05 10:11:09 +08:00