[GitHub] [incubator-apisix] Miss-you opened a new issue #843: bug: No need to install dependent libraries 'lua-devel'

2019-11-11 Thread GitBox
Miss-you opened a new issue #843: bug: No need to install dependent libraries 'lua-devel' URL: https://github.com/apache/incubator-apisix/issues/843 ### Issue description No need to install dependent libraries 'lua-devel' We now replace lua-rapidjson with jsonschema and we no

[GitHub] [incubator-apisix] Beckjiang opened a new issue #842: request help: is apisix.http_content_phase() a helpful enhance?

2019-11-11 Thread GitBox
Beckjiang opened a new issue #842: request help: is apisix.http_content_phase() a helpful enhance? URL: https://github.com/apache/incubator-apisix/issues/842 ### Issue description I want to do some extension in the `content phase`. But now APISIX can not settle by developing plugins.

[GitHub] [incubator-apisix] Beckjiang commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
Beckjiang commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552761584 This way basically can solve my problem and is graceful. I will think about it.

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

2019-11-11 Thread GitBox
moonming commented on issue #25: /usr/bin/apisix:520: in function URL: https://github.com/apache/incubator-apisix-docker/issues/25#issuecomment-552759361 @Tinywan please have a look, thx This is an automated message from

[GitHub] [incubator-apisix] moonming commented on issue #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
moonming commented on issue #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#issuecomment-552757436 IMO, if you want to support `CORS`, better add `CORS` plugin like

[GitHub] [incubator-apisix] moonming commented on issue #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
moonming commented on issue #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#issuecomment-552756999 @lilien1010 what is `CROS`? do yo mean `CORS`?

[GitHub] [incubator-apisix] moonming commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
moonming commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r345034916 ## File path: doc/plugins/proxy-rewrite-cn.md ## @@ -30,6 +30,7 @@

[GitHub] [incubator-apisix] membphis edited a comment on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis edited a comment on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552736938 Better way: we can support more operator like `mod` for `lua-resty-radixtree`. Here is the

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552736938 Better way: we can support more operator like `mod` for `lua-resty-radixtree`. Here is the operator

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552736099 You can make a try with this way: ```shell curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT

[GitHub] [incubator-apisix] membphis commented on issue #579: roadmap: version 0.9

2019-11-11 Thread GitBox
membphis commented on issue #579: roadmap: version 0.9 URL: https://github.com/apache/incubator-apisix/issues/579#issuecomment-552734183 @Beckjiang https://github.com/apache/incubator-apisix/issues/841 I created a new issue right now, we can discuss it separately.

[GitHub] [incubator-apisix] membphis opened a new issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis opened a new issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841 Hi, I'm trying to develop an ab-test plugin and it will be used for the backend API's URI or params control. The configuration below

[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-11 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_r345016930 ## File path: .travis/linux_tengine_runner.sh ## @@ -70,9

[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-11 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_r345016091 ## File path: .travis/linux_tengine_runner.sh ## @@ -70,9

[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-11 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-552732406 This is a bug in version 0.8. If you have to use version 0.8, we can release a new version 0.8.1.

[GitHub] [incubator-apisix] membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r345015119 ## File path: lua/apisix/plugins/proxy-rewrite.lua ## @@ -110,6 +115,18

[GitHub] [incubator-apisix] membphis commented on a change in pull request #831: Add doc for "How to compile the Openresty" and fix the doc about how to install apisix.

2019-11-11 Thread GitBox
membphis commented on a change in pull request #831: Add doc for "How to compile the Openresty" and fix the doc about how to install apisix. URL: https://github.com/apache/incubator-apisix/pull/831#discussion_r345014801 ## File path: doc/install-dependencies.md ## @@

[GitHub] [incubator-apisix] lilien1010 commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
lilien1010 commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r345010014 ## File path: lua/apisix/plugins/proxy-rewrite.lua ## @@ -110,6

[GitHub] [incubator-apisix] lilien1010 commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
lilien1010 commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r344996411 ## File path: doc/plugins/proxy-rewrite.md ## @@ -30,6 +30,7 @@

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

2019-11-11 Thread GitBox
lgd8069465 commented on issue #25: /usr/bin/apisix:520: in function URL: https://github.com/apache/incubator-apisix-docker/issues/25#issuecomment-552705968 ~~~ [root@docker example]# docker run --name test-api-gateway -v

[GitHub] [incubator-apisix] membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r344983076 ## File path: lua/apisix/plugins/proxy-rewrite.lua ## @@ -49,6 +49,11

[GitHub] [incubator-apisix] membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r344983374 ## File path: doc/plugins/proxy-rewrite.md ## @@ -30,6 +30,7 @@

[GitHub] [incubator-apisix] membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
membphis commented on a change in pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840#discussion_r344983636 ## File path: lua/apisix/plugins/proxy-rewrite.lua ## @@ -110,6 +115,18

[GitHub] [incubator-apisix] lilien1010 opened a new pull request #840: feature: allow set up header to client in proxy-rewrite, CROS allowed

2019-11-11 Thread GitBox
lilien1010 opened a new pull request #840: feature: allow set up header to client in proxy-rewrite,CROS allowed URL: https://github.com/apache/incubator-apisix/pull/840 ### Summary allow user to set customer field & value is very helpful, scenario: we set a API very open, and

[GitHub] [incubator-apisix] lilien1010 opened a new issue #839: request help: support set customer header field-value

2019-11-11 Thread GitBox
lilien1010 opened a new issue #839: request help: support set customer header field-value URL: https://github.com/apache/incubator-apisix/issues/839 ### Issue description like many other cloud based API gateway,I think allow user to set customer field & value is very helpful

[GitHub] [incubator-apisix] Miss-you opened a new issue #838: bug: APISIX v0.8 doesn't support the Stand-alone mode, need fix the doc.

2019-11-11 Thread GitBox
Miss-you opened a new 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 ### Issue description APISIX v0.8 doesn't support the Stand-alone mode, need fix the doc. init_etcd function

[GitHub] [incubator-apisix] Beckjiang commented on issue #579: roadmap: version 0.9

2019-11-11 Thread GitBox
Beckjiang commented on issue #579: roadmap: version 0.9 URL: https://github.com/apache/incubator-apisix/issues/579#issuecomment-552415522 Hi, I'm trying to develop an ab-test plugin and it will be used for the backend API's URI or params control. The configuration below is my simple

[GitHub] [incubator-apisix] membphis commented on issue #836: bugfix: Adjust the MaxLength parameter in grpc proto from 4096b to 1M…

2019-11-11 Thread GitBox
membphis commented on issue #836: bugfix: Adjust the MaxLength parameter in grpc proto from 4096b to 1M… URL: https://github.com/apache/incubator-apisix/pull/836#issuecomment-552391181 merged, many thx. This is an automated

[GitHub] [incubator-apisix] membphis closed issue #820: bug: upload more than 4096 bytes of grpc proto content and report an error

2019-11-11 Thread GitBox
membphis closed issue #820: bug: upload more than 4096 bytes of grpc proto content and report an error URL: https://github.com/apache/incubator-apisix/issues/820 This is an automated message from the Apache Git Service. To

[incubator-apisix] branch master updated: change: adjusted the MaxLength parameter in grpc proto from 4096b to 1M (#820) (#836)

2019-11-11 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new bb28766 change: adjusted the

[GitHub] [incubator-apisix] membphis merged pull request #836: bugfix: Adjust the MaxLength parameter in grpc proto from 4096b to 1M…

2019-11-11 Thread GitBox
membphis merged pull request #836: bugfix: Adjust the MaxLength parameter in grpc proto from 4096b to 1M… URL: https://github.com/apache/incubator-apisix/pull/836 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-apisix] membphis commented on issue #833: change: update changelog show format.

2019-11-11 Thread GitBox
membphis commented on issue #833: change: update changelog show format. URL: https://github.com/apache/incubator-apisix/pull/833#issuecomment-552388292 merged, many thx. This is an automated message from the Apache Git

[incubator-apisix] branch master updated (19678ba -> d3b0259)

2019-11-11 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 19678ba change: update v0.9.0-rc1 changelog. (#832) add d3b0259 change: update changelog show

[GitHub] [incubator-apisix] membphis opened a new pull request #837: updated lua-resty-radixtree to 1.6-1 .

2019-11-11 Thread GitBox
membphis opened a new pull request #837: updated lua-resty-radixtree to 1.6-1 . URL: https://github.com/apache/incubator-apisix/pull/837 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-apisix] membphis opened a new pull request #835: change: use `make deps` to install dependencies.

2019-11-11 Thread GitBox
membphis opened a new pull request #835: change: use `make deps` to install dependencies. URL: https://github.com/apache/incubator-apisix/pull/835 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-apisix] membphis commented on a change in pull request #831: Add doc for "How to compile the Openresty" and fix the doc about how to install apisix.

2019-11-11 Thread GitBox
membphis commented on a change in pull request #831: Add doc for "How to compile the Openresty" and fix the doc about how to install apisix. URL: https://github.com/apache/incubator-apisix/pull/831#discussion_r344604850 ## File path: doc/install-dependencies.md ## @@

[incubator-apisix] branch 0.9-rc1 updated (8c56dc6 -> 19678ba)

2019-11-11 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a change to branch 0.9-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. discard 8c56dc6 bugfix: key-auth plugin cannot run accurately in the case of multiple consumers (#826)

[GitHub] [incubator-apisix] moonming merged pull request #832: change: update v0.9.0-rc1 changelog.

2019-11-11 Thread GitBox
moonming merged pull request #832: change: update v0.9.0-rc1 changelog. URL: https://github.com/apache/incubator-apisix/pull/832 This is an automated message from the Apache Git Service. To respond to the message, please log