super_mario
ce1d40b42f
fix: Synchronize with english doc ( #2877 )
2020-11-29 11:41:13 +08:00
罗泽轩
6f2316b5b7
test: update apisix_cli_test.sh to fix CI ( #2885 )
...
fix https://github.com/apache/apisix/issues/2888
2020-11-28 23:28:48 +08:00
Wen Ming
d2ea344fc1
Revert "refactor: separate admin and proxy port in default config ( #2802 )" ( #2871 )
...
This reverts commit b13f167445
.
Co-authored-by: Vinci Xu <277040271@qq.com>
2020-11-28 19:05:14 +08:00
罗泽轩
1c211ff7b1
fix: validate plugin configuration in the DP ( #2856 )
...
Fix #2834
2020-11-28 13:29:00 +08:00
罗泽轩
f4dfcfbb6b
fix: we didn't initialize custom variable for admin access log ( #2874 )
...
* fix: we didn't initialize custom variable for admin access log
* t
2020-11-28 13:12:17 +08:00
Mark Huang
89d49ed9a0
chore: lint kafka-logger ( #2876 )
2020-11-27 19:37:03 +08:00
Yuelin Zheng
d7e59113d5
feat: How to distinguish whether the 5xx status code (eg 500) comes from upstream or apisix ( #2817 )
...
close #2501
2020-11-27 18:33:02 +08:00
罗泽轩
35269581e2
test: increase waiting time to make plugins reload test stable ( #2868 )
2020-11-27 17:36:58 +08:00
Yuelin Zheng
ef87048b00
docs(kafka-logger): optimize the description of the attribute. ( #2867 )
...
close #2861
2020-11-27 16:45:32 +08:00
willmafh
f4161d39a4
chore: minor change in bin/apisix ( #2847 )
2020-11-25 19:27:04 +08:00
罗泽轩
c6c2e3cfb2
feat: support include other nginx config ( #2803 )
...
Close #2565
Close #1620
2020-11-25 19:23:31 +08:00
YuanSheng Wang
e47bd1da69
chore: If the PR not backward compatible, please discuss on the maili… ( #2849 )
2020-11-25 19:23:05 +08:00
YuanSheng Wang
0d79edf8e5
docs: uses etcd to implement millisecond configuration sync(FAQ) ( #2844 )
2020-11-25 17:20:49 +08:00
罗泽轩
67eb787c38
fix: distinguish different routes which has the same service ( #2840 )
...
Fix #2828 .
The bug is introduced in #2121 .
Can't be reproduced in over 1 millions requests after applying this
patch.
2020-11-25 14:32:11 +08:00
罗泽轩
1ad90f7206
chore: sort default plugin list for easier search ( #2824 )
2020-11-25 14:11:24 +08:00
HelloBug0
1d0c719a7b
feat: enable access log or not ( #2769 )
...
Fix #2713 .
2020-11-25 13:10:08 +08:00
Yuelin Zheng
72f907ea8b
feat: the request parameter participating in the signature can be the parameter name ( #2830 )
...
close #2823
2020-11-25 13:05:03 +08:00
罗泽轩
3b4bfaf185
fix: we should keep 'enable_websocket' for compatibility ( #2836 )
2020-11-25 11:31:47 +08:00
罗泽轩
ba114fc980
feat: add rewritten proxy url in access log ( #2838 )
...
This helps us to locate the problem.
2020-11-25 10:05:22 +08:00
idbeta
09bf229d91
docs: add a space so that the example link is displayed correctly ( #2837 )
2020-11-25 09:37:37 +08:00
Alex Zhang
296f535d39
refactor: moved etcd initialiation to apisix/cli/etcd.lua ( #2685 )
2020-11-24 19:13:48 +08:00
罗泽轩
8b3bccd20f
test: check the behavior when connecting to old etcd ( #2835 )
2020-11-24 18:48:45 +08:00
罗泽轩
1ee7ead1e6
chore: remove stale access to modifiedIndex_org ( #2825 )
...
Since c5dcced1cf
,
modifiedIndex_org is only accessed in this place without any assignment.
2020-11-24 16:57:12 +08:00
Vinci Xu
b13f167445
refactor: separate admin and proxy port in default config ( #2802 )
...
change all admin 9080 to 9180
2020-11-24 16:51:47 +08:00
Peter Zhu
95226d950f
fix: check decrypt key to prevent lua thread aborted ( #2815 )
...
Fix #2791
2020-11-24 16:43:29 +08:00
罗泽轩
39840f9d8d
feat: allow whitespace-wrapped variables in config.yaml ( #2811 )
2020-11-24 16:06:11 +08:00
Yuelin Zheng
dc5fee27a2
feat(kafka-logger): the key field should be optional. ( #2807 )
...
fix #2778
2020-11-24 16:05:52 +08:00
Liu Hong
82628f076b
fix: min_etcd_version is a nil value when apisix init_etcd ( #2831 )
...
Signed-off-by: liuhong <liuhong_yewu@cmss.chinamobile.com>
2020-11-24 15:14:32 +08:00
罗泽轩
c8823d0eed
fix(consumer): keep the id field for compatibility ( #2829 )
2020-11-24 11:02:44 +08:00
罗泽轩
d7593a0ac3
feat: support '.' in id definition ( #2795 )
...
* feat: support '.' in id definition
Close #2274 .
* tweak test
2020-11-23 22:36:40 +08:00
Peter Zhu
2649d1cf1b
docs: fix stream proxy example ( #2819 )
...
fix #2808
2020-11-23 11:18:40 +08:00
HelloBug0
7cd7a96242
docs: modify a typo ( #2813 )
2020-11-23 09:48:26 +08:00
琚致远
4d29017214
feat(docs): remove non existing image ( #2805 )
2020-11-21 10:23:52 +08:00
idbeta
7780fe4e24
docs: fix typo from zh-cn/plugins/prometheus.md ( #2806 )
2020-11-21 10:17:39 +08:00
罗泽轩
2622e38ae0
docs: add missing fields in SSL API ( #2804 )
2020-11-20 20:08:50 +08:00
jxhecong
009cab65b5
fix(CLI): add Authorization header while enable etcd auth ( #2690 )
2020-11-20 11:35:51 +08:00
Shuyang Wu
36162e3607
fix: move conf/cert
to t/certs
and disable ssl by default ( #2112 )
2020-11-20 11:10:01 +08:00
Pahud Hsieh
a0c7d62cd6
chore(doc): add aws doc ( #2567 )
2020-11-19 16:30:48 +08:00
guyang
b3cd11ff02
feat: Improve zipkin span reporter performance ( #2727 )
...
Close #2726
2020-11-19 11:31:07 +08:00
guyang
5b396020d5
feat: support plugin for "aliyun" log service ( #2177 )
2020-11-19 00:04:01 +08:00
idbeta
d08270330a
docs: modify architecture-design.md
to add what should pay attention when… ( #2744 )
...
fix #2741
2020-11-19 00:01:08 +08:00
Yousa
208ae3d2b7
chore: format the string.find ( #2785 )
2020-11-18 23:58:36 +08:00
罗泽轩
e7223e77a3
fix(http-logger): correct the Content-Type of newline format log report ( #2780 )
2020-11-18 17:51:03 +08:00
罗泽轩
1a24c2af39
refactor(consumer): remove id and use username only ( #2679 )
...
Close #2656
Close #2653
Close #2651
2020-11-18 17:44:40 +08:00
Yuelin Zheng
e4de3d5b9b
feat(proxy-cache): the cache_zone field in the schema should be optional ( #2776 )
2020-11-18 16:07:13 +08:00
Yousa
53e2d5387f
fix: remove upstream 'Server' header info. fix #2714 ( #2731 )
...
fix #2714
2020-11-18 13:15:31 +08:00
Yousa
ec5ba5f68c
docs: add Attention message for 'response-rewrite' doc. ( #2732 )
...
* 1. add Summary for 'zh-cn/plugins/response-rewrite.md'
2. add Attention message for 'response-rewrite' doc.
* fix typo
* response rewrite plugin, rewrite the content from upstream.
->
response rewrite plugin, rewrite the content returned by the upstream as well as Apache APISIX itself.
2020-11-18 12:51:12 +08:00
Yuelin Zheng
a6678c33c5
fix(hmac-auth): when the request contains escape characters, the signature verification fails ( #2749 )
...
fix #2710
2020-11-18 09:02:37 +08:00
罗泽轩
8983a8dd27
fix(etcd): avoid getting with prefix ( #2772 )
...
Fix #2771 .
2020-11-17 21:28:55 +08:00
罗泽轩
671d184ceb
bugfix: we didn't keep the create_time correctly ( #2760 )
2020-11-17 18:39:28 +08:00