[GitHub] [apisix] nic-chen commented on pull request #2036: feature: support etcd v3, by mocking v2 API

2020-08-12 Thread GitBox
nic-chen commented on pull request #2036: URL: https://github.com/apache/apisix/pull/2036#issuecomment-673298480 > Currently there is only one error in test file, which is the last test of t/plugin/key-auth.t. Normally in etcd v2, it would add 20 consumers and find the 13th. But in current

[GitHub] [apisix] jiezaizone commented on issue #2053: request help: how to get post data of form-data、x-www-form-urlencoded、data-raw(json)

2020-08-12 Thread GitBox
jiezaizone commented on issue #2053: URL: https://github.com/apache/apisix/issues/2053#issuecomment-673288228 发自我的华为手机 原始邮件 发件人: yfgcq 日期: 2020年8月13日周四 下午2:21收件人: apache/apisix 抄送: Subscribed 主题: [apache/apisix] request help: how to get post data of form-data、x-www-for

[GitHub] [apisix] yfgcq opened a new issue #2053: request help: how to get post data of form-data、x-www-form-urlencoded、data-raw(json)

2020-08-12 Thread GitBox
yfgcq opened a new issue #2053: URL: https://github.com/apache/apisix/issues/2053 ### Issue description how to get post data of form-data、x-www-form-urlencoded、data-raw(json)? 怎么获取这几种form-data、x-www-form-urlencoded、data-raw(json) post请求的post data ? ngx.req.get_post_args()可以获取 x

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #373: docs: create I18N_MANUAL.md

2020-08-12 Thread GitBox
liuxiran commented on a change in pull request #373: URL: https://github.com/apache/apisix-dashboard/pull/373#discussion_r469716686 ## File path: I18N_MANUAL.md ## @@ -0,0 +1,144 @@ + + +# Apache APISIX Dashboard I18N Manual Review comment: `User Guide` is better,I will

[GitHub] [apisix] nic-chen commented on issue #2042: feat: We can add the hostname field to prometheus

2020-08-12 Thread GitBox
nic-chen commented on issue #2042: URL: https://github.com/apache/apisix/issues/2042#issuecomment-673240125 > > we could get hostname from `vars`. but prometheus can store only numbers as value. > > hi, @nic-chen > I don’t quite understand what you said `prometheus can store only

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #373: docs: create I18N_MANUAL.md

2020-08-12 Thread GitBox
juzhiyuan commented on a change in pull request #373: URL: https://github.com/apache/apisix-dashboard/pull/373#discussion_r469668443 ## File path: I18N_MANUAL.md ## @@ -0,0 +1,144 @@ + + +# Apache APISIX Dashboard I18N Manual + +Apache APISIX Dashboard use [@umijs/plugin-local

[GitHub] [apisix] zhoujun24 closed issue #2049: request help: How to set the timeout period for waiting for upstream response in apisix?

2020-08-12 Thread GitBox
zhoujun24 closed issue #2049: URL: https://github.com/apache/apisix/issues/2049 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [apisix] zhoujun24 commented on issue #2049: request help: How to set the timeout period for waiting for upstream response in apisix?

2020-08-12 Thread GitBox
zhoujun24 commented on issue #2049: URL: https://github.com/apache/apisix/issues/2049#issuecomment-673222604 @membphis Thanks for your guidance, my problem is solved. This is an automated message from the Apache Git Servi

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #374: About function of manager-api

2020-08-12 Thread GitBox
juzhiyuan commented on issue #374: URL: https://github.com/apache/apisix-dashboard/issues/374#issuecomment-673216008 related issue #270, I will close this now. This is an automated message from the Apache Git Service. To res

[GitHub] [apisix-dashboard] juzhiyuan closed issue #374: About function of manager-api

2020-08-12 Thread GitBox
juzhiyuan closed issue #374: URL: https://github.com/apache/apisix-dashboard/issues/374 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #374: About function of manager-api

2020-08-12 Thread GitBox
juzhiyuan commented on issue #374: URL: https://github.com/apache/apisix-dashboard/issues/374#issuecomment-673215756 ![image](https://user-images.githubusercontent.com/2106987/90087883-574ce200-dd50-11ea-9576-faee8449c88d.png) Please take a look at this image, we may have a more det

[GitHub] [apisix] lijiapengsa opened a new issue #2052: request help: 1.15 make deps error

2020-08-12 Thread GitBox
lijiapengsa opened a new issue #2052: URL: https://github.com/apache/apisix/issues/2052 ### Issue description ![image](https://user-images.githubusercontent.com/7970836/90088073-bdd2-dd50-11ea-9e75-b7a2f7c3a11e.png) ### Environment centos7 use https://github.com/apa

[GitHub] [apisix] nic-chen opened a new issue #2051: request help: what is the recommended way to split access log in k8s pod? for example, split by day

2020-08-12 Thread GitBox
nic-chen opened a new issue #2051: URL: https://github.com/apache/apisix/issues/2051 ### Issue description what is the recommended way to split access log in k8s pod? for example, split by day ### Environment * apisix version (cmd: `apisix version`): 1.5 * OS: deploy in

[GitHub] [apisix] dabue commented on a change in pull request #2000: [change] enabled websocket in route

2020-08-12 Thread GitBox
dabue commented on a change in pull request #2000: URL: https://github.com/apache/apisix/pull/2000#discussion_r469651786 ## File path: apisix/schema_def.lua ## @@ -465,6 +465,10 @@ _M.service = { name = {type = "string", maxLength = 50}, desc = {type = "string

[GitHub] [apisix] dabue commented on pull request #2000: [change] enabled websocket in route

2020-08-12 Thread GitBox
dabue commented on pull request #2000: URL: https://github.com/apache/apisix/pull/2000#issuecomment-673189763 > @dabue ping This function has been supported in route and service. I‘ll update the docs. This is an aut

[GitHub] [apisix] moonming commented on issue #158: feature: support talking to etcd via TLS.

2020-08-12 Thread GitBox
moonming commented on issue #158: URL: https://github.com/apache/apisix/issues/158#issuecomment-673173426 OpenResty already support mTLS. Thanks, Ming Wen Twitter: _WenMing YuanSheng Wang 于2020年8月12日周三 下午11:42写道: > Is there any progress on this issue? >

[GitHub] [apisix-dashboard] mauriciosfriso opened a new issue #374: About function of manager-api

2020-08-12 Thread GitBox
mauriciosfriso opened a new issue #374: URL: https://github.com/apache/apisix-dashboard/issues/374 Please answer these questions before submitting your issue. - Why do you submit this issue? - [X] Question or discussion - [ ] Bug - [ ] Requirements - [ ] Feature or perform

[GitHub] [apisix] membphis commented on a change in pull request #1989: Fixed discovery weight bug

2020-08-12 Thread GitBox
membphis commented on a change in pull request #1989: URL: https://github.com/apache/apisix/pull/1989#discussion_r469394676 ## File path: t/discovery/eureka-weight.t ## @@ -0,0 +1,168 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lic

[GitHub] [apisix] membphis commented on issue #2044: bug: Failed to query DNS server when proxying HTTPS upstream traffic

2020-08-12 Thread GitBox
membphis commented on issue #2044: URL: https://github.com/apache/apisix/issues/2044#issuecomment-672984471 you need to set the right DNS resolver for APISIX [1] [1] https://github.com/apache/apisix/blob/master/conf/config.yaml#L90 ---

[GitHub] [apisix] membphis commented on issue #2044: bug: Failed to query DNS server when proxying HTTPS upstream traffic

2020-08-12 Thread GitBox
membphis commented on issue #2044: URL: https://github.com/apache/apisix/issues/2044#issuecomment-672983939 in `balancer` phase, it only supports `IP` address, we have to parse the domain to IP in `access` or `rewrite` phase. and we have to parse it on Lua land. the Nginx can not hel

[GitHub] [apisix] membphis commented on issue #2045: bug: config of plugin `key-auth` for consumer shouldn't be empty

2020-08-12 Thread GitBox
membphis commented on issue #2045: URL: https://github.com/apache/apisix/issues/2045#issuecomment-672982410 you should use `markdown` way. take a look at this issue: https://github.com/apache/apisix/issues/2050#issue-677813921 ![image](https://user-images.githubusercontent.com/68146

[GitHub] [apisix] membphis commented on issue #2048: request help: unsupported subsystem: stream

2020-08-12 Thread GitBox
membphis commented on issue #2048: URL: https://github.com/apache/apisix/issues/2048#issuecomment-672981127 welcome PR for supporting `stream` when enabled standalone model. This is an automated message from the Apache Git Se

[GitHub] [apisix] membphis commented on issue #1887: Linux jobs in Travis-CI

2020-08-12 Thread GitBox
membphis commented on issue #1887: URL: https://github.com/apache/apisix/issues/1887#issuecomment-672980253 > So I thought of building it from the source but it is taking approx 50-60 minutes to build for arm64. we can cache the compiled result, and call `make install` when can load

[GitHub] [apisix] membphis commented on issue #2049: request help: How to set the timeout period for waiting for upstream response in apisix?

2020-08-12 Thread GitBox
membphis commented on issue #2049: URL: https://github.com/apache/apisix/issues/2049#issuecomment-672979283 > * apisix version (cmd: `apisix version`): 1.1 please upgrade your APISIX first. This is an automated message

[GitHub] [apisix] membphis commented on issue #2049: request help: How to set the timeout period for waiting for upstream response in apisix?

2020-08-12 Thread GitBox
membphis commented on issue #2049: URL: https://github.com/apache/apisix/issues/2049#issuecomment-672979116 https://github.com/apache/apisix/blob/master/doc/admin-api.md#upstream you can set the `timeout` for `upstream` object

[GitHub] [apisix] membphis opened a new issue #2050: test case[t/plugin/consumer-restriction.t] is not stable

2020-08-12 Thread GitBox
membphis opened a new issue #2050: URL: https://github.com/apache/apisix/issues/2050 ``` # Failed test 'TEST 7: verify jack1 - pattern "[error]" should not match any line in error.log but matches line "2020/08/12 15:27:25 [error] 31353#31353: *2 lua entry thread aborted: runtime error

[GitHub] [apisix] membphis commented on a change in pull request #2000: [change] enabled websocket in route

2020-08-12 Thread GitBox
membphis commented on a change in pull request #2000: URL: https://github.com/apache/apisix/pull/2000#discussion_r469373353 ## File path: apisix/init.lua ## @@ -442,15 +442,12 @@ function _M.http_access_phase() return_direct, route)

[GitHub] [apisix] membphis commented on a change in pull request #2000: [change] enabled websocket in route

2020-08-12 Thread GitBox
membphis commented on a change in pull request #2000: URL: https://github.com/apache/apisix/pull/2000#discussion_r469373048 ## File path: apisix/init.lua ## @@ -442,15 +442,12 @@ function _M.http_access_phase() return_direct, route)

[GitHub] [apisix] membphis commented on pull request #2000: [change] enabled websocket in route

2020-08-12 Thread GitBox
membphis commented on pull request #2000: URL: https://github.com/apache/apisix/pull/2000#issuecomment-672957477 > why not supports enable websocket in both route and service? That is good if we want to enable `enable_websocket` in the `service` level. --

[GitHub] [apisix] membphis commented on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
membphis commented on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672955910 RPM for centos. docker for others This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [apisix] membphis commented on issue #2041: failed to fetch service configuration by id

2020-08-12 Thread GitBox
membphis commented on issue #2041: URL: https://github.com/apache/apisix/issues/2041#issuecomment-672954794 Can you provide a real example of which we can reuse it directly? we can set the real route and service into etcd and try to confirm where is the bug. waiting for your c

[GitHub] [apisix] membphis commented on issue #158: feature: support talking to etcd via TLS.

2020-08-12 Thread GitBox
membphis commented on issue #158: URL: https://github.com/apache/apisix/issues/158#issuecomment-672952202 > Is there any progress on this issue? the official `openresty` still not support the mTLS now. we have to wait

[GitHub] [apisix] membphis commented on pull request #2001: add ewma balancer

2020-08-12 Thread GitBox
membphis commented on pull request #2001: URL: https://github.com/apache/apisix/pull/2001#issuecomment-672940537 @redynasc we need more test cases This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [apisix] membphis commented on a change in pull request #2001: add ewma balancer

2020-08-12 Thread GitBox
membphis commented on a change in pull request #2001: URL: https://github.com/apache/apisix/pull/2001#discussion_r468326680 ## File path: doc/admin-api.md ## @@ -493,7 +493,7 @@ In addition to the basic complex equalization algorithm selection, APISIX's Upst |Name|Optio

[GitHub] [apisix] membphis commented on pull request #2036: feature: support etcd v3, by mocking v2 API

2020-08-12 Thread GitBox
membphis commented on pull request #2036: URL: https://github.com/apache/apisix/pull/2036#issuecomment-672938803 > I make a default benchmark test on my local PC, it seems that deploying etcd v3 could improve performance quite a lot Use v3 or v2 protocol, their test results should be

[GitHub] [apisix] membphis commented on pull request #1961: add apisix-version info to headers

2020-08-12 Thread GitBox
membphis commented on pull request #1961: URL: https://github.com/apache/apisix/pull/1961#issuecomment-672933655 you can make a try with `APISIX/\d\.\d+(\.\d+)?` . some test cases failed now. This is an automated messa

[GitHub] [apisix] membphis closed issue #2022: feature: Request ID plugin to uniquely identify requests in APISIX

2020-08-12 Thread GitBox
membphis closed issue #2022: URL: https://github.com/apache/apisix/issues/2022 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [apisix] membphis commented on pull request #2026: Adding request id plugin to uniquely track requests in APISIX

2020-08-12 Thread GitBox
membphis commented on pull request #2026: URL: https://github.com/apache/apisix/pull/2026#issuecomment-672932439 @sshniro nice PR, merged already This is an automated message from the Apache Git Service. To respond to the mes

[apisix] branch master updated: feature: implemented `request-id` plugin to uniquely track requests in APISIX (#2026)

2020-08-12 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/apisix.git The following commit(s) were added to refs/heads/master by this push: new 240942e feature: implemented `request-id` plu

[GitHub] [apisix] membphis merged pull request #2026: Adding request id plugin to uniquely track requests in APISIX

2020-08-12 Thread GitBox
membphis merged pull request #2026: URL: https://github.com/apache/apisix/pull/2026 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix-docker] membphis merged pull request #71: remove incubator in repo url.

2020-08-12 Thread GitBox
membphis merged pull request #71: URL: https://github.com/apache/apisix-docker/pull/71 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [apisix-docker] membphis commented on pull request #71: remove incubator in repo url.

2020-08-12 Thread GitBox
membphis commented on pull request #71: URL: https://github.com/apache/apisix-docker/pull/71#issuecomment-672927062 @JaredTan95 many thx, merged already This is an automated message from the Apache Git Service. To respond to

[apisix-docker] branch master updated: change: remove incubator in repo url. (#71)

2020-08-12 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/apisix-docker.git The following commit(s) were added to refs/heads/master by this push: new 71be19e change: remove incubator in re

[GitHub] [apisix] membphis merged pull request #2040: doc: unified plugins document link format and path of Chinese and English.

2020-08-12 Thread GitBox
membphis merged pull request #2040: URL: https://github.com/apache/apisix/pull/2040 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix] membphis closed issue #2039: doc: unified plugins document link and path of Chinese and English.

2020-08-12 Thread GitBox
membphis closed issue #2039: URL: https://github.com/apache/apisix/issues/2039 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[apisix] branch master updated: doc: unified plugins document link format and path of Chinese and English. (#2040)

2020-08-12 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/apisix.git The following commit(s) were added to refs/heads/master by this push: new 31b210f doc: unified plugins document link fo

[GitHub] [apisix-website] juzhiyuan closed issue #36: update team page

2020-08-12 Thread GitBox
juzhiyuan closed issue #36: URL: https://github.com/apache/apisix-website/issues/36 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix-website] juzhiyuan edited a comment on issue #36: update team page

2020-08-12 Thread GitBox
juzhiyuan edited a comment on issue #36: URL: https://github.com/apache/apisix-website/issues/36#issuecomment-672876649 https://github.com/apache/apisix-website/commit/afa4fe29f7900f9fedebac7688ee72ee57c2ec01 This is an auto

[GitHub] [apisix-website] juzhiyuan commented on issue #36: update team page

2020-08-12 Thread GitBox
juzhiyuan commented on issue #36: URL: https://github.com/apache/apisix-website/issues/36#issuecomment-672876649 #afa4fe29f7900f9fedebac7688ee72ee57c2ec01 This is an automated message from the Apache Git Service. To respond t

[GitHub] [apisix-website] juzhiyuan commented on issue #58: some links are not found

2020-08-12 Thread GitBox
juzhiyuan commented on issue #58: URL: https://github.com/apache/apisix-website/issues/58#issuecomment-672876281 31ead6c02b3d82444c876326e9bc515ecde768e0 This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-website] juzhiyuan closed issue #58: some links are not found

2020-08-12 Thread GitBox
juzhiyuan closed issue #58: URL: https://github.com/apache/apisix-website/issues/58 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[apisix-website] 01/03: feat: rename PPMC to PMC

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 1921071e7e82ac4f3175d2c7a9077fdbd165523d Author: juzhiyuan AuthorDate: Wed Aug 12 21:19:22 2020 +0800 fe

[apisix-website] branch master updated (706c3ad -> 31ead6c)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from 706c3ad feat: translate several pages in Chinese (#57) new 1921071 feat: rename PPMC to PMC ne

[apisix-website] 03/03: feat: remove incubator

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 31ead6c02b3d82444c876326e9bc515ecde768e0 Author: juzhiyuan AuthorDate: Wed Aug 12 21:37:42 2020 +0800 fe

[apisix-website] 02/03: feat: update Team page

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit afa4fe29f7900f9fedebac7688ee72ee57c2ec01 Author: juzhiyuan AuthorDate: Wed Aug 12 21:33:16 2020 +0800 fe

[apisix-website] branch asf-site updated: Deploy to GitHub pages

2020-08-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 4c3260d Deploy to GitHub pages

[GitHub] [apisix-website] juzhiyuan closed issue #47: Translate Downloads in Chinese

2020-08-12 Thread GitBox
juzhiyuan closed issue #47: URL: https://github.com/apache/apisix-website/issues/47 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[apisix-website] branch asf-site updated: Deploy to GitHub pages

2020-08-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 9b27a6f Deploy to GitHub pages

[GitHub] [apisix-website] juzhiyuan closed issue #45: Translate Security Guide in Chinese

2020-08-12 Thread GitBox
juzhiyuan closed issue #45: URL: https://github.com/apache/apisix-website/issues/45 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[apisix-website] branch master updated: feat: translate several pages in Chinese (#57)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 706c3ad feat: translate several page

[GitHub] [apisix-website] juzhiyuan closed issue #46: Translate 2FA Guide in Chinese

2020-08-12 Thread GitBox
juzhiyuan closed issue #46: URL: https://github.com/apache/apisix-website/issues/46 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix-website] juzhiyuan closed issue #44: Translate Contributor Guide in Chinese

2020-08-12 Thread GitBox
juzhiyuan closed issue #44: URL: https://github.com/apache/apisix-website/issues/44 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix-website] juzhiyuan merged pull request #57: feat: translate several pages in Chinese

2020-08-12 Thread GitBox
juzhiyuan merged pull request #57: URL: https://github.com/apache/apisix-website/pull/57 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #57: feat: translate several pages in Chinese

2020-08-12 Thread GitBox
juzhiyuan commented on a change in pull request #57: URL: https://github.com/apache/apisix-website/pull/57#discussion_r469249021 ## File path: content/downloads/index.zh.md ## @@ -116,54 +115,50 @@ include_footer: true -Verify the releases -https://www.apa

[apisix-website] branch asf-site updated: Deploy to GitHub pages

2020-08-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new adbf269 Deploy to GitHub pages

[GitHub] [apisix-website] juzhiyuan closed issue #59: add download link for Dashboard 1.5

2020-08-12 Thread GitBox
juzhiyuan closed issue #59: URL: https://github.com/apache/apisix-website/issues/59 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[apisix-website] branch master updated: feat: added download link for dashboard 1.5 (#60)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 76cc845 feat: added download link fo

[GitHub] [apisix-website] juzhiyuan merged pull request #60: Update index.en.md

2020-08-12 Thread GitBox
juzhiyuan merged pull request #60: URL: https://github.com/apache/apisix-website/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[apisix-website] branch juzhiyuan-patch-1 updated (06d3fca -> 5479672)

2020-08-12 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/apisix-website.git. from 06d3fca Update index.en.md add 5479672 Update index.zh.md No new revisions were added b

[GitHub] [apisix-website] juzhiyuan opened a new pull request #60: Update index.en.md

2020-08-12 Thread GitBox
juzhiyuan opened a new pull request #60: URL: https://github.com/apache/apisix-website/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[apisix-website] branch juzhiyuan-patch-1 created (now 06d3fca)

2020-08-12 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/apisix-website.git. at 06d3fca Update index.en.md No new revisions were added by this update.

[apisix-dashboard] branch master updated: feat: Unified access entrance, only the dashboard port is exposed to … (#370)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/master by this push: new 4386ac0 feat: Unified access entra

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #370: feat: Unified access entrance, only the dashboard port is exposed to …

2020-08-12 Thread GitBox
juzhiyuan merged pull request #370: URL: https://github.com/apache/apisix-dashboard/pull/370 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [apisix-website] juzhiyuan opened a new issue #59: add download link for Dashboard 1.5

2020-08-12 Thread GitBox
juzhiyuan opened a new issue #59: URL: https://github.com/apache/apisix-website/issues/59 https://downloads.apache.org/apisix/dashboard-1.5/ This is an automated message from the Apache Git Service. To respond to the message,

[apisix-dashboard] branch master updated (510225f -> dad19b8)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 510225f Create ci.yml (#372) add dad19b8 feat: release 1.5 (#364) No new revisions were added by

[apisix-dashboard] tag 1.5 created (now 5a482d3)

2020-08-12 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to tag 1.5 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. at 5a482d3 (commit) No new revisions were added by this update.

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #364: feat: release 1.5

2020-08-12 Thread GitBox
juzhiyuan commented on pull request #364: URL: https://github.com/apache/apisix-dashboard/pull/364#issuecomment-672829686 Just released https://downloads.apache.org/apisix/dashboard-1.5/ This is an automated message from the

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #364: feat: release 1.5

2020-08-12 Thread GitBox
juzhiyuan merged pull request #364: URL: https://github.com/apache/apisix-dashboard/pull/364 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [apisix-website] juzhiyuan opened a new issue #58: some links are not found

2020-08-12 Thread GitBox
juzhiyuan opened a new issue #58: URL: https://github.com/apache/apisix-website/issues/58 https://apisix.apache.org/downloads/ ![image](https://user-images.githubusercontent.com/2106987/90011808-d4d30c80-dcd4-11ea-8488-12ab909464d9.png) -

[GitHub] [apisix] juzhiyuan closed issue #2047: request help: Dashboard can not change password

2020-08-12 Thread GitBox
juzhiyuan closed issue #2047: URL: https://github.com/apache/apisix/issues/2047 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [apisix] juzhiyuan commented on issue #2047: request help: Dashboard can not change password

2020-08-12 Thread GitBox
juzhiyuan commented on issue #2047: URL: https://github.com/apache/apisix/issues/2047#issuecomment-672803465 There has NO username & password for both the old & newer dashboard, and this PR is working on this. https://github.com/apache/apisix-dashboard/pull/330

[GitHub] [apisix] yinyang323 removed a comment on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
yinyang323 removed a comment on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672764307 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] yinyang323 removed a comment on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
yinyang323 removed a comment on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672764274 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] yinyang323 removed a comment on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
yinyang323 removed a comment on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672764517 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] yinyang323 commented on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
yinyang323 commented on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672764490 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] yinyang323 commented on issue #1438: [HELP]: how to install APISIX without a network

2020-08-12 Thread GitBox
yinyang323 commented on issue #1438: URL: https://github.com/apache/apisix/issues/1438#issuecomment-672764240 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] zhoujun24 opened a new issue #2049: request help: How to set the timeout period for waiting for upstream response in apisix?

2020-08-12 Thread GitBox
zhoujun24 opened a new issue #2049: URL: https://github.com/apache/apisix/issues/2049 ### Issue description After the client sends the request, the processing time of the back-end service exceeds 60s, causing Apisix to return 504 ![image](https://user-images.githubusercontent.com

[GitHub] [apisix] wjh549628 opened a new issue #2048: request help: unsupported subsystem: stream

2020-08-12 Thread GitBox
wjh549628 opened a new issue #2048: URL: https://github.com/apache/apisix/issues/2048 ### Issue description 1 conf/config.yaml apisix.config_center use yaml ![image](https://user-images.githubusercontent.com/37922630/89990392-e73d4e00-dcb4-11ea-937c-b7dce7bf55e1.png) 2 conf/c

[GitHub] [apisix] odidev commented on issue #1887: Linux jobs in Travis-CI

2020-08-12 Thread GitBox
odidev commented on issue #1887: URL: https://github.com/apache/apisix/issues/1887#issuecomment-672709591 I have modified the Github actions to trigger jobs for arm64 but facing error "Unable to locate package openresty-debug". While looking into found that the OpenResty official APT repos