[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1334: test: switch language

2021-01-19 Thread GitBox
juzhiyuan commented on a change in pull request #1334: URL: https://github.com/apache/apisix-dashboard/pull/1334#discussion_r560602544 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -89,8 +89,8 @@ context('Create and Search Route', () => { cy.contai

[GitHub] [apisix] spacewander commented on a change in pull request #3332: fix: set conf info when global rule is hit without matched rule

2021-01-19 Thread GitBox
spacewander commented on a change in pull request #3332: URL: https://github.com/apache/apisix/pull/3332#discussion_r560603025 ## File path: t/config-center-yaml/global-rule.t ## @@ -112,3 +112,18 @@ global_rules: - /h* #END --- error_code: 403 + + + +===

[apisix] branch master updated: docs: fix some incomplete shell commands in the examples (#3338)

2021-01-19 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 e40eeae docs: fix some incomplete shell co

[GitHub] [apisix] spacewander merged pull request #3338: docs: fix some incomplete shell commands in the examples

2021-01-19 Thread GitBox
spacewander merged pull request #3338: URL: https://github.com/apache/apisix/pull/3338 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] spacewander opened a new pull request #3350: test: add more test to check if checker is stopped.

2021-01-19 Thread GitBox
spacewander opened a new pull request #3350: URL: https://github.com/apache/apisix/pull/3350 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] tokers commented on a change in pull request #3345: feat: allow getting health check status via control API

2021-01-19 Thread GitBox
tokers commented on a change in pull request #3345: URL: https://github.com/apache/apisix/pull/3345#discussion_r560609236 ## File path: apisix/control/v1.lua ## @@ -49,11 +54,62 @@ function _M.schema() end +local function iter_and_add_checker(infos, values, src) +if no

[GitHub] [apisix-ingress-controller] tokers commented on pull request #184: docs: add flowcharts of the logic during synchronization

2021-01-19 Thread GitBox
tokers commented on pull request #184: URL: https://github.com/apache/apisix-ingress-controller/pull/184#issuecomment-763259650 Great, we need a "How to Works" doc to incorporate with this flowcharts. This is an automated me

[GitHub] [apisix-ingress-controller] tokers commented on pull request #184: docs: add flowcharts of the logic during synchronization

2021-01-19 Thread GitBox
tokers commented on pull request #184: URL: https://github.com/apache/apisix-ingress-controller/pull/184#issuecomment-763259738 @gxthrj The CI failed. This is an automated message from the Apache Git Service. To respond to t

[GitHub] [apisix] Firstsawyou commented on a change in pull request #3345: feat: allow getting health check status via control API

2021-01-19 Thread GitBox
Firstsawyou commented on a change in pull request #3345: URL: https://github.com/apache/apisix/pull/3345#discussion_r560611587 ## File path: apisix/control/v1.lua ## @@ -49,11 +54,62 @@ function _M.schema() end +local function iter_and_add_checker(infos, values, src) +

[GitHub] [apisix] nanamikon opened a new issue #3351: bug: Not support patch snis for ssl

2021-01-19 Thread GitBox
nanamikon opened a new issue #3351: URL: https://github.com/apache/apisix/issues/3351 ### Issue description Fail to update snis using PATCH ### Environment * apisix version: 2.2 * OS: ubuntu * OpenResty / Nginx version:1.19 ### Minimal test code / Steps to repro

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1334: test: switch language

2021-01-19 Thread GitBox
liuxiran commented on a change in pull request #1334: URL: https://github.com/apache/apisix-dashboard/pull/1334#discussion_r560091428 ## File path: web/cypress/integration/lang/switch-language.spec.js ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix] tokers commented on issue #3344: feat: support gRPC over SSL

2021-01-19 Thread GitBox
tokers commented on issue #3344: URL: https://github.com/apache/apisix/issues/3344#issuecomment-763261714 The SNI pass should be supported in advance, with the related issue #2988 . This is an automated message from the Apach

[GitHub] [apisix] tokers commented on pull request #3084: feat: add proxy_ssl_server_name

2021-01-19 Thread GitBox
tokers commented on pull request #3084: URL: https://github.com/apache/apisix/pull/3084#issuecomment-763264689 @unbeatablekb Should have test cases for it, you can prepare a keypair that the SNI is not matched with the backend server and assert the proxy is aborted. --

[GitHub] [apisix-dashboard] tokers commented on pull request #1333: chore: add stop subcommand

2021-01-19 Thread GitBox
tokers commented on pull request #1333: URL: https://github.com/apache/apisix-dashboard/pull/1333#issuecomment-763265319 > @tokers , thank you for this. Just FYI, the file `api/manager` is in this PR. 😄 Oh my gosh, i'll remove it, sorry~

[GitHub] [apisix-dashboard] tokers commented on a change in pull request #1333: chore: add stop subcommand

2021-01-19 Thread GitBox
tokers commented on a change in pull request #1333: URL: https://github.com/apache/apisix-dashboard/pull/1333#discussion_r560616623 ## File path: api/internal/utils/pid.go ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

[GitHub] [apisix] spacewander commented on issue #2798: [DISCUSS] provide a control interface to expose APISIX internal state

2021-01-19 Thread GitBox
spacewander commented on issue #2798: URL: https://github.com/apache/apisix/issues/2798#issuecomment-763265836 @gzhsnail There is not concept of "主动检查是否健康" and "被动检查是否健康". There is only two state: "healthy" and "unhealthy". Both "active check" and "passive check" can change a node fr

[apisix] branch master updated: feat: support dubbo (#3224)

2021-01-19 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 e3601e6 feat: support dubbo (#3224) e3601e

[GitHub] [apisix] spacewander merged pull request #3224: feat: support dubbo

2021-01-19 Thread GitBox
spacewander merged pull request #3224: URL: https://github.com/apache/apisix/pull/3224 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] spacewander closed issue #89: support dubbo with tengine's module

2021-01-19 Thread GitBox
spacewander closed issue #89: URL: https://github.com/apache/apisix/issues/89 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 sp

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1326: fix(fe): update url regexp in online debug

2021-01-19 Thread GitBox
codecov-io edited a comment on pull request #1326: URL: https://github.com/apache/apisix-dashboard/pull/1326#issuecomment-762690400 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1326?src=pr&el=h1) Report > Merging [#1326](https://codecov.io/gh/apache/apisix-dashboard/p

[GitHub] [apisix] Firstsawyou commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
Firstsawyou commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763273196 Please check if there is a problem with your configuration. According to your error message, it is likely that your configuration is incorrect. --

[GitHub] [apisix-dashboard] liuxiran commented on issue #1291: test(fe): add e2e test for online debug

2021-01-19 Thread GitBox
liuxiran commented on issue #1291: URL: https://github.com/apache/apisix-dashboard/issues/1291#issuecomment-763273719 Thanks for the instruction which teach me how to use `cypress intercept`, it will be very useful to write this test spec. @juzhiyuan @LiteSun and if we did not run

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
tokers commented on a change in pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180#discussion_r560622732 ## File path: docs/deployments/gke.md ## @@ -0,0 +1,75 @@ + + +# Install Ingress APISIX on Google Cloud GKE + +This document explains how

[GitHub] [apisix-dashboard] codecov-io commented on pull request #1333: chore: add stop subcommand

2021-01-19 Thread GitBox
codecov-io commented on pull request #1333: URL: https://github.com/apache/apisix-dashboard/pull/1333#issuecomment-763274597 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1333?src=pr&el=h1) Report > Merging [#1333](https://codecov.io/gh/apache/apisix-dashboard/pull/133

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1333: chore: add stop subcommand

2021-01-19 Thread GitBox
codecov-io edited a comment on pull request #1333: URL: https://github.com/apache/apisix-dashboard/pull/1333#issuecomment-763274597 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1333?src=pr&el=h1) Report > Merging [#1333](https://codecov.io/gh/apache/apisix-dashboard/p

[GitHub] [apisix-ingress-controller] codecov-io commented on pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
codecov-io commented on pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180#issuecomment-763275532 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/180?src=pr&el=h1) Report > Merging [#180](https://codecov.io/gh/apache/apisix-ing

[GitHub] [apisix] spacewander commented on issue #2798: [DISCUSS] provide a control interface to expose APISIX internal state

2021-01-19 Thread GitBox
spacewander commented on issue #2798: URL: https://github.com/apache/apisix/issues/2798#issuecomment-763278334 So we can get the check & upstream's configuration, the healthy nodes (unhealthy nodes can be found via `nodes` - `healthy nodes`). --

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1291: test(fe): add e2e test for online debug

2021-01-19 Thread GitBox
juzhiyuan commented on issue #1291: URL: https://github.com/apache/apisix-dashboard/issues/1291#issuecomment-763284068 fine This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-ingress-controller] membphis commented on a change in pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
membphis commented on a change in pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180#discussion_r560631763 ## File path: docs/deployments/gke.md ## @@ -0,0 +1,76 @@ + + +# Install Ingress APISIX on Google Cloud GKE + +This document explains ho

[GitHub] [apisix-dashboard] LiteSun commented on issue #1299: after editing a Service, the upstream info will be lost.

2021-01-19 Thread GitBox
LiteSun commented on issue #1299: URL: https://github.com/apache/apisix-dashboard/issues/1299#issuecomment-763284611 ping This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] spacewander commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
spacewander commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763289064 > 1.intsert ssl with snis > 2.patch snis Could you show us how you send the requests? This is an automat

[apisix] branch master updated (e3601e6 -> 746345a)

2021-01-19 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from e3601e6 feat: support dubbo (#3224) add 746345a docs: fix the example in skywalking doc (#3347) No new r

[GitHub] [apisix] spacewander merged pull request #3347: docs: fix the example in skywalking doc

2021-01-19 Thread GitBox
spacewander merged pull request #3347: URL: https://github.com/apache/apisix/pull/3347 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-ingress-controller] tokers commented on a change in pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
tokers commented on a change in pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180#discussion_r560640310 ## File path: docs/deployments/gke.md ## @@ -0,0 +1,76 @@ + + +# Install Ingress APISIX on Google Cloud GKE + +This document explains how

[GitHub] [apisix-dashboard] Caelebs opened a new issue #1335: Align dashboard menu options to the left

2021-01-19 Thread GitBox
Caelebs opened a new issue #1335: URL: https://github.com/apache/apisix-dashboard/issues/1335 # Bug report ## Describe the bug I deployed the latest version of dashboard v2.3, and found that the `Server Info` in the left menu bar is not aligned, and the icons and text titles a

[GitHub] [apisix] Firstsawyou commented on pull request #3350: test: add more test to check if checker is stopped.

2021-01-19 Thread GitBox
Firstsawyou commented on pull request #3350: URL: https://github.com/apache/apisix/pull/3350#issuecomment-763298120 LGTM. This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[apisix] branch master updated: fix: set conf info when global rule is hit without matched rule (#3332)

2021-01-19 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 b78c87a fix: set conf info when global rul

[GitHub] [apisix] spacewander merged pull request #3332: fix: set conf info when global rule is hit without matched rule

2021-01-19 Thread GitBox
spacewander merged pull request #3332: URL: https://github.com/apache/apisix/pull/3332 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] spacewander closed issue #3330: bug: /apisix/prometheus/metrics cannot access

2021-01-19 Thread GitBox
spacewander closed issue #3330: URL: https://github.com/apache/apisix/issues/3330 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 th

[GitHub] [apisix] unbeatablekb commented on pull request #3084: feat: add proxy_ssl_server_name

2021-01-19 Thread GitBox
unbeatablekb commented on pull request #3084: URL: https://github.com/apache/apisix/pull/3084#issuecomment-763314013 @tokers Thanks for giving help. I will add test for it after learning nginx test which would be done within this weeks.

[GitHub] [apisix] spacewander commented on pull request #3084: feat: add proxy_ssl_server_name

2021-01-19 Thread GitBox
spacewander commented on pull request #3084: URL: https://github.com/apache/apisix/pull/3084#issuecomment-763317564 @unbeatablekb You need to add `proxy_ssl_server_name` in t/APISIX.pm. You can take a look at https://github.com/apache/apisix/blob/b78c87a158b1eb5926dc70b462f1ae4c4eab8

[GitHub] [apisix] spacewander commented on a change in pull request #3345: feat: allow getting health check status via control API

2021-01-19 Thread GitBox
spacewander commented on a change in pull request #3345: URL: https://github.com/apache/apisix/pull/3345#discussion_r560666155 ## File path: apisix/control/v1.lua ## @@ -49,11 +54,62 @@ function _M.schema() end +local function iter_and_add_checker(infos, values, src) +

[GitHub] [apisix-website] imjoey opened a new pull request #150: chore: Add new committer majunjie committer list

2021-01-19 Thread GitBox
imjoey opened a new pull request #150: URL: https://github.com/apache/apisix-website/pull/150 Signed-off-by: imjoey Changes: Add the new committer `majunjie` into committer list in team.md. This is an autom

[GitHub] [apisix-ingress-controller] codecov-io commented on pull request #184: docs: add flowcharts of the logic during synchronization

2021-01-19 Thread GitBox
codecov-io commented on pull request #184: URL: https://github.com/apache/apisix-ingress-controller/pull/184#issuecomment-763337185 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/184?src=pr&el=h1) Report > Merging [#184](https://codecov.io/gh/apache/apisix-ing

[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #184: docs: add flowcharts of the logic during synchronization

2021-01-19 Thread GitBox
gxthrj commented on pull request #184: URL: https://github.com/apache/apisix-ingress-controller/pull/184#issuecomment-763338884 > @gxthrj The CI failed. Fixed This is an automated message from the Apache Git Service.

[GitHub] [apisix-website] starsz opened a new pull request #151: feat: add @starsz to team member

2021-01-19 Thread GitBox
starsz opened a new pull request #151: URL: https://github.com/apache/apisix-website/pull/151 Fixes: #[Add issue number here] Changes: Screenshots of the change: This is an automated message from the Apa

[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #176: chore: caching

2021-01-19 Thread GitBox
gxthrj commented on pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#issuecomment-763342296 Unit-test CI failed @tokers Please have a look. This is an automated message from the Apache Gi

[GitHub] [apisix] tokers commented on a change in pull request #3345: feat: allow getting health check status via control API

2021-01-19 Thread GitBox
tokers commented on a change in pull request #3345: URL: https://github.com/apache/apisix/pull/3345#discussion_r560687578 ## File path: t/plugin/proxy-rewrite.t ## @@ -297,6 +297,7 @@ passed === TEST 9: rewrite host + scheme +--- LAST Review comment: Is this for de

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
tokers commented on a change in pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180#discussion_r560689039 ## File path: docs/deployments/gke.md ## @@ -0,0 +1,76 @@ + + +# Install Ingress APISIX on Google Cloud GKE + +This document explains how

[apisix] branch master updated (b78c87a -> 801e56c)

2021-01-19 Thread tokers
This is an automated email from the ASF dual-hosted git repository. tokers pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from b78c87a fix: set conf info when global rule is hit without matched rule (#3332) add 801e56c docs: improve the

[GitHub] [apisix] tokers merged pull request #3346: docs: improve the hamc-auth plugin documentation

2021-01-19 Thread GitBox
tokers merged pull request #3346: URL: https://github.com/apache/apisix/pull/3346 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 th

[GitHub] [apisix] tokers closed issue #3334: request help: 测试hmac-auth插件时提示Invalid signature

2021-01-19 Thread GitBox
tokers closed issue #3334: URL: https://github.com/apache/apisix/issues/3334 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 spe

[apisix] branch master updated: test: add more test to check if checker is stopped. (#3350)

2021-01-19 Thread tokers
This is an automated email from the ASF dual-hosted git repository. tokers 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 da99a03 test: add more test to check if checker

[GitHub] [apisix] tokers merged pull request #3350: test: add more test to check if checker is stopped.

2021-01-19 Thread GitBox
tokers merged pull request #3350: URL: https://github.com/apache/apisix/pull/3350 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 th

[GitHub] [apisix] spacewander commented on a change in pull request #3345: feat: allow getting health check status via control API

2021-01-19 Thread GitBox
spacewander commented on a change in pull request #3345: URL: https://github.com/apache/apisix/pull/3345#discussion_r560689656 ## File path: t/plugin/proxy-rewrite.t ## @@ -297,6 +297,7 @@ passed === TEST 9: rewrite host + scheme +--- LAST Review comment: Fixed

[GitHub] [apisix-ingress-controller] tokers commented on pull request #176: chore: caching

2021-01-19 Thread GitBox
tokers commented on pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#issuecomment-763348403 > Unit-test CI failed @tokers Please have a look. Fixed. This is an automated message fro

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #176: chore: caching

2021-01-19 Thread GitBox
codecov-io edited a comment on pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#issuecomment-762555613 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/176?src=pr&el=h1) Report > Merging [#176](https://codecov.io/gh/apache/api

[GitHub] [apisix-dashboard] starsz commented on a change in pull request #1333: chore: add stop subcommand

2021-01-19 Thread GitBox
starsz commented on a change in pull request #1333: URL: https://github.com/apache/apisix-dashboard/pull/1333#discussion_r560693660 ## File path: api/cmd/managerapi.go ## @@ -119,5 +132,28 @@ func NewManagerAPICommand() *cobra.Command { } cmd.PersistentFlags()

[GitHub] [apisix-dashboard] belongwqz opened a new issue #1336: Support subpath to use the reverse proxy

2021-01-19 Thread GitBox
belongwqz opened a new issue #1336: URL: https://github.com/apache/apisix-dashboard/issues/1336 # Feature request ## Please describe your feature Support subpath to use the reverse proxy ## Describe the solution you'd like When start dashboard via manager-api, th

[GitHub] [apisix] hnlq715 opened a new pull request #3352: bugfix: ienum_as_name to enum_as_name

2021-01-19 Thread GitBox
hnlq715 opened a new pull request #3352: URL: https://github.com/apache/apisix/pull/3352 ### What this PR does / why we need it: ### Pre-submission checklist: * [] Did you explain what problem does this PR solve? Or what new features have been added? * [ ] Have you

[GitHub] [apisix] spacewander commented on a change in pull request #3352: fix: ienum_as_name to enum_as_name

2021-01-19 Thread GitBox
spacewander commented on a change in pull request #3352: URL: https://github.com/apache/apisix/pull/3352#discussion_r560699688 ## File path: apisix/plugins/grpc-transcode.lua ## @@ -31,7 +31,7 @@ local pb_option_def = { }, { description = "int64 as result",

[GitHub] [apisix] xingren23 opened a new issue #3353: request help:

2021-01-19 Thread GitBox
xingren23 opened a new issue #3353: URL: https://github.com/apache/apisix/issues/3353 ### Issue description 之前实现skywalking-nginx-lua模块时 lua还不支持http协议,现在apisix已经支持的gRPC协议代理,是不是可以用gRPC协议取代HTTP1.1 协议来上报trace信息? https://github.com/apache/skywalking/issues/1071 ### Environme

[GitHub] [apisix] spacewander opened a new pull request #3354: docs: add link of control-api.md to Chinese index.

2021-01-19 Thread GitBox
spacewander opened a new pull request #3354: URL: https://github.com/apache/apisix/pull/3354 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

[apisix-ingress-controller] branch master updated: doc: add document to explain how to run on GKE (#180)

2021-01-19 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 5d3f1b3 doc: add document to ex

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #180: doc: add document to explain how to run on GKE

2021-01-19 Thread GitBox
gxthrj merged pull request #180: URL: https://github.com/apache/apisix-ingress-controller/pull/180 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] spacewander commented on issue #3353: request help: do you want update skywalking plugin protocal from http1.1 to grpc ?

2021-01-19 Thread GitBox
spacewander commented on issue #3353: URL: https://github.com/apache/apisix/issues/3353#issuecomment-763371114 Proxy gRPC in C is different from communication via gRPC in Lua. BTW, we are not the maintainer of skywalking. We don't own https://github.com/apache/skywalking-nginx-lua.

[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #183: docs: add ack deployment

2021-01-19 Thread GitBox
gxthrj commented on pull request #183: URL: https://github.com/apache/apisix-ingress-controller/pull/183#issuecomment-763371166 cc @tokers @membphis @moonming This is an automated message from the Apache Git Service. To res

[apisix-ingress-controller] branch master updated: docs: add flowcharts of the logic during synchronization (#184)

2021-01-19 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 e11f7e0 docs: add flowcharts of

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #184: docs: add flowcharts of the logic during synchronization

2021-01-19 Thread GitBox
gxthrj merged pull request #184: URL: https://github.com/apache/apisix-ingress-controller/pull/184 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] spacewander closed issue #3353: request help: do you want update skywalking plugin protocal from http1.1 to grpc ?

2021-01-19 Thread GitBox
spacewander closed issue #3353: URL: https://github.com/apache/apisix/issues/3353 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 th

[GitHub] [apisix-ingress-controller] tokers opened a new pull request #185: doc: also run on Rancher RKE

2021-01-19 Thread GitBox
tokers opened a new pull request #185: URL: https://github.com/apache/apisix-ingress-controller/pull/185 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] B

[GitHub] [apisix-ingress-controller] tokers commented on pull request #185: doc: also run on Rancher RKE

2021-01-19 Thread GitBox
tokers commented on pull request #185: URL: https://github.com/apache/apisix-ingress-controller/pull/185#issuecomment-763375788 @membphis @moonming @gxthrj This is an automated message from the Apache Git Service. To respon

[GitHub] [apisix-ingress-controller] codecov-io commented on pull request #185: doc: also run on Rancher RKE

2021-01-19 Thread GitBox
codecov-io commented on pull request #185: URL: https://github.com/apache/apisix-ingress-controller/pull/185#issuecomment-763377097 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/185?src=pr&el=h1) Report > Merging [#185](https://codecov.io/gh/apache/apisix-ing

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #183: docs: add ack deployment

2021-01-19 Thread GitBox
tokers commented on a change in pull request #183: URL: https://github.com/apache/apisix-ingress-controller/pull/183#discussion_r560713116 ## File path: docs/deployments/ack.md ## @@ -0,0 +1,76 @@ + + +# Install Ingress APISIX on ACK + +This document explains how to install In

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #176: chore: caching

2021-01-19 Thread GitBox
codecov-io edited a comment on pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#issuecomment-762555613 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/176?src=pr&el=h1) Report > Merging [#176](https://codecov.io/gh/apache/api

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #176: chore: caching

2021-01-19 Thread GitBox
tokers commented on a change in pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#discussion_r560713624 ## File path: pkg/seven/state/builder.go ## @@ -227,64 +221,18 @@ func SolverSingleUpstream(u *v1.Upstream, swg ServiceWorkerGroup, wg *s

[GitHub] [apisix] idbeta opened a new issue #3355: bug: one case of routes.t failed on arm64 (centos7.6)

2021-01-19 Thread GitBox
idbeta opened a new issue #3355: URL: https://github.com/apache/apisix/issues/3355 ### Issue description ``` # Failed test 'TEST 56: set route with size 36k (temporary file to store request body) - pattern "a client request body is buffered to a temporary file" should match a l

[GitHub] [apisix] nanamikon commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
nanamikon commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763379950 I write a test case for this situation ``` === TEST 1: not unwanted data, PUT --- config location /t { content_by_lua_block { local j

[GitHub] [apisix] fukiki commented on pull request #3335: fix: Use luajit or lua 5.1 by default when run APISIX

2021-01-19 Thread GitBox
fukiki commented on pull request #3335: URL: https://github.com/apache/apisix/pull/3335#issuecomment-763380652 @membphis Could you review [commit 065a44](https://github.com/apache/apisix/pull/3335/commits/065a44e8166976333f0eaa9684157e00880e3881) for me? Thank you. By the way, abo

[GitHub] [apisix] nanamikon edited a comment on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
nanamikon edited a comment on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763379950 I write a test case for this situation Test 1 success, but Test 2 fail because of 400 ``` === TEST 1: not unwanted data, PUT --- config location /t {

[GitHub] [apisix] Firstsawyou commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
Firstsawyou commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763388065 > Test 2 The test case 2 should look like this: ![image](https://user-images.githubusercontent.com/52862365/105139087-c7963580-5b30-11eb-90ed-0e36f1b0c29e.png)

[GitHub] [apisix-ingress-controller] gxthrj commented on a change in pull request #183: docs: add ack deployment

2021-01-19 Thread GitBox
gxthrj commented on a change in pull request #183: URL: https://github.com/apache/apisix-ingress-controller/pull/183#discussion_r560722168 ## File path: docs/deployments/ack.md ## @@ -0,0 +1,76 @@ + + +# Install Ingress APISIX on ACK + +This document explains how to install In

[GitHub] [apisix-dashboard] Caelebs opened a new issue #1337: request help: How to add icons to custom plugins?

2021-01-19 Thread GitBox
Caelebs opened a new issue #1337: URL: https://github.com/apache/apisix-dashboard/issues/1337 I added a custom plugin. I want to add a logo when displaying the plugin in the dashboard. What do I need to do? For example, the jwt-auth plugin has a corresponding logo. ![20210120151324

[GitHub] [apisix] nanamikon commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
nanamikon commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763393960 Thanks for reply, so I can't update snis with sub path here , because the snis is array but not object refer to https://github.com/apache/apisix/blob/master/doc/zh-cn/admin

[GitHub] [apisix] nanamikon edited a comment on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
nanamikon edited a comment on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763393960 Thanks for reply, so I can't update snis with sub path here , because the snis is array but not object refer to https://github.com/apache/apisix/blob/master/doc/zh-c

[GitHub] [apisix-ingress-controller] gxthrj commented on a change in pull request #176: chore: caching

2021-01-19 Thread GitBox
gxthrj commented on a change in pull request #176: URL: https://github.com/apache/apisix-ingress-controller/pull/176#discussion_r560724048 ## File path: pkg/apisix/apisix.go ## @@ -73,39 +81,28 @@ type Upstream interface { // Service is the specific client interface to take o

[GitHub] [apisix] Firstsawyou commented on issue #3351: bug: Not support updating snis with PATCH

2021-01-19 Thread GitBox
Firstsawyou commented on issue #3351: URL: https://github.com/apache/apisix/issues/3351#issuecomment-763411301 The `patch` method cannot use subpaths. By the way, the `local data = {"update1.com", "update2.com"}` data in your test case 2 is invalid, you need to be like test 1: `local da

[apisix] branch master updated: test: make ci stable (#3329)

2021-01-19 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 319c3eb test: make ci stable (#3329) 319c3eb

[GitHub] [apisix] membphis merged pull request #3329: test: make ci stable

2021-01-19 Thread GitBox
membphis merged pull request #3329: URL: https://github.com/apache/apisix/pull/3329 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

<    1   2