[GitHub] [incubator-apisix] chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399628666 ## File path: bin/apisix ## @@ -113,9 +113,8 @@ env APISIX_PROFILE; {% if stream_proxy then %} stream

[GitHub] [incubator-apisix] membphis commented on issue #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
membphis commented on issue #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#issuecomment-605403364 > Will this conflict with other luarocks libraries? No conflict. This

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399626651 ## File path: Makefile ## @@ -117,47 +117,47 @@ install: $(INSTALL) conf/config.yaml /usr/local/api

[GitHub] [incubator-apisix] moonming commented on issue #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
moonming commented on issue #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#issuecomment-605397350 Will this conflict with other luarocks libraries? YuanSheng Wang 于2020年3月28日 周六下午12:58写道: > I prefer treat apisix as a regular roc

[GitHub] [incubator-apisix] membphis commented on issue #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
membphis commented on issue #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#issuecomment-605395249 > I prefer treat `apisix` as a regular rocks lib and the target to be installed in `$PKG_ROOT`: I agree with you ^_^ --

[GitHub] [incubator-apisix] chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399613129 ## File path: Contributing.md ## @@ -98,15 +98,15 @@ Once we've discussed your changes and you've got your

[GitHub] [incubator-apisix] chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
chnliyong commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399612564 ## File path: bin/apisix ## @@ -39,8 +39,8 @@ local pkg_path_org = package.path local apisix_home = "/usr

[GitHub] [incubator-apisix] membphis commented on issue #1327: features: append cors plugin

2020-03-27 Thread GitBox
membphis commented on issue #1327: features: append cors plugin URL: https://github.com/apache/incubator-apisix/pull/1327#issuecomment-60538 @ShiningRush missing doc This is an automated message from the Apache Git Service

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1327: features: append cors plugin

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1327: features: append cors plugin URL: https://github.com/apache/incubator-apisix/pull/1327#discussion_r399614957 ## File path: conf/config.yaml ## @@ -143,7 +143,7 @@ plugins: # plugin list - pro

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1327: features: append cors plugin

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1327: features: append cors plugin URL: https://github.com/apache/incubator-apisix/pull/1327#discussion_r399614957 ## File path: conf/config.yaml ## @@ -143,7 +143,7 @@ plugins: # plugin list - pro

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1327: features: append cors plugin

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1327: features: append cors plugin URL: https://github.com/apache/incubator-apisix/pull/1327#discussion_r399614957 ## File path: conf/config.yaml ## @@ -143,7 +143,7 @@ plugins: # plugin list - pro

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399598171 ## File path: bin/apisix ## @@ -113,9 +113,8 @@ env APISIX_PROFILE; {% if stream_proxy then %} stream {

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
moonming commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399596776 ## File path: bin/apisix ## @@ -113,9 +113,8 @@ env APISIX_PROFILE; {% if stream_proxy then %} stream {

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships

2020-03-27 Thread GitBox
moonming commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships URL: https://github.com/apache/incubator-apisix/pull/1353#discussion_r399301484 ## File path: doc/architecture-design.md ## @@ -65,6 +6

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships

2020-03-27 Thread GitBox
moonming commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships URL: https://github.com/apache/incubator-apisix/pull/1353#discussion_r399596379 ## File path: doc/architecture-design-cn.md ## @@ -64,6

[GitHub] [incubator-apisix] dabue commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle?

2020-03-27 Thread GitBox
dabue commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle? URL: https://github.com/apache/incubator-apisix/issues/1352#issuecomment-605369028 Each plug-in should have the check_schema method to avoid wrong input and impact functions in specific

[GitHub] [incubator-apisix] membphis opened a new issue #1359: travis: update the openresty to `1.15.8.3` for Tengine ENV

2020-03-27 Thread GitBox
membphis opened a new issue #1359: travis: update the openresty to `1.15.8.3` for Tengine ENV URL: https://github.com/apache/incubator-apisix/issues/1359 Here is the source code: https://github.com/apache/incubator-apisix/blob/master/.travis/linux_tengine_runner.sh#L57

[GitHub] [incubator-apisix] membphis commented on issue #1281: feature: Support for using Eureka as a service discovery center

2020-03-27 Thread GitBox
membphis commented on issue #1281: feature: Support for using Eureka as a service discovery center URL: https://github.com/apache/incubator-apisix/pull/1281#issuecomment-605359483 @qiujiayu https://travis-ci.org/github/apache/incubator-apisix/jobs/667758213#L764 please take a look a

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399581928 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399582801 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399582039 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399584496 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399581354 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399583847 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -48,51 +53,92 @@ function _M.chec

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356#discussion_r399580985 ## File path: lua/apisix/plugins/tcp-logger.lua ## @@ -16,22 +16,27 @@ -- local core

[GitHub] [incubator-apisix] sshniro opened a new pull request #1358: Updating kafka logger to use the batch processor util

2020-03-27 Thread GitBox
sshniro opened a new pull request #1358: Updating kafka logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1358 ### Summary Updating kafka logger to use the batch processor util. Depends on #1349 ---

[GitHub] [incubator-apisix] membphis opened a new pull request #1357: luacov: add new path `plugins/limit-count` and `plugins/utils`.

2020-03-27 Thread GitBox
membphis opened a new pull request #1357: luacov: add new path `plugins/limit-count` and `plugins/utils`. URL: https://github.com/apache/incubator-apisix/pull/1357 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-apisix] sshniro opened a new pull request #1356: Updating TCP logger to use the batch processor util

2020-03-27 Thread GitBox
sshniro opened a new pull request #1356: Updating TCP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1356 ### Summary Updating TCP logger to use the batch processor util Thi

[GitHub] [incubator-apisix] membphis commented on issue #1281: feature: Support for using Eureka as a service discovery center

2020-03-27 Thread GitBox
membphis commented on issue #1281: feature: Support for using Eureka as a service discovery center URL: https://github.com/apache/incubator-apisix/pull/1281#issuecomment-605073797 add the new folder `lua/apisix/discovery` to check list: https://github.com/apache/incubator-apisix/blo

[GitHub] [incubator-apisix] sshniro opened a new pull request #1355: Updating the UDP logger to use the batch processor util

2020-03-27 Thread GitBox
sshniro opened a new pull request #1355: Updating the UDP logger to use the batch processor util URL: https://github.com/apache/incubator-apisix/pull/1355 ### Summary Updates the UDP logger to use the batch processor util -

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships URL: https://github.com/apache/incubator-apisix/pull/1353#discussion_r399351438 ## File path: doc/architecture-design-cn.md ## @@ -20,6

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships URL: https://github.com/apache/incubator-apisix/pull/1353#discussion_r399354373 ## File path: doc/architecture-design-cn.md ## @@ -64,6

[GitHub] [incubator-apisix] membphis merged pull request #1348: bugfix: fail to get the http request header by `ngx.var. *`

2020-03-27 Thread GitBox
membphis merged pull request #1348: bugfix: fail to get the http request header by `ngx.var. *` URL: https://github.com/apache/incubator-apisix/pull/1348 This is an automated message from the Apache Git Service. To respond t

[incubator-apisix] branch master updated: bugfix: fail to get the http request header by `ngx.var. *` (#1348)

2020-03-27 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 51684de bugfix: fail to get the htt

[GitHub] [incubator-apisix] sshniro commented on issue #1343: Adding test cases for public key based introspection

2020-03-27 Thread GitBox
sshniro commented on issue #1343: Adding test cases for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1343#issuecomment-605039823 Closing PR due to rebase mistake. This is an automated me

[GitHub] [incubator-apisix] sshniro opened a new pull request #1354: Adding test case for public key based introspection

2020-03-27 Thread GitBox
sshniro opened a new pull request #1354: Adding test case for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1354 ### Summary Resolves #1276 This PR tests the public key based token introspection for OAuth plugin. The private key used t

[GitHub] [incubator-apisix] sshniro closed pull request #1343: Adding test cases for public key based introspection

2020-03-27 Thread GitBox
sshniro closed pull request #1343: Adding test cases for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1343 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-apisix] lilien1010 commented on issue #1348: bugfix: fail to get the http request header by `ngx.var. *`

2020-03-27 Thread GitBox
lilien1010 commented on issue #1348: bugfix: fail to get the http request header by `ngx.var. *` URL: https://github.com/apache/incubator-apisix/pull/1348#issuecomment-605033361 great! This is an automated message from the Ap

[GitHub] [incubator-apisix] Miss-you opened a new pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships

2020-03-27 Thread GitBox
Miss-you opened a new pull request #1353: Complement Apache APISIX architecture documentation with Basic Object Relationships URL: https://github.com/apache/incubator-apisix/pull/1353 Complement Apache APISIX architecture documentation with its basic object relationships Make it easier

[GitHub] [incubator-apisix] membphis commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle?

2020-03-27 Thread GitBox
membphis commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle? URL: https://github.com/apache/incubator-apisix/issues/1352#issuecomment-605022189 I create the image by tool `OmniGraffle`, that is the source file. ![image](https://user-images.

[GitHub] [incubator-apisix] membphis closed issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle?

2020-03-27 Thread GitBox
membphis closed issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle? URL: https://github.com/apache/incubator-apisix/issues/1352 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules

2020-03-27 Thread GitBox
Akayeshmantha commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules URL: https://github.com/apache/incubator-apisix/issues/1338#issuecomment-605018424 I would like to work on this issue @membphis ---

[GitHub] [incubator-apisix] Miss-you commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle?

2020-03-27 Thread GitBox
Miss-you commented on issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle? URL: https://github.com/apache/incubator-apisix/issues/1352#issuecomment-605014472 @membphis This is an automated messag

[GitHub] [incubator-apisix] Miss-you opened a new issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle?

2020-03-27 Thread GitBox
Miss-you opened a new issue #1352: request help: What's the use of doc / apisix-plugin-design.graffle? URL: https://github.com/apache/incubator-apisix/issues/1352 ### Issue description I looked at the documentation in the project and searched for this keyword. There was no related i

[GitHub] [incubator-apisix] membphis commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules

2020-03-27 Thread GitBox
membphis commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules URL: https://github.com/apache/incubator-apisix/issues/1338#issuecomment-605012650 of course, we have plugin are using header filter phase and body filter phase. eg:

[GitHub] [incubator-apisix] membphis commented on issue #1343: Adding test cases for public key based introspection

2020-03-27 Thread GitBox
membphis commented on issue #1343: Adding test cases for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1343#issuecomment-605011246 @sshniro please rebase your branch with `master`, I have fixed those bug today. https://github.com/apache/incubato

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1349: Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1349: Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1 URL: https://github.com/apache/incubator-apisix/pull/1349#discussion_r399272859 ## File path: lua/apisix/utils/batch-processor.lua ## @@ -57

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1349: Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1349: Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1 URL: https://github.com/apache/incubator-apisix/pull/1349#discussion_r399269247 ## File path: t/utils/batch-processor.t ## @@ -316,7 +316,6

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir.

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1351: [WIP]feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351#discussion_r399266366 ## File path: bin/apisix ## @@ -113,9 +113,8 @@ env APISIX_PROFILE; {% if stream_proxy then %} stream {

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules

2020-03-27 Thread GitBox
Akayeshmantha commented on issue #1338: feature: support to run `header_filter` and `body_filter` phase for global rules URL: https://github.com/apache/incubator-apisix/issues/1338#issuecomment-604948598 Hi @membphis do we have any plugins we are running currently on the headerfiter phas

[GitHub] [incubator-apisix] moonming opened a new pull request #1351: feature: remove `lua` dir.

2020-03-27 Thread GitBox
moonming opened a new pull request #1351: feature: remove `lua` dir. URL: https://github.com/apache/incubator-apisix/pull/1351 discuss thread: https://lists.apache.org/thread.html/r10155c0ba784c25de54bd8e19355e5f517cade98af006ed2ef69dd25%40%3Cdev.apisix.apache.org%3E --

[GitHub] [incubator-apisix] membphis commented on issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown

2020-03-27 Thread GitBox
membphis commented on issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown URL: https://github.com/apache/incubator-apisix/issues/1350#issuecomment-604941407 please use English in public channel -

[GitHub] [incubator-apisix] membphis closed issue #1350: request help: `Provisional headers are shown` in dashboard

2020-03-27 Thread GitBox
membphis closed issue #1350: request help: `Provisional headers are shown` in dashboard URL: https://github.com/apache/incubator-apisix/issues/1350 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 #1348: bugfix: fail to get the http request header by `ngx.var. *`

2020-03-27 Thread GitBox
membphis commented on a change in pull request #1348: bugfix: fail to get the http request header by `ngx.var. *` URL: https://github.com/apache/incubator-apisix/pull/1348#discussion_r399187325 ## File path: lua/apisix/core/ctx.lua ## @@ -77,6 +78,11 @@ do

[GitHub] [incubator-apisix] ZanderMo commented on issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown

2020-03-27 Thread GitBox
ZanderMo commented on issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown URL: https://github.com/apache/incubator-apisix/issues/1350#issuecomment-604938562 跨域问题造成的,但是上游的已经解决了跨域问题,过了插件后就又跨域了,怎么解决啊 --

[GitHub] [incubator-apisix] ZanderMo opened a new issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown

2020-03-27 Thread GitBox
ZanderMo opened a new issue #1350: request help: 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown URL: https://github.com/apache/incubator-apisix/issues/1350 ### Issue description 在插件里return 200,{msg:"somthing"},前端报 Provisional headers are shown 咋整? ### Enviro

[GitHub] [incubator-apisix] sshniro opened a new pull request #1349: Fix for not printing the error logs if max_retry_count is 0

2020-03-27 Thread GitBox
sshniro opened a new pull request #1349: Fix for not printing the error logs if max_retry_count is 0 URL: https://github.com/apache/incubator-apisix/pull/1349 ### Summary If the batch processor max_retry_count is set to 0, then it will not print the error log when it fails to send the d

[GitHub] [incubator-apisix] spacewander commented on a change in pull request #1348: bugfix: fail to get the http request header by `ngx.var. *`

2020-03-27 Thread GitBox
spacewander commented on a change in pull request #1348: bugfix: fail to get the http request header by `ngx.var. *` URL: https://github.com/apache/incubator-apisix/pull/1348#discussion_r399139619 ## File path: lua/apisix/core/ctx.lua ## @@ -77,6 +78,11 @@ do

[GitHub] [incubator-apisix] membphis opened a new pull request #1348: bugfix: fail to get the http request header by `ngx.var. *`

2020-03-27 Thread GitBox
membphis opened a new pull request #1348: bugfix: fail to get the http request header by `ngx.var. *` URL: https://github.com/apache/incubator-apisix/pull/1348 This is an old bug that has been around for a long time. http://nginx.org/en/docs/http/ngx_http_core_module.html#var_http_

[incubator-apisix] branch master updated (0c98fed -> f06f361)

2020-03-27 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 0c98fed bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 address, (#1346) add f0

[GitHub] [incubator-apisix] moonming merged pull request #1347: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a…

2020-03-27 Thread GitBox
moonming merged pull request #1347: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a… URL: https://github.com/apache/incubator-apisix/pull/1347 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-apisix] membphis opened a new pull request #1347: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a…

2020-03-27 Thread GitBox
membphis opened a new pull request #1347: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a… URL: https://github.com/apache/incubator-apisix/pull/1347 …ddress. for tengine case. Fix https://github.com/apache/incubator-apisix/issues/1345 ---

[GitHub] [incubator-apisix] sshniro commented on issue #1343: Adding test cases for public key based introspection

2020-03-27 Thread GitBox
sshniro commented on issue #1343: Adding test cases for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1343#issuecomment-604871145 @membphis @moonming can we restart this job now? This is

[GitHub] [incubator-apisix] sshniro removed a comment on issue #1343: Adding test cases for public key based introspection

2020-03-27 Thread GitBox
sshniro removed a comment on issue #1343: Adding test cases for public key based introspection URL: https://github.com/apache/incubator-apisix/pull/1343#issuecomment-604842017 @membphis I'm using the latest commit, I assume its to do with the Kafka bug, can we restart this job after the bu

[incubator-apisix] branch master updated: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 address, (#1346)

2020-03-27 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming 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 0c98fed bugfix: use `127.0.0.1` inst

[GitHub] [incubator-apisix] moonming merged pull request #1346: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a…

2020-03-27 Thread GitBox
moonming merged pull request #1346: bugfix: use `127.0.0.1` instead of `localhost`, avoid to get a IPv6 a… URL: https://github.com/apache/incubator-apisix/pull/1346 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-apisix] moonming closed issue #1345: bug: connect() to [::1]:9092 failed (99: Cannot assign requested address)

2020-03-27 Thread GitBox
moonming closed issue #1345: bug: connect() to [::1]:9092 failed (99: Cannot assign requested address) URL: https://github.com/apache/incubator-apisix/issues/1345 This is an automated message from the Apache Git Service. To