[GitHub] [incubator-apisix] moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346167198 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] lilien1010 commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
lilien1010 commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346166728 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346166169 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346165230 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346164863 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
moonming commented on a change in pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855#discussion_r346164730 ## File path: conf/config.yaml ## @@ -65,6 +65,11 @@ nginx_config:

[GitHub] [incubator-apisix] lilien1010 opened a new pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf

2019-11-13 Thread GitBox
lilien1010 opened a new pull request #855: Allow APISIX config more Nginx-built-in directives into nginx.conf URL: https://github.com/apache/incubator-apisix/pull/855 ### Summary allow user write custom directives configuration in server field into nginx.conf ### Full

[GitHub] [incubator-apisix] lilien1010 opened a new issue #854: request help: how to allow APISIX config more Nginx-built-in directives?

2019-11-13 Thread GitBox
lilien1010 opened a new issue #854: request help: how to allow APISIX config more Nginx-built-in directives? URL: https://github.com/apache/incubator-apisix/issues/854 ### Issue description recently I am transfer some of my old Application from pure nginx into APISIX, but I

[GitHub] [incubator-apisix] Beckjiang commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
Beckjiang commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553746131 well. I will try it. thx. This is an automated message from

[GitHub] [incubator-apisix] membphis commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
membphis commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553744818 `httpc:request_pipeline` is good enough. This is an automated

[GitHub] [incubator-apisix] Beckjiang commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
Beckjiang commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553742714 I think It is a way to reduce the total response time. A similar question.

[GitHub] [incubator-apisix] Beckjiang commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
Beckjiang commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553734816 About the request, it could be in two modes "pipeline" or "parallel". The "pipeline" mode is easy to implement by

[GitHub] [incubator-apisix] membphis commented on a change in pull request #814: doc: add plugin develop document.

2019-11-13 Thread GitBox
membphis commented on a change in pull request #814: doc: add plugin develop document. URL: https://github.com/apache/incubator-apisix/pull/814#discussion_r346128491 ## File path: doc/plugins/plugin-develop-cn.md ## @@ -0,0 +1,180 @@ + +[English](plugin-develop.md) + +#

[GitHub] [incubator-apisix] membphis commented on a change in pull request #814: doc: add plugin develop document.

2019-11-13 Thread GitBox
membphis commented on a change in pull request #814: doc: add plugin develop document. URL: https://github.com/apache/incubator-apisix/pull/814#discussion_r346128896 ## File path: doc/plugins/plugin-develop-cn.md ## @@ -0,0 +1,180 @@ + +[English](plugin-develop.md) + +#

[GitHub] [incubator-apisix] membphis commented on a change in pull request #814: doc: add plugin develop document.

2019-11-13 Thread GitBox
membphis commented on a change in pull request #814: doc: add plugin develop document. URL: https://github.com/apache/incubator-apisix/pull/814#discussion_r346128260 ## File path: doc/plugins/plugin-develop-cn.md ## @@ -0,0 +1,180 @@ + +[English](plugin-develop.md) + +#

[GitHub] [incubator-apisix] membphis commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
membphis commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553721181 we can use cosocket + resty-http to implement this. This is

[incubator-apisix] branch master updated (553f4e9 -> 35416e9)

2019-11-13 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from 553f4e9 test: fixed typo in test cases #508 (#853) add 35416e9 doc: fix typo in

[GitHub] [incubator-apisix] moonming closed issue #848: typo in install-dependencies.md

2019-11-13 Thread GitBox
moonming closed issue #848: typo in install-dependencies.md URL: https://github.com/apache/incubator-apisix/issues/848 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-apisix] branch master updated (360a033 -> 553f4e9)

2019-11-13 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from 360a033 doc: fixed grpc server example link. (#851) add 553f4e9 test: fixed typo in test cases

[GitHub] [incubator-apisix] membphis merged pull request #853: fix: typo in test cases #508

2019-11-13 Thread GitBox
membphis merged pull request #853: fix: typo in test cases #508 URL: https://github.com/apache/incubator-apisix/pull/853 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-apisix] moonming merged pull request #852: fix writing rule

2019-11-13 Thread GitBox
moonming merged pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-apisix] Beckjiang commented on issue #603: featrue: implement Aggregate request function

2019-11-13 Thread GitBox
Beckjiang commented on issue #603: featrue: implement Aggregate request function URL: https://github.com/apache/incubator-apisix/issues/603#issuecomment-553714226 > Assemble the data of two or more backend interfaces and return it as one interface. > The first parameter mapping

[GitHub] [incubator-apisix] membphis commented on issue #851: fix: grpc server example link

2019-11-13 Thread GitBox
membphis commented on issue #851: fix: grpc server example link URL: https://github.com/apache/incubator-apisix/pull/851#issuecomment-553713813 merged, many thx. This is an automated message from the Apache Git Service. To

[incubator-apisix] branch master updated (bae08d8 -> 360a033)

2019-11-13 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from bae08d8 bugfix: `proxy-rewrite-cn.md` enable plugin example error. (#850) add 360a033 doc: fixed

[GitHub] [incubator-apisix] membphis commented on a change in pull request #852: fix writing rule

2019-11-13 Thread GitBox
membphis commented on a change in pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852#discussion_r346116992 ## File path: doc/install-dependencies.md ## @@ -25,17 +25,17 @@ - [Ubuntu 16.04 & 18.04](#ubuntu-1604--1804) - [Debian 9

[GitHub] [incubator-apisix] membphis commented on a change in pull request #852: fix writing rule

2019-11-13 Thread GitBox
membphis commented on a change in pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852#discussion_r346116930 ## File path: doc/install-dependencies.md ## @@ -116,14 +116,14 @@ Mac OSX === ```shell -# install openresty, etcd

[GitHub] [incubator-apisix] Beckjiang opened a new pull request #853: fix: typo in test cases #508

2019-11-13 Thread GitBox
Beckjiang opened a new pull request #853: fix: typo in test cases #508 URL: https://github.com/apache/incubator-apisix/pull/853 ### Summary PR for #508 This is an automated message from the Apache Git Service.

[GitHub] [incubator-apisix] membphis merged pull request #850: bugfix: `proxy-rewrite-cn.md` enable plugin example error.

2019-11-13 Thread GitBox
membphis merged pull request #850: bugfix: `proxy-rewrite-cn.md` enable plugin example error. URL: https://github.com/apache/incubator-apisix/pull/850 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-apisix] juzhiyuan commented on a change in pull request #852: fix writing rule

2019-11-13 Thread GitBox
juzhiyuan commented on a change in pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852#discussion_r346114673 ## File path: doc/install-dependencies.md ## @@ -25,17 +25,17 @@ - [Ubuntu 16.04 & 18.04](#ubuntu-1604--1804) - [Debian 9

[GitHub] [incubator-apisix] juzhiyuan commented on a change in pull request #852: fix writing rule

2019-11-13 Thread GitBox
juzhiyuan commented on a change in pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852#discussion_r346114748 ## File path: doc/install-dependencies.md ## @@ -25,17 +25,17 @@ - [Ubuntu 16.04 & 18.04](#ubuntu-1604--1804) - [Debian 9

[GitHub] [incubator-apisix] juzhiyuan commented on a change in pull request #852: fix writing rule

2019-11-13 Thread GitBox
juzhiyuan commented on a change in pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852#discussion_r346114673 ## File path: doc/install-dependencies.md ## @@ -25,17 +25,17 @@ - [Ubuntu 16.04 & 18.04](#ubuntu-1604--1804) - [Debian 9

[incubator-apisix] branch juzhiyuan-patch-1 updated (de159db -> bff13da)

2019-11-13 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from de159db fix writing rule add bff13da Update install-dependencies.md No new revisions

[GitHub] [incubator-apisix] juzhiyuan opened a new pull request #852: fix writing rule

2019-11-13 Thread GitBox
juzhiyuan opened a new pull request #852: fix writing rule URL: https://github.com/apache/incubator-apisix/pull/852 ### Summary openresty -> OpenResty ### Full changelog ### Issues resolved resolve https://github.com/apache/incubator-apisix/issues/848

[incubator-apisix] 01/01: fix writing rule

2019-11-13 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git commit de159db907d7534d269cd0e767e0904da2586b2f Author: 琚致远 AuthorDate: Thu Nov 14 11:38:51 2019 +0800

[incubator-apisix] branch juzhiyuan-patch-1 created (now de159db)

2019-11-13 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. at de159db fix writing rule This branch includes the following new commits: new de159db

[GitHub] [incubator-apisix] totemofwolf opened a new issue #849: bug: proxy_rewrite plugin Chinese readme test case error

2019-11-13 Thread GitBox
totemofwolf opened a new issue #849: bug: proxy_rewrite plugin Chinese readme test case error URL: https://github.com/apache/incubator-apisix/issues/849 ### Issue description Duplicate "," makes 400 error when enable the proxy_rewrite plugin in readme Chinese version. ###

[GitHub] [incubator-apisix] nic-chen edited a comment on issue #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding.

2019-11-13 Thread GitBox
nic-chen edited a comment on issue #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553686788 @tom2nonames

[GitHub] [incubator-apisix] nic-chen edited a comment on issue #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding.

2019-11-13 Thread GitBox
nic-chen edited a comment on issue #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553686788 @tom2nonames

[GitHub] [incubator-apisix-docker] lgd8069465 commented on issue #25: /usr/bin/apisix:520: in function

2019-11-13 Thread GitBox
lgd8069465 commented on issue #25: /usr/bin/apisix:520: in function URL: https://github.com/apache/incubator-apisix-docker/issues/25#issuecomment-553698305 @Tinywan it is problem with my etcd network , thanks . This is an

[GitHub] [incubator-apisix] lilien1010 commented on issue #840: feature: allow set up header to client in proxy-rewrite, support CORS header

2019-11-13 Thread GitBox
lilien1010 commented on issue #840: feature: allow set up header to client in proxy-rewrite,support CORS header URL: https://github.com/apache/incubator-apisix/pull/840#issuecomment-553694861 use another plugin to accomplish this feature

[GitHub] [incubator-apisix] membphis commented on a change in pull request #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding.

2019-11-13 Thread GitBox
membphis commented on a change in pull request #846: plugin(grpc-transcode): support new options for `protocol buffer` encoding. URL: https://github.com/apache/incubator-apisix/pull/846#discussion_r346097700 ## File path: doc/plugins/grpc-transcoding-cn.md ## @@ -107,3

[GitHub] [incubator-apisix] nic-chen edited a comment on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关.

2019-11-13 Thread GitBox
nic-chen edited a comment on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553686788 @tom2nonames grpc-transcode的测试用例,你可以在里面添加: We have test cases for grpc-transcode , you can add some more here:

[GitHub] [incubator-apisix] moonming opened a new issue #848: typo in install-dependencies.md

2019-11-13 Thread GitBox
moonming opened a new issue #848: typo in install-dependencies.md URL: https://github.com/apache/incubator-apisix/issues/848 https://github.com/apache/incubator-apisix/blob/master/doc/install-dependencies.md#how-to-compile-the-openresty `Openresty` -> `OpenResty`

[GitHub] [incubator-apisix] nic-chen commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关.

2019-11-13 Thread GitBox
nic-chen commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553686788 @tom2nonames grpc-transcode的测试用例,你可以在里面添加: We have test cases for grpc-transcode , you can add some here:

[incubator-apisix] branch v0.9 created (now 027da04)

2019-11-13 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a change to branch v0.9 in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. at 027da04 doc: added doc about "How to compile the Openresty". (#831) No new revisions were added by this

[GitHub] [incubator-apisix] membphis commented on a change in pull request #834: Run test case after using patch file : nginx-1.17.4-balancer_status_code.patch

2019-11-13 Thread GitBox
membphis commented on a change in pull request #834: Run test case after using patch file : nginx-1.17.4-balancer_status_code.patch URL: https://github.com/apache/incubator-apisix/pull/834#discussion_r346085156 ## File path: .travis/linux_tengine_runner.sh ## @@ -70,9

[GitHub] [incubator-apisix] membphis commented on issue #840: feature: allow set up header to client in proxy-rewrite, support CORS header

2019-11-13 Thread GitBox
membphis commented on issue #840: feature: allow set up header to client in proxy-rewrite,support CORS header URL: https://github.com/apache/incubator-apisix/pull/840#issuecomment-553677768 > `response-rewriter` is ok for me, and we can rewrite header and body. I think

[incubator-apisix] branch master updated (0972462 -> 027da04)

2019-11-13 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from 0972462 user: add company into powereby page (#844) add 027da04 doc: added doc about "How to

[GitHub] [incubator-apisix] membphis closed issue #830: request help: Add document about how to compile the Openresty.

2019-11-13 Thread GitBox
membphis closed issue #830: request help: Add document about how to compile the Openresty. URL: https://github.com/apache/incubator-apisix/issues/830 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-apisix] membphis commented on issue #838: bug: APISIX v0.8 doesn't support the Stand-alone mode, need fix the doc.

2019-11-13 Thread GitBox
membphis commented on issue #838: bug: APISIX v0.8 doesn't support the Stand-alone mode, need fix the doc. URL: https://github.com/apache/incubator-apisix/issues/838#issuecomment-553644786 I got it too, thx @justinmclean

[GitHub] [incubator-apisix] membphis commented on issue #847: Is there any plan to support zookeeper ??

2019-11-13 Thread GitBox
membphis commented on issue #847: Is there any plan to support zookeeper ?? URL: https://github.com/apache/incubator-apisix/issues/847#issuecomment-553427799 There is currently no such plan now, and etcd is more suitable for APISIX.

[GitHub] [incubator-apisix] membphis commented on a change in pull request #846: grpc-transcode 插件的配置中增加proto option 选项开关.

2019-11-13 Thread GitBox
membphis commented on a change in pull request #846: grpc-transcode 插件的配置中增加proto option 选项开关. URL: https://github.com/apache/incubator-apisix/pull/846#discussion_r345784452 ## File path: doc/plugins/grpc-transcoding-cn.md ## @@ -107,3 +107,72 @@ Proxy-Connection:

[GitHub] [incubator-apisix] membphis commented on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言)

2019-11-13 Thread GitBox
membphis commented on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言) URL: https://github.com/apache/incubator-apisix/issues/487#issuecomment-553413544 @cuiyuan would you send a PR to add your company into the powered-by page? thx

[GitHub] [incubator-apisix] tom2nonames commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关.

2019-11-13 Thread GitBox
tom2nonames commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553365204 Dear nic-chen, 测试用例本打算写的, 但这个测试需要有一个支持grpc的服务, 需要定义proto的message 和 rpc 方法, 我在源代码中也没有找到这一部分的代码, 我想CI 跑的时候这个服务需要先启动吧!

[GitHub] [incubator-apisix] nic-chen commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关.

2019-11-13 Thread GitBox
nic-chen commented on issue #846: grpc-transcode 插件的配置中增加proto option 选项开关. URL: https://github.com/apache/incubator-apisix/pull/846#issuecomment-553354697 @tom2nonames need test cases cover. This is an automated message

[GitHub] [incubator-apisix] cuiyuan commented on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言)

2019-11-13 Thread GitBox
cuiyuan commented on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言) URL: https://github.com/apache/incubator-apisix/issues/487#issuecomment-553324665 Organization: Netease Location: Hangzhou, China Contact: cui...@gmail.com Scenario: test,Research