[GitHub] [apisix-ingress-controller] gxthrj commented on issue #560: request help: Why does the ingress log keep printing service not found?

2021-06-24 Thread GitBox
gxthrj commented on issue #560: URL: https://github.com/apache/apisix-ingress-controller/issues/560#issuecomment-868270611 Please ignore the `info` and `warn` level, they will not cause any error. But the error log ``` 021-06-24T21:02:17+08:00 error translation/apisix_route.g

[GitHub] [apisix-ingress-controller] gxthrj closed issue #119: feat: Support TCP + TLS definition

2021-06-24 Thread GitBox
gxthrj closed issue #119: URL: https://github.com/apache/apisix-ingress-controller/issues/119 -- 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 specific comment. For queries about this servi

[GitHub] [apisix] sandy420 opened a new issue #4482: ip直连,请求ssl证书失败,希APISIX支持

2021-06-24 Thread GitBox
sandy420 opened a new issue #4482: URL: https://github.com/apache/apisix/issues/4482 使用httpdns后,将域名转成了IP,使用IP直接连服务 这样请求服务的时候没办法拿到SSL证书, 比如, test.abc.com 的dns解析是1.1.1.1 ,然后通过httpdns拿到域名的解析然后将转化成 https://1.1.1.1/test (在请求头的header中传入"host":"test.abc.com")这样的能获取到ssl证书 ![image](

[GitHub] [apisix-dashboard] forgaoqiang opened a new issue #1953: At least storage the PATH of the grafana in the etcd

2021-06-24 Thread GitBox
forgaoqiang opened a new issue #1953: URL: https://github.com/apache/apisix-dashboard/issues/1953 # Feature request At least storage the PATH of the grafana in the etcd ## Please describe your feature Store the grafana configuration in the local storage is wired, every time I chan

[GitHub] [apisix-docker] adugeek opened a new issue #189: please release apisix:2.7 . tks

2021-06-24 Thread GitBox
adugeek opened a new issue #189: URL: https://github.com/apache/apisix-docker/issues/189 As Title, TKS . -- 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 specific comment. For queries about

[apisix-website] branch master updated: feat: release APISIX 2.7 (#387)

2021-06-24 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 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 b811533 feat: release APISIX 2.7 (#387

[GitHub] [apisix-website] bzp2010 merged pull request #387: feat: release APISIX 2.7

2021-06-24 Thread GitBox
bzp2010 merged pull request #387: URL: https://github.com/apache/apisix-website/pull/387 -- 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 specific comment. For queries about this service, p

[GitHub] [apisix-java-plugin-runner] spacewander closed pull request #42: chore: excluded issue and PR template from license check

2021-06-24 Thread GitBox
spacewander closed pull request #42: URL: https://github.com/apache/apisix-java-plugin-runner/pull/42 -- 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 specific comment. For queries about th

[GitHub] [apisix-java-plugin-runner] spacewander commented on pull request #42: chore: excluded issue and PR template from license check

2021-06-24 Thread GitBox
spacewander commented on pull request #42: URL: https://github.com/apache/apisix-java-plugin-runner/pull/42#issuecomment-868212117 Please do it in the https://github.com/apache/apisix-java-plugin-runner/pull/39 as there are not templates in the main branch. We need to see if the modificat

[GitHub] [apisix-java-plugin-runner] iamayushdas commented on pull request #39: feat: added issue and PR template, semantic test

2021-06-24 Thread GitBox
iamayushdas commented on pull request #39: URL: https://github.com/apache/apisix-java-plugin-runner/pull/39#issuecomment-868191260 > Need to exclude license check for the template. Excluded Sir -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-java-plugin-runner] iamayushdas commented on pull request #42: chore: excluded issue and PR template from license check

2021-06-24 Thread GitBox
iamayushdas commented on pull request #42: URL: https://github.com/apache/apisix-java-plugin-runner/pull/42#issuecomment-868190963 cc @spacewander @juzhiyuan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [apisix-java-plugin-runner] iamayushdas opened a new pull request #42: chore: excluded issue and PR template from license check

2021-06-24 Thread GitBox
iamayushdas opened a new pull request #42: URL: https://github.com/apache/apisix-java-plugin-runner/pull/42 Excluded license check from ISSUE and PR template related PR: #39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [apisix] spacewander opened a new pull request #4481: chore: standardlize the way to exit from a stream plugin

2021-06-24 Thread GitBox
spacewander opened a new pull request #4481: URL: https://github.com/apache/apisix/pull/4481 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new featu

[GitHub] [apisix-website] iamayushdas commented on issue #363: implementing uniform doc page `id` for all documentation

2021-06-24 Thread GitBox
iamayushdas commented on issue #363: URL: https://github.com/apache/apisix-website/issues/363#issuecomment-868183185 ![image](https://user-images.githubusercontent.com/40708551/123367186-273cb500-d597-11eb-8f2a-7a8cb00df5db.png) -- This is an automated message from the Apache Git Service

[GitHub] [apisix] spacewander commented on a change in pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
spacewander commented on a change in pull request #4479: URL: https://github.com/apache/apisix/pull/4479#discussion_r658455717 ## File path: apisix/plugins/request-id.lua ## @@ -49,7 +49,7 @@ function _M.rewrite(conf, ctx) end if conf.include_in_response then -

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658446602 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-helm-chart] caryyu commented on pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#issuecomment-868174187 @tao12345666333 Please take a review again, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658446602 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #387: feat: release APISIX 2.7

2021-06-24 Thread GitBox
netlify[bot] edited a comment on pull request #387: URL: https://github.com/apache/apisix-website/pull/387#issuecomment-868172707 :heavy_check_mark: Deploy Preview for *apisix* ready! :hammer: Explore the source changes: 1151edde64870698bfbc5df0e1003fdfceca50ab :mag: Inspec

[GitHub] [apisix] zuiyangqingzhou commented on a change in pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
zuiyangqingzhou commented on a change in pull request #4479: URL: https://github.com/apache/apisix/pull/4479#discussion_r658446054 ## File path: apisix/plugins/request-id.lua ## @@ -49,7 +49,7 @@ function _M.rewrite(conf, ctx) end if conf.include_in_response then -

[GitHub] [apisix-website] netlify[bot] commented on pull request #387: feat: release APISIX 2.7

2021-06-24 Thread GitBox
netlify[bot] commented on pull request #387: URL: https://github.com/apache/apisix-website/pull/387#issuecomment-868172707 :construction_worker: Deploy Preview for *apisix* processing. :hammer: Explore the source changes: 1151edde64870698bfbc5df0e1003fdfceca50ab :mag: Inspe

[GitHub] [apisix-website] spacewander opened a new pull request #387: feat: release APISIX 2.7

2021-06-24 Thread GitBox
spacewander opened a new pull request #387: URL: https://github.com/apache/apisix-website/pull/387 -- 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 specific comment. For queries about this

[GitHub] [apisix-helm-chart] tao12345666333 commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
tao12345666333 commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658443448 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +

[GitHub] [apisix] Yiyiyimu merged pull request #4473: feat: patch UDP socket to resolve host by ourselves

2021-06-24 Thread GitBox
Yiyiyimu merged pull request #4473: URL: https://github.com/apache/apisix/pull/4473 -- 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 specific comment. For queries about this service, please

[apisix] branch master updated: feat: patch UDP socket to resolve host by ourselves (#4473)

2021-06-24 Thread shuyangw
This is an automated email from the ASF dual-hosted git repository. shuyangw 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 b76f20e feat: patch UDP socket to resolve hos

[GitHub] [apisix-go-plugin-runner] spacewander merged pull request #11: ci: perform CodeQL analysis

2021-06-24 Thread GitBox
spacewander merged pull request #11: URL: https://github.com/apache/apisix-go-plugin-runner/pull/11 -- 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 specific comment. For queries about this

[apisix-go-plugin-runner] branch master updated: ci: perform CodeQL analysis (#11)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git The following commit(s) were added to refs/heads/master by this push: new dc3e865 ci: perform CodeQ

[GitHub] [apisix-java-plugin-runner] spacewander commented on pull request #39: feat: added issue and PR template, semantic test

2021-06-24 Thread GitBox
spacewander commented on pull request #39: URL: https://github.com/apache/apisix-java-plugin-runner/pull/39#issuecomment-868154004 Need to exclude license check for the template. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [apisix-docker] spacewander opened a new pull request #188: feat: upgrade APISIX to 2.7

2021-06-24 Thread GitBox
spacewander opened a new pull request #188: URL: https://github.com/apache/apisix-docker/pull/188 -- 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 specific comment. For queries about this s

[GitHub] [apisix-java-plugin-runner] spacewander merged pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
spacewander merged pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35 -- 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 specific comment. For queries about th

[apisix-java-plugin-runner] branch main updated: docs: add Markfile and Changelog.md (#35)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git The following commit(s) were added to refs/heads/main by this push: new b862026 docs: add Markfile

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on a change in pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
tzssangglass commented on a change in pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35#discussion_r658421437 ## File path: Makefile ## @@ -0,0 +1,36 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lic

[GitHub] [apisix-java-plugin-runner] spacewander commented on a change in pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
spacewander commented on a change in pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35#discussion_r658419860 ## File path: Makefile ## @@ -0,0 +1,36 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lice

[GitHub] [apisix] tokers commented on issue #4465: request help:

2021-06-24 Thread GitBox
tokers commented on issue #4465: URL: https://github.com/apache/apisix/issues/4465#issuecomment-868138707 @1026197530 What is your problem? Please give more and more details. Also, don't describe different problems in the same track, it confuses others. -- This is an automated message fr

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658413021 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix] tokers commented on a change in pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
tokers commented on a change in pull request #4479: URL: https://github.com/apache/apisix/pull/4479#discussion_r658413789 ## File path: apisix/plugins/request-id.lua ## @@ -49,7 +49,7 @@ function _M.rewrite(conf, ctx) end if conf.include_in_response then -ct

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658413021 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658413021 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1952: request help: I have a question about how to edit the key of cookies in Dashborad 2.2. The old version can edit it directly

2021-06-24 Thread GitBox
juzhiyuan commented on issue #1952: URL: https://github.com/apache/apisix-dashboard/issues/1952#issuecomment-868133101 ![image](https://user-images.githubusercontent.com/2106987/123356548-7df7be00-d59a-11eb-84ff-e7580e171d1a.png) Just to make sure, if we use `hash_on == cookie`, the

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
caryyu commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658413021 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on a change in pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
tzssangglass commented on a change in pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35#discussion_r658411698 ## File path: Makefile ## @@ -0,0 +1,36 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lic

[GitHub] [apisix-website] iamayushdas edited a comment on issue #363: implementing uniform doc page `id` for all documentation

2021-06-24 Thread GitBox
iamayushdas edited a comment on issue #363: URL: https://github.com/apache/apisix-website/issues/363#issuecomment-868122761 If we change the subtitle with the name of sub-project then, then that name will automatically become the id For example- if i name the sub title **API

[GitHub] [apisix-website] iamayushdas commented on issue #363: implementing uniform doc page `id` for all documentation

2021-06-24 Thread GitBox
iamayushdas commented on issue #363: URL: https://github.com/apache/apisix-website/issues/363#issuecomment-868122761 If we change the subtitle with the name of sub-project then, then that name will automatically become the id For example- if i name the sub title **APISIX-das

[GitHub] [apisix-java-plugin-runner] spacewander commented on a change in pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
spacewander commented on a change in pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35#discussion_r658401936 ## File path: Makefile ## @@ -0,0 +1,36 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lice

[GitHub] [apisix-helm-chart] gxthrj commented on a change in pull request #106: Update etcd and dashboard

2021-06-24 Thread GitBox
gxthrj commented on a change in pull request #106: URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r658397488 ## File path: charts/apisix/values.yaml ## @@ -211,12 +211,21 @@ etcd: service: port: 2379 - replicaCount: 3 + statefulset: +replic

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #557: fix: update config of installation by Kustomize

2021-06-24 Thread GitBox
gxthrj merged pull request #557: URL: https://github.com/apache/apisix-ingress-controller/pull/557 -- 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 specific comment. For queries about this

[apisix-ingress-controller] branch master updated: chore: update config of installation by Kustomize (#557)

2021-06-24 Thread kvn
This is an automated email from the ASF dual-hosted git repository. kvn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git The following commit(s) were added to refs/heads/master by this push: new 70d0100 chore: update config of

[GitHub] [apisix-ingress-controller] gxthrj commented on issue #468: bug: report scheme error when event record

2021-06-24 Thread GitBox
gxthrj commented on issue #468: URL: https://github.com/apache/apisix-ingress-controller/issues/468#issuecomment-868114599 This has been fixed in #469 , let`s close this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [apisix-ingress-controller] gxthrj closed issue #468: bug: report scheme error when event record

2021-06-24 Thread GitBox
gxthrj closed issue #468: URL: https://github.com/apache/apisix-ingress-controller/issues/468 -- 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 specific comment. For queries about this servi

[apisix] branch release/2.7 created (now 174044e)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch release/2.7 in repository https://gitbox.apache.org/repos/asf/apisix.git. at 174044e fix(ext-plugin): should use separate tokens for {pre,post}-req No new revisions were added by thi

[GitHub] [apisix] spacewander merged pull request #4453: feat: release 2.7

2021-06-24 Thread GitBox
spacewander merged pull request #4453: URL: https://github.com/apache/apisix/pull/4453 -- 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 specific comment. For queries about this service, ple

[apisix] branch master updated: feat: release 2.7 (#4453)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander 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 3f0dee1 feat: release 2.7 (#4453) 3f0dee1

[apisix] tag 2.7 created (now 174044e)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to tag 2.7 in repository https://gitbox.apache.org/repos/asf/apisix.git. at 174044e (commit) No new revisions were added by this update.

[GitHub] [apisix-go-plugin-runner] codecov-commenter commented on pull request #13: feat: add a demo to show how to return data directly

2021-06-24 Thread GitBox
codecov-commenter commented on pull request #13: URL: https://github.com/apache/apisix-go-plugin-runner/pull/13#issuecomment-868106267 # [Codecov](https://codecov.io/gh/apache/apisix-go-plugin-runner/pull/13?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[GitHub] [apisix-go-plugin-runner] spacewander opened a new pull request #13: feat: add a demo to show how to return data directly

2021-06-24 Thread GitBox
spacewander opened a new pull request #13: URL: https://github.com/apache/apisix-go-plugin-runner/pull/13 -- 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 specific comment. For queries abou

[GitHub] [apisix] spacewander commented on a change in pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
spacewander commented on a change in pull request #4479: URL: https://github.com/apache/apisix/pull/4479#discussion_r658383702 ## File path: apisix/plugins/request-id.lua ## @@ -49,7 +49,7 @@ function _M.rewrite(conf, ctx) end if conf.include_in_response then -

[GitHub] [apisix-java-plugin-runner] spacewander merged pull request #41: docs: remove duplicate title

2021-06-24 Thread GitBox
spacewander merged pull request #41: URL: https://github.com/apache/apisix-java-plugin-runner/pull/41 -- 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 specific comment. For queries about th

[GitHub] [apisix-java-plugin-runner] spacewander closed issue #40: docs:Title entered twice

2021-06-24 Thread GitBox
spacewander closed issue #40: URL: https://github.com/apache/apisix-java-plugin-runner/issues/40 -- 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 specific comment. For queries about this se

[apisix-java-plugin-runner] branch main updated: docs: remove duplicate title (#41)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git The following commit(s) were added to refs/heads/main by this push: new 8de402e docs: remove duplic

[GitHub] [apisix] spacewander merged pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
spacewander merged pull request #4480: URL: https://github.com/apache/apisix/pull/4480 -- 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 specific comment. For queries about this service, ple

[apisix] branch master updated: docs: fix broken link (#4480)

2021-06-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander 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 2a252ef docs: fix broken link (#4480) 2a25

[GitHub] [apisix-website] spacewander commented on issue #363: implementing uniform doc page `id` for all documentation

2021-06-24 Thread GitBox
spacewander commented on issue #363: URL: https://github.com/apache/apisix-website/issues/363#issuecomment-868103735 Are we discussing the "invisible mark way"? We should use a better way to solve the issue. A visible scar is unacceptable. -- This is an automated message from the Apache

[GitHub] [apisix] spacewander commented on a change in pull request #4473: feat: patch UDP socket to resolve host by ourselves

2021-06-24 Thread GitBox
spacewander commented on a change in pull request #4473: URL: https://github.com/apache/apisix/pull/4473#discussion_r658380139 ## File path: t/misc/patch.t ## @@ -184,3 +184,44 @@ m --- no_error_log [error] + + + +=== TEST 6: resolve host by ourselves (UDP) +--- yaml_config

[GitHub] [apisix] Applenice commented on pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
Applenice commented on pull request #4480: URL: https://github.com/apache/apisix/pull/4480#issuecomment-867782803 Sorry, there is a problem with the ar path, it has been modified again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] Applenice commented on pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
Applenice commented on pull request #4480: URL: https://github.com/apache/apisix/pull/4480#issuecomment-867767742 The plugin documentation for ar is currently not available, is it okay to link it to English? -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [apisix] Yiyiyimu edited a comment on pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
Yiyiyimu edited a comment on pull request #4480: URL: https://github.com/apache/apisix/pull/4480#issuecomment-867754827 Hi @Applenice could you also fix the same line in README of other languages https://github.com/apache/apisix/blob/2707fda3eb7b23d995ac23ecf4a17000dd765855/docs/zh/lates

[GitHub] [apisix-website] Yiyiyimu merged pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
Yiyiyimu merged pull request #386: URL: https://github.com/apache/apisix-website/pull/386 -- 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 specific comment. For queries about this service,

[apisix-website] branch master updated: Revert "chore: added uniform id's for documentations (#384)" (#386)

2021-06-24 Thread shuyangw
This is an automated email from the ASF dual-hosted git repository. shuyangw 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 c8b2015 Revert "chore: added uniform

[GitHub] [apisix] Yiyiyimu commented on pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
Yiyiyimu commented on pull request #4480: URL: https://github.com/apache/apisix/pull/4480#issuecomment-867754827 Hi @Applenice could you also fix the same line in README of other languages https://github.com/apache/apisix/blob/2707fda3eb7b23d995ac23ecf4a17000dd765855/docs/zh/latest/READM

[GitHub] [apisix] Yiyiyimu commented on issue #4465: request help:

2021-06-24 Thread GitBox
Yiyiyimu commented on issue #4465: URL: https://github.com/apache/apisix/issues/4465#issuecomment-867744398 It seems we [do support](https://github.com/apache/apisix/blob/v2.2/doc/admin-api.md#route) grpc in 2.2. Or have you tried newer version of apisix -- This is an automated message

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on pull request #35: docs: add Markfile and Changelog.md

2021-06-24 Thread GitBox
tzssangglass commented on pull request #35: URL: https://github.com/apache/apisix-java-plugin-runner/pull/35#issuecomment-867736360 @spacewander this PR is ready -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [apisix-java-plugin-runner] KishaniKandasamy opened a new pull request #41: docs: remove duplicate title

2021-06-24 Thread GitBox
KishaniKandasamy opened a new pull request #41: URL: https://github.com/apache/apisix-java-plugin-runner/pull/41 fix: #40 -- 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 specific comment.

[GitHub] [apisix-java-plugin-runner] KishaniKandasamy opened a new issue #40: docs:Title entered twice

2021-06-24 Thread GitBox
KishaniKandasamy opened a new issue #40: URL: https://github.com/apache/apisix-java-plugin-runner/issues/40 As the title "overview" entered twice, the link [overview](https://apisix.apache.org/docs/java-plugin-runner/the-internal-of-apisix-java-plugin-runner#overview) isn't directed to c

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #1898: feat: additional flag to force start manager-api

2021-06-24 Thread GitBox
juzhiyuan merged pull request #1898: URL: https://github.com/apache/apisix-dashboard/pull/1898 -- 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 specific comment. For queries about this serv

[apisix-dashboard] branch master updated: feat: additional flag to force start manager-api (#1898)

2021-06-24 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 4612d02 feat: additional flag to f

[GitHub] [apisix] Applenice opened a new pull request #4480: docs: fix broken link

2021-06-24 Thread GitBox
Applenice opened a new pull request #4480: URL: https://github.com/apache/apisix/pull/4480 ### What this PR does / why we need it: There is a link error in the For Developer section: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins.md to https://github.com/

[GitHub] [apisix-website] iamayushdas edited a comment on pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
iamayushdas edited a comment on pull request #386: URL: https://github.com/apache/apisix-website/pull/386#issuecomment-867674126 cc @juzhiyuan @Yiyiyimu drafted other PRs too If you want to temporarily fix the navigation path name you can merge this - https://github.com/apache/

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
netlify[bot] edited a comment on pull request #386: URL: https://github.com/apache/apisix-website/pull/386#issuecomment-867673972 :heavy_check_mark: Deploy Preview for *apisix* ready! :hammer: Explore the source changes: 8cb9a7fa1052ca60e3a64dbafc7606fc2722eae8 :mag: Inspec

[GitHub] [apisix-website] iamayushdas commented on pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
iamayushdas commented on pull request #386: URL: https://github.com/apache/apisix-website/pull/386#issuecomment-867674126 cc @juzhiyuan @Yiyiyimu -- 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] netlify[bot] commented on pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
netlify[bot] commented on pull request #386: URL: https://github.com/apache/apisix-website/pull/386#issuecomment-867673972 :construction_worker: Deploy Preview for *apisix* processing. :hammer: Explore the source changes: 8cb9a7fa1052ca60e3a64dbafc7606fc2722eae8 :mag: Inspe

[GitHub] [apisix-website] iamayushdas opened a new pull request #386: Revert "chore: added uniform id's for documentations (#384)"

2021-06-24 Thread GitBox
iamayushdas opened a new pull request #386: URL: https://github.com/apache/apisix-website/pull/386 This reverts commit bd72d675e1825199958f126385d3b45fe7a2e7e0. Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an autom

[GitHub] [apisix-website] iamayushdas commented on pull request #384: chore: added uniform id's for documentations

2021-06-24 Thread GitBox
iamayushdas commented on pull request #384: URL: https://github.com/apache/apisix-website/pull/384#issuecomment-867673545 > Yes, and you should mark this PR as Draft :) Please revert it and draft your other PRs before we have agreement. okay doing it -- This is an automated me

[GitHub] [apisix-website] juzhiyuan commented on pull request #384: chore: added uniform id's for documentations

2021-06-24 Thread GitBox
juzhiyuan commented on pull request #384: URL: https://github.com/apache/apisix-website/pull/384#issuecomment-867672873 Yes, and you should mark this PR as Draft :) Please revert it and draft your other PRs before we have agreement. -- This is an automated message from the Apache Git Ser

[GitHub] [apisix] xuchmao commented on issue #4475: request help: use environment properties to overwrite properties in configuration file

2021-06-24 Thread GitBox
xuchmao commented on issue #4475: URL: https://github.com/apache/apisix/issues/4475#issuecomment-867670282 Thanks, I will try it. -- 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 specific com

[GitHub] [apisix] xuchmao closed issue #4475: request help: use environment properties to overwrite properties in configuration file

2021-06-24 Thread GitBox
xuchmao closed issue #4475: URL: https://github.com/apache/apisix/issues/4475 -- 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 specific comment. For queries about this service, please conta

[GitHub] [apisix] tzssangglass commented on a change in pull request #4473: feat: patch UDP socket to resolve host by ourselves

2021-06-24 Thread GitBox
tzssangglass commented on a change in pull request #4473: URL: https://github.com/apache/apisix/pull/4473#discussion_r657984803 ## File path: t/misc/patch.t ## @@ -184,3 +184,44 @@ m --- no_error_log [error] + + + +=== TEST 6: resolve host by ourselves (UDP) +--- yaml_confi

[GitHub] [apisix-website] iamayushdas commented on pull request #384: chore: added uniform id's for documentations

2021-06-24 Thread GitBox
iamayushdas commented on pull request #384: URL: https://github.com/apache/apisix-website/pull/384#issuecomment-867666787 this shouldn't be merge right now, this feat is in a discussion period right now, should I revert the PR? @juzhiyuan @Yiyiyimu -- This is an automated message from

[apisix-website] branch master updated: chore: added uniform id's for documentations (#384)

2021-06-24 Thread shuyangw
This is an automated email from the ASF dual-hosted git repository. shuyangw 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 bd72d67 chore: added uniform id's for

[GitHub] [apisix-website] Yiyiyimu merged pull request #384: chore: added uniform id's for documentations

2021-06-24 Thread GitBox
Yiyiyimu merged pull request #384: URL: https://github.com/apache/apisix-website/pull/384 -- 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 specific comment. For queries about this service,

[GitHub] [apisix-website] Yiyiyimu closed issue #363: implementing uniform doc page `id` for all documentation

2021-06-24 Thread GitBox
Yiyiyimu closed issue #363: URL: https://github.com/apache/apisix-website/issues/363 -- 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 specific comment. For queries about this service, pleas

[GitHub] [apisix] tzssangglass commented on a change in pull request #4462: docs: update global-rule.md

2021-06-24 Thread GitBox
tzssangglass commented on a change in pull request #4462: URL: https://github.com/apache/apisix/pull/4462#discussion_r657973130 ## File path: docs/zh/latest/architecture-design/global-rule.md ## @@ -45,6 +45,7 @@ curl -X PUT \ 如上所注册的 `limit-count` 插件将会作用于所有的请求。 我们可以通过以下接口查看

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #385: fix: navigation path naming for apisix-java-plugin-runner

2021-06-24 Thread GitBox
netlify[bot] edited a comment on pull request #385: URL: https://github.com/apache/apisix-website/pull/385#issuecomment-867650705 :heavy_check_mark: Deploy Preview for *apisix* ready! :hammer: Explore the source changes: b95015251000f695ce9daefd0745b55dafff28b6 :mag: Inspec

[GitHub] [apisix-website] iamayushdas commented on pull request #385: fix: navigation path naming for apisix-java-plugin-runner

2021-06-24 Thread GitBox
iamayushdas commented on pull request #385: URL: https://github.com/apache/apisix-website/pull/385#issuecomment-867652106 cc @juzhiyuan @Yiyiyimu till then that uniform id proposal did not pass this will work -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-website] iamayushdas opened a new pull request #385: fix: navigation path naming for apisix-java-plugin-runner

2021-06-24 Thread GitBox
iamayushdas opened a new pull request #385: URL: https://github.com/apache/apisix-website/pull/385 Fixes: #[Add issue number here] Changes: fixed the navigation path name for apisix-java-plugin-runner -- This is an automated message from the Apache Git Service. To respon

[GitHub] [apisix-website] netlify[bot] commented on pull request #385: fix: navigation path naming for apisix-java-plugin-runner

2021-06-24 Thread GitBox
netlify[bot] commented on pull request #385: URL: https://github.com/apache/apisix-website/pull/385#issuecomment-867650705 :construction_worker: Deploy Preview for *apisix* processing. :hammer: Explore the source changes: b95015251000f695ce9daefd0745b55dafff28b6 :mag: Inspe

[GitHub] [apisix] tzssangglass commented on pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
tzssangglass commented on pull request #4479: URL: https://github.com/apache/apisix/pull/4479#issuecomment-867632963 @zuiyangqingzhou hi, need to add test cases -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [apisix] tzssangglass commented on issue #4475: request help: use environment properties to overwrite properties in configuration file

2021-06-24 Thread GitBox
tzssangglass commented on issue #4475: URL: https://github.com/apache/apisix/issues/4475#issuecomment-867630521 reading environment variables in the configuration file is now supported, see https://github.com/apache/apisix/blob/75376e3162efa3d38ee113a8ee5e6d7435e7c392/conf/config.yaml#L24-

[GitHub] [apisix] zuiyangqingzhou opened a new pull request #4479: fix: Multiple request-id bug

2021-06-24 Thread GitBox
zuiyangqingzhou opened a new pull request #4479: URL: https://github.com/apache/apisix/pull/4479 ### What this PR does / why we need it: fix: [4460](https://github.com/apache/apisix/issues/4460) ### Pre-submission checklist: * [ ] Did you explain what problem does this PR so

[GitHub] [apisix-ingress-controller] Caelebs opened a new issue #560: request help: Why does the ingress log keep printing service not found?

2021-06-24 Thread GitBox
Caelebs opened a new issue #560: URL: https://github.com/apache/apisix-ingress-controller/issues/560 ### Issue description I installed apisix-ingress-controller in kubesphere, and found that some info-level logs have been printed in the backend log. ``` 2021-06-24T21:01:55+

[GitHub] [apisix-website] iamayushdas closed issue #382: improve: unform id's for all the sub projects

2021-06-24 Thread GitBox
iamayushdas closed issue #382: URL: https://github.com/apache/apisix-website/issues/382 -- 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 specific comment. For queries about this service, pl

  1   2   >