Commit Graph

474 Commits

Author SHA1 Message Date
罗泽轩
cc9c1bb090
ci: check misspell (#3011)
Fix #3009
2020-12-10 23:05:36 +08:00
罗泽轩
0eacf3af7d
feat: improve jsonschema validation on route resource (#3008)
fix #2671
fix #2991
2020-12-10 22:53:53 +08:00
罗泽轩
93e2f1647a
feat: route accroding to the graphql attributes (#2964)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2020-12-10 15:51:00 +08:00
罗泽轩
85a84fb191
fix: avoid unnecessary type check and support var in local_conf (#2990)
Also merge bundle of repeated code.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2020-12-10 15:48:47 +08:00
guoqqqi
c47eacaf97
docs: Update server-info.md (#3001)
resolve #3000
2020-12-09 16:38:07 +08:00
tzssangglass
c7b198f969
feat: support enable/disable route (#2943)
fix #2737
2020-12-09 10:38:21 +08:00
Alex Zhang
7855d9eed2
feat: implement new plugin server-info (#2926)
close #2821
2020-12-09 10:07:57 +08:00
罗泽轩
79075000aa
feat(fault-injection): support Nginx variable in abort.body (#2986)
Fix #2827
2020-12-08 13:18:34 +08:00
罗泽轩
2f3ab6a2bc
feat: disable node-status by default (#2968)
Fix #2952
2020-12-04 22:25:11 +08:00
罗泽轩
0eca472d9c
docs: add missing consumer username in English version (#2894) 2020-12-03 08:50:41 +08:00
罗泽轩
f84a44e409
feat(limt-count): use 'remote_addr' as default key (#2927) 2020-12-02 17:04:31 +08:00
罗泽轩
a63b6b8c6e
feat: allow create consumers with multiple auth plugins (#2898)
Fix #2850
2020-12-01 15:42:59 +08:00
Wen Ming
91b7313e05
release: release 2.1 version. (#2887) 2020-12-01 11:52:49 +08:00
Radhika
5de6ee467f
docs: corrected link in architecture-design (#2896)
fix https://github.com/apache/apisix/issues/2843
2020-11-30 19:01:28 +08:00
Yuelin Zheng
c8e7e0377d
docs(http-logger): Improve the attribute description of the document. (#2891)
close #2879
2020-11-30 18:59:49 +08:00
dabue
e66dd9a314
feat: implement error-log-logger plug-in (#2592) 2020-11-30 14:43:16 +08:00
罗泽轩
f267291f3a
feat(prometheus): allow customizing Prometheus export uri (#2826)
* feat(prometheus): allow customizing Prometheus export uri

Close #2296.
2020-11-30 14:35:06 +08:00
super_mario
ce1d40b42f
fix: Synchronize with english doc (#2877) 2020-11-29 11:41:13 +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
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
Yuelin Zheng
ef87048b00
docs(kafka-logger): optimize the description of the attribute. (#2867)
close #2861
2020-11-27 16:45:32 +08:00
罗泽轩
c6c2e3cfb2
feat: support include other nginx config (#2803)
Close #2565
Close #1620
2020-11-25 19:23:31 +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
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
Yuelin Zheng
dc5fee27a2
feat(kafka-logger): the key field should be optional. (#2807)
fix #2778
2020-11-24 16:05:52 +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
Pahud Hsieh
a0c7d62cd6
chore(doc): add aws doc (#2567) 2020-11-19 16:30:48 +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
罗泽轩
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
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
HelloBug0
a3f537b999
docs: add node-status.md in English to the doc (#2752) 2020-11-17 16:34:02 +08:00
HelloBug0
c1ac7d6952
docs: add a English link of node-status.md (#2753) 2020-11-16 20:06:46 +08:00
罗泽轩
58cba26e51
fix(http-logger): validate uri (#2708) 2020-11-15 17:22:25 +08:00
罗泽轩
da4e12e0f7
feat: generate create/update_time automatically (#2740) 2020-11-15 17:20:51 +08:00
Alex Zhang
3c12b61207
docs: mentioned the etcd gRPC gateway (#2734) 2020-11-13 16:08:43 +08:00
琚致远
b2c4df7df2
fix(docs): kafka-logger in Chinese (#2728)
fix https://github.com/apache/apisix/issues/2719
2020-11-13 13:45:41 +08:00
罗泽轩
dadebc7e75
docs: clarify how we handle disabled plugin which is matched (#2706) 2020-11-13 13:30:06 +08:00
idbeta
358d83a757
docs: modify the stand-alone.md to add instructions for enable SSL (#2702) 2020-11-13 09:21:36 +08:00
idbeta
bbe6fc1ceb
modify batch-requests.md, example's --d should be --data (#2724) 2020-11-13 09:12:32 +08:00
罗泽轩
2f8762c22f
docs: add create/update_time fields (#2712)
Close #2654
2020-11-13 00:23:49 +08:00
dabue
70453aece3
chore(core): enabled websocket in route and service (#2593) 2020-11-10 16:56:38 +08:00
琚致远
9d4b4181c8
fix(doc): broken links (#2682) 2020-11-10 16:10:49 +08:00
罗泽轩
3ba6629daa
feat: disable example-plugin by default (#2673)
Close #2659.
2020-11-10 08:46:54 +08:00