[GitHub] [apisix] nanamikon edited a comment on issue #3528: request help: Why ip-restriction return json instead of default 403 error page

2021-02-07 Thread GitBox
nanamikon edited a comment on issue #3528: URL: https://github.com/apache/apisix/issues/3528#issuecomment-774942415 Refer to apisix/core/response.lua, resp_exit will be called when response exits, I think it is a global handle for response exiting, we can't use plugin extension here。 W

[GitHub] [apisix] nanamikon edited a comment on issue #3528: request help: Why ip-restriction return json instead of default 403 error page

2021-02-07 Thread GitBox
nanamikon edited a comment on issue #3528: URL: https://github.com/apache/apisix/issues/3528#issuecomment-774942415 Refer to apisix/core/response.lua, resp_exit will be called when response exit, I think it is a global handle for response exit, we can't use plugin extension here。 What

[GitHub] [apisix] nanamikon commented on issue #3528: request help: Why ip-restriction return json instead of default 403 error page

2021-02-07 Thread GitBox
nanamikon commented on issue #3528: URL: https://github.com/apache/apisix/issues/3528#issuecomment-774942415 Refer to apisix/core/response.lua, resp_exit will be called when error occours, I think it is a global handle for response exit, we can't use plugin extension here。 What about r

[GitHub] [apisix-dashboard] starsz opened a new pull request #1460: release: bump to version v2.4

2021-02-07 Thread GitBox
starsz opened a new pull request #1460: URL: https://github.com/apache/apisix-dashboard/pull/1460 Please answer these questions before submitting a pull request - Why submit this pull request? for version 2.4 release ---

[GitHub] [apisix] wettper edited a comment on pull request #3557: docs: Markdown syntax exception

2021-02-07 Thread GitBox
wettper edited a comment on pull request #3557: URL: https://github.com/apache/apisix/pull/3557#issuecomment-774939123 I just changed the document, but CI process is not through, and it shouldn't matter from the content of the error, how i can retry this process ? @tokers help~~~

[GitHub] [apisix] wettper commented on pull request #3557: docs: Markdown syntax exception

2021-02-07 Thread GitBox
wettper commented on pull request #3557: URL: https://github.com/apache/apisix/pull/3557#issuecomment-774939123 I just changed the document, but CI process is not through, and it shouldn't matter from the content of the error, how i can retry this process ? ![image](https://user-ima

[GitHub] [apisix] tokers commented on a change in pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
tokers commented on a change in pull request #3547: URL: https://github.com/apache/apisix/pull/3547#discussion_r571822562 ## File path: apisix/cli/ops.lua ## @@ -238,9 +238,19 @@ Please modify "admin_key" in conf/config.yaml . util.die("missing apisix.proxy_cache for p

[GitHub] [apisix-helm-chart] Junnplus commented on pull request #26: fix the tmplate of deployment.yaml and add hintsfor for affinity setting in values.yaml

2021-02-07 Thread GitBox
Junnplus commented on pull request #26: URL: https://github.com/apache/apisix-helm-chart/pull/26#issuecomment-774929178 @TkClark Are you still working for this PR, if not, I will fix https://github.com/apache/apisix-helm-chart/issues/28. ---

[GitHub] [apisix-website] LiteSun opened a new pull request #171: feat: add cypress blog

2021-02-07 Thread GitBox
LiteSun opened a new pull request #171: URL: https://github.com/apache/apisix-website/pull/171 Changes: added cypress blog Screenshots of the change: ![image](https://user-images.githubusercontent.com/31329157/107187104-6ae7b580-6a20-11eb-8507-c234a1b0f36a.png) -

[apisix-website] 01/01: feat: add cypress blog

2021-02-07 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a commit to branch feat-cypress-blog in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit f30ad04193b28f8a16055fc02846611ac3494a7a Author: litesun <7sunm...@gmail.com> AuthorDate: Mon Feb 8 15:

[apisix-website] branch feat-cypress-blog created (now f30ad04)

2021-02-07 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to branch feat-cypress-blog in repository https://gitbox.apache.org/repos/asf/apisix-website.git. at f30ad04 feat: add cypress blog This branch includes the following new commits: new f30ad04

[GitHub] [apisix-dashboard] tokers commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
tokers commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571819668 ## File path: api/internal/handler/ssl/ssl_test.go ## @@ -19,146 +19,859 @@ package ssl import ( "encoding/json" + "errors" +

[GitHub] [apisix] tokers opened a new pull request #3558: fix: tweaked the unreasonable default health check interval values

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

[GitHub] [apisix-dashboard] guoqqqi commented on pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
guoqqqi commented on pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#issuecomment-774920448 I agree, it seems that we need to use assertions more often to make the tests more stable. thanks a lot, that reminds me. -

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1452: feat(be): refactor upstream unit test

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1452: URL: https://github.com/apache/apisix-dashboard/pull/1452#discussion_r571816080 ## File path: api/internal/handler/upstream/upstream_test.go ## @@ -19,285 +19,1719 @@ package upstream import ( "encoding/json" -

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1452: feat(be): refactor upstream unit test

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1452: URL: https://github.com/apache/apisix-dashboard/pull/1452#discussion_r571816080 ## File path: api/internal/handler/upstream/upstream_test.go ## @@ -19,285 +19,1719 @@ package upstream import ( "encoding/json" -

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1459: chore: consistent name for list page

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

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1459: chore: consistent name for list page

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

[GitHub] [apisix] wettper opened a new pull request #3557: docs: Markdown syntax exception

2021-02-07 Thread GitBox
wettper opened a new pull request #3557: URL: https://github.com/apache/apisix/pull/3557 Markdown syntax exception ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features h

[GitHub] [apisix-dashboard] codecov-io commented on pull request #1459: chore: consistent name for list page

2021-02-07 Thread GitBox
codecov-io commented on pull request #1459: URL: https://github.com/apache/apisix-dashboard/pull/1459#issuecomment-774914921 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1459?src=pr&el=h1) Report > Merging [#1459](https://codecov.io/gh/apache/apisix-dashboard/pull/145

[GitHub] [apisix] spacewander commented on pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
spacewander commented on pull request #3547: URL: https://github.com/apache/apisix/pull/3547#issuecomment-774912924 Need to resolve the conflict, so that CI can start. This is an automated message from the Apache Git Service.

[GitHub] [apisix] hnlq715 commented on a change in pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
hnlq715 commented on a change in pull request #3547: URL: https://github.com/apache/apisix/pull/3547#discussion_r571811074 ## File path: conf/config.yaml ## @@ -31,6 +31,12 @@ # # If the configured environment variable can't be found, an error will be thrown. apisix: + nod

[GitHub] [apisix-ingress-controller] tokers commented on pull request #215: feat: add support for Endpointslices

2021-02-07 Thread GitBox
tokers commented on pull request #215: URL: https://github.com/apache/apisix-ingress-controller/pull/215#issuecomment-774907993 > @lianghao208 I think this PR now can be went ahead. You can refer to the endpoints controller :). --

[apisix-ingress-controller] branch master updated: chore: optimized the log for waiting cache sync, and other event details (#240)

2021-02-07 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 fe0edaf chore: optimized the lo

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #240: chore: optimized the log for waiting cache sync, and other event details

2021-02-07 Thread GitBox
gxthrj merged pull request #240: URL: https://github.com/apache/apisix-ingress-controller/pull/240 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-dashboard] Junnplus opened a new pull request #1459: chore: consistent name for list page

2021-02-07 Thread GitBox
Junnplus opened a new pull request #1459: URL: https://github.com/apache/apisix-dashboard/pull/1459 Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backpo

[GitHub] [apisix-dashboard] nic-chen commented on issue #1456: feat: support etcd prefix as apisix does

2021-02-07 Thread GitBox
nic-chen commented on issue #1456: URL: https://github.com/apache/apisix-dashboard/issues/1456#issuecomment-774901048 > Nice idea, @starsz @nic-chen What's your opinion? great. @liuyang211 would you like to submit a PR for this feature? ^_^ ---

[GitHub] [apisix-ingress-controller] tokers commented on pull request #215: feat: add support for Endpointslices

2021-02-07 Thread GitBox
tokers commented on pull request #215: URL: https://github.com/apache/apisix-ingress-controller/pull/215#issuecomment-774894827 @lianghao208 I think this PR now can be went ahead. This is an automated message from the Apache

[GitHub] [apisix-ingress-controller] tokers commented on pull request #240: chore: optimized the log for waiting cache sync, and other event details

2021-02-07 Thread GitBox
tokers commented on pull request #240: URL: https://github.com/apache/apisix-ingress-controller/pull/240#issuecomment-774891101 @gxthrj Please take a look when you have time. This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] Jaycean commented on a change in pull request #1452: feat(be): refactor upstream unit test

2021-02-07 Thread GitBox
Jaycean commented on a change in pull request #1452: URL: https://github.com/apache/apisix-dashboard/pull/1452#discussion_r571795912 ## File path: api/internal/handler/upstream/upstream_test.go ## @@ -19,285 +19,1719 @@ package upstream import ( "encoding/json" -

[GitHub] [apisix-dashboard] starsz commented on issue #1456: feat: support etcd prefix as apisix does

2021-02-07 Thread GitBox
starsz commented on issue #1456: URL: https://github.com/apache/apisix-dashboard/issues/1456#issuecomment-774883757 Pretty good. I think it's a good idea. PRs are welcomed. This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] imjoey commented on a change in pull request #1452: feat(be): refactor upstream unit test

2021-02-07 Thread GitBox
imjoey commented on a change in pull request #1452: URL: https://github.com/apache/apisix-dashboard/pull/1452#discussion_r571786346 ## File path: api/internal/handler/upstream/upstream_test.go ## @@ -19,285 +19,1719 @@ package upstream import ( "encoding/json" -

[apisix-website] branch asf-site updated: deploy: f5e28b8449769accc5c7e2088995f516c31d5850

2021-02-07 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 291f617 deploy: f5e28b8449769ac

[apisix-website] branch asf-site updated: deploy: acc270a314042261c377b435988b4d6dfdff323e

2021-02-07 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 cfdd929 deploy: acc270a31404226

[GitHub] [apisix-website] juzhiyuan closed issue #168: bug: the docs link is broken

2021-02-07 Thread GitBox
juzhiyuan closed issue #168: URL: https://github.com/apache/apisix-website/issues/168 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 t

[GitHub] [apisix-website] juzhiyuan merged pull request #169: fix: docs link is broken #168

2021-02-07 Thread GitBox
juzhiyuan merged pull request #169: URL: https://github.com/apache/apisix-website/pull/169 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

[apisix-website] branch master updated: fix: docs link is broken #168 (#169)

2021-02-07 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 f5e28b8 fix: docs link is broken #16

[GitHub] [apisix-website] juzhiyuan merged pull request #170: fix: update docusaurus.config.js to fix Docs

2021-02-07 Thread GitBox
juzhiyuan merged pull request #170: URL: https://github.com/apache/apisix-website/pull/170 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

[apisix-website] branch master updated: fix: update docusaurus.config.js to fix Docs (#170)

2021-02-07 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 acc270a fix: update docusaurus.confi

[apisix-dashboard] branch master updated (c5f5739 -> a87028a)

2021-02-07 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from c5f5739 fix: the git commit hash in the docker is empty string (#1446) add a87028a feat: fixed sider

[GitHub] [apisix-dashboard] LiteSun merged pull request #1457: feat: fixed sider

2021-02-07 Thread GitBox
LiteSun merged pull request #1457: URL: https://github.com/apache/apisix-dashboard/pull/1457 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 pull request #170: fix: update docusaurus.config.js to fix Docs

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

[apisix-website] branch juzhiyuan-patch-1 created (now 85f3bdf)

2021-02-07 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 85f3bdf Update docusaurus.config.js This branch includes the following new commits: new

[apisix-website] 01/01: Update docusaurus.config.js

2021-02-07 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 85f3bdf7d959ab62a1923a3b91cd61b8f7f097d3 Author: 琚致远 AuthorDate: Mon Feb 8 12:39:07 2021 +0800

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1457: feat: fixed sider

2021-02-07 Thread GitBox
juzhiyuan commented on pull request #1457: URL: https://github.com/apache/apisix-dashboard/pull/1457#issuecomment-774857544 Good catch! This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1458: better user experience

2021-02-07 Thread GitBox
juzhiyuan commented on issue #1458: URL: https://github.com/apache/apisix-dashboard/issues/1458#issuecomment-774857273 Ya This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1378: bug: dashboard创建grpc-transcode插件异常:curl: (52) Empty reply from server

2021-02-07 Thread GitBox
juzhiyuan commented on issue #1378: URL: https://github.com/apache/apisix-dashboard/issues/1378#issuecomment-774857051 cc @LiteSun to know what to do, then assign to @guoqqqi This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
juzhiyuan commented on a change in pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#discussion_r571773387 ## File path: web/cypress/integration/route/create-route-with-upstream.spec.js ## @@ -46,32 +47,27 @@ context('Create Route with Upstream', ()

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #247: feat: support health check on ApisixUpstream

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

[GitHub] [apisix] spacewander commented on a change in pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
spacewander commented on a change in pull request #3547: URL: https://github.com/apache/apisix/pull/3547#discussion_r571760883 ## File path: doc/grpc-proxy.md ## @@ -36,7 +36,8 @@ gRPC client -> APISIX -> gRPC/gRPCS server Here's an example, to proxying gRPC service by specifi

[GitHub] [apisix] hnlq715 commented on a change in pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
hnlq715 commented on a change in pull request #3547: URL: https://github.com/apache/apisix/pull/3547#discussion_r571758279 ## File path: t/core/config-default.t ## @@ -91,3 +91,53 @@ apisix: GET /t --- response_body admin_key: null + + + +=== TEST 5: support listen multiple

[GitHub] [apisix] hnlq715 commented on a change in pull request #3547: feat: support listen http2 with plaintext

2021-02-07 Thread GitBox
hnlq715 commented on a change in pull request #3547: URL: https://github.com/apache/apisix/pull/3547#discussion_r571757891 ## File path: apisix/cli/ops.lua ## @@ -238,10 +238,18 @@ Please modify "admin_key" in conf/config.yaml . util.die("missing apisix.proxy_cache for

[GitHub] [apisix-ingress-controller] gxthrj opened a new issue #248: discuss: ApisixRoute change struct

2021-02-07 Thread GitBox
gxthrj opened a new issue #248: URL: https://github.com/apache/apisix-ingress-controller/issues/248 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [apisix-docker] fukiki closed issue #126: bug: ci failed

2021-02-07 Thread GitBox
fukiki closed issue #126: URL: https://github.com/apache/apisix-docker/issues/126 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 commented on issue #99: Add test cases for pkg/kube

2021-02-07 Thread GitBox
tokers commented on issue #99: URL: https://github.com/apache/apisix-ingress-controller/issues/99#issuecomment-774835821 Will add test cases when new features come in. This is an automated message from the Apache Git Service

[GitHub] [apisix-ingress-controller] tokers closed issue #99: Add test cases for pkg/kube

2021-02-07 Thread GitBox
tokers closed issue #99: URL: https://github.com/apache/apisix-ingress-controller/issues/99 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 t

[GitHub] [apisix-ingress-controller] tokers closed issue #92: project abstraction optimization

2021-02-07 Thread GitBox
tokers closed issue #92: URL: https://github.com/apache/apisix-ingress-controller/issues/92 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 t

[GitHub] [apisix-ingress-controller] tokers commented on issue #92: project abstraction optimization

2021-02-07 Thread GitBox
tokers commented on issue #92: URL: https://github.com/apache/apisix-ingress-controller/issues/92#issuecomment-774835628 Already added it. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] spacewander commented on pull request #3556: Support rewrite Http method

2021-02-07 Thread GitBox
spacewander commented on pull request #3556: URL: https://github.com/apache/apisix/pull/3556#issuecomment-774835245 Need to fix the linter. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] spacewander commented on a change in pull request #3556: Support rewrite Http method

2021-02-07 Thread GitBox
spacewander commented on a change in pull request #3556: URL: https://github.com/apache/apisix/pull/3556#discussion_r571756013 ## File path: apisix/plugins/proxy-rewrite.lua ## @@ -55,6 +55,11 @@ local schema = { type= "string", enum= {"http",

[GitHub] [apisix-dashboard] Junnplus opened a new issue #1458: better user experience

2021-02-07 Thread GitBox
Junnplus opened a new issue #1458: URL: https://github.com/apache/apisix-dashboard/issues/1458 # Feature request ## Please describe your feature ### friendly menu icon ![image](https://user-images.githubusercontent.com/8097526/107170183-af605a80-69fa-11eb-81b6-6035702c68c6.

[GitHub] [apisix] 54corbin opened a new pull request #3556: Support rewrite Http method

2021-02-07 Thread GitBox
54corbin opened a new pull request #3556: URL: https://github.com/apache/apisix/pull/3556 Support rewrite Http method ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3521: ci: add release check

2021-02-07 Thread GitBox
Yiyiyimu commented on a change in pull request #3521: URL: https://github.com/apache/apisix/pull/3521#discussion_r571750805 ## File path: .github/workflows/build.yml ## @@ -108,3 +129,10 @@ jobs: - name: Linux Script run: sudo ./.travis/${{ matrix.os_name }}_r

[GitHub] [apisix] diaosj commented on issue #3552: request help: Does APISIX cut off request body when it is too large?

2021-02-07 Thread GitBox
diaosj commented on issue #3552: URL: https://github.com/apache/apisix/issues/3552#issuecomment-774826960 > I write a plugin to check it: > > ``` > function _M.access(conf, ctx) > local req_body, err = core.request.get_body() > if not req_body then > return

[apisix] branch master updated: refactor: remove kubectl dependency in chaos test, use k8s API instead (#3501)

2021-02-07 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 26a4ed4 refactor: remove kubectl dependenc

[GitHub] [apisix] spacewander merged pull request #3501: refactor: remove kubectl dependency in chaos test, use k8s API instead

2021-02-07 Thread GitBox
spacewander merged pull request #3501: URL: https://github.com/apache/apisix/pull/3501 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 commented on a change in pull request #3521: ci: add release check

2021-02-07 Thread GitBox
spacewander commented on a change in pull request #3521: URL: https://github.com/apache/apisix/pull/3521#discussion_r571748583 ## File path: .github/workflows/build.yml ## @@ -108,3 +129,10 @@ jobs: - name: Linux Script run: sudo ./.travis/${{ matrix.os_name }

[GitHub] [apisix] spacewander commented on a change in pull request #3521: ci: add release check

2021-02-07 Thread GitBox
spacewander commented on a change in pull request #3521: URL: https://github.com/apache/apisix/pull/3521#discussion_r571747906 ## File path: .github/workflows/build.yml ## @@ -53,6 +53,30 @@ jobs: with: submodules: recursive + - name: Extract branch n

[GitHub] [apisix-dashboard] Junnplus opened a new pull request #1457: feat: fixed sider

2021-02-07 Thread GitBox
Junnplus opened a new pull request #1457: URL: https://github.com/apache/apisix-dashboard/pull/1457 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backpo

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1444: chore: added global test data file

2021-02-07 Thread GitBox
LiteSun commented on a change in pull request #1444: URL: https://github.com/apache/apisix-dashboard/pull/1444#discussion_r571743974 ## File path: web/cypress/fixtures/data.json ## @@ -0,0 +1,31 @@ +{ + "deletePluginSuccess": "Delete Plugin Successfully", Review comment:

[GitHub] [apisix] spacewander commented on a change in pull request #3554: Auth hook

2021-02-07 Thread GitBox
spacewander commented on a change in pull request #3554: URL: https://github.com/apache/apisix/pull/3554#discussion_r571735429 ## File path: apisix/plugins/auth-hook.lua ## @@ -0,0 +1,337 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contribu

[GitHub] [apisix] spacewander commented on pull request #3554: Auth hook

2021-02-07 Thread GitBox
spacewander commented on pull request #3554: URL: https://github.com/apache/apisix/pull/3554#issuecomment-774820329 Need to fix the linter. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#discussion_r571742709 ## File path: web/cypress/integration/route/create-route-with-upstream.spec.js ## @@ -46,32 +47,27 @@ context('Create Route with Upstream', () =

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#discussion_r571742709 ## File path: web/cypress/integration/route/create-route-with-upstream.spec.js ## @@ -46,32 +47,27 @@ context('Create Route with Upstream', () =

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#discussion_r571742709 ## File path: web/cypress/integration/route/create-route-with-upstream.spec.js ## @@ -46,32 +47,27 @@ context('Create Route with Upstream', () =

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1436: feat: refactor ssl unit test

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

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1436: feat: refactor ssl unit test

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

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1436: feat: refactor ssl unit test

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

[GitHub] [apisix-dashboard] Jaycean commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
Jaycean commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571740505 ## File path: api/internal/handler/ssl/ssl.go ## @@ -494,3 +504,4 @@ func (h *Handler) Exist(c droplet.Context) (interface{}, error) {

[GitHub] [apisix-dashboard] Jaycean commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
Jaycean commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571740473 ## File path: api/internal/handler/ssl/ssl_test.go ## @@ -19,146 +19,859 @@ package ssl import ( "encoding/json" + "errors" +

[GitHub] [apisix] xuyancheng24 removed a comment on issue #3545: request help: Configuration of the routing and upstream through apisix proxy access, the original project access address 127.0.0.1 / to

2021-02-07 Thread GitBox
xuyancheng24 removed a comment on issue #3545: URL: https://github.com/apache/apisix/issues/3545#issuecomment-774631043 /apisix/routes/340306895233352835 {"id":"340306895233352835","create_time":1612368316,"update_time":1612684479,"uris":["/token"],"name":"test","vars":[],"upstream_id":"

[GitHub] [apisix-dashboard] Jaycean commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
Jaycean commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571738713 ## File path: api/internal/handler/ssl/ssl_test.go ## @@ -19,146 +19,859 @@ package ssl import ( "encoding/json" + "errors" +

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
nic-chen commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571738671 ## File path: api/internal/handler/ssl/ssl_test.go ## @@ -19,146 +19,859 @@ package ssl import ( "encoding/json" + "errors" +

[GitHub] [apisix-website] imjoey commented on pull request #169: fix: docs link is broken #168

2021-02-07 Thread GitBox
imjoey commented on pull request #169: URL: https://github.com/apache/apisix-website/pull/169#issuecomment-774814093 Hi @KishaniKandasamy , the conflict seems that you did not rebase with latest code. Please use the latest code and then do any changes. As for now, I guess you could run `gi

[GitHub] [apisix-dashboard] tokers commented on issue #1456: feat: support etcd prefix as apisix does

2021-02-07 Thread GitBox
tokers commented on issue #1456: URL: https://github.com/apache/apisix-dashboard/issues/1456#issuecomment-774813861 Nice idea, @starsz @nic-chen What's your opinion? This is an automated message from the Apache Git Service.

[GitHub] [apisix-dashboard] tokers commented on a change in pull request #1436: feat: refactor ssl unit test

2021-02-07 Thread GitBox
tokers commented on a change in pull request #1436: URL: https://github.com/apache/apisix-dashboard/pull/1436#discussion_r571736462 ## File path: api/internal/handler/ssl/ssl_test.go ## @@ -19,146 +19,859 @@ package ssl import ( "encoding/json" + "errors" +

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
liuxiran commented on a change in pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#discussion_r571735970 ## File path: web/cypress/integration/route/create-route-with-upstream.spec.js ## @@ -46,32 +47,27 @@ context('Create Route with Upstream', () =

[GitHub] [apisix-dashboard] Jaycean commented on pull request #1452: feat(be): refactor upstream unit test

2021-02-07 Thread GitBox
Jaycean commented on pull request #1452: URL: https://github.com/apache/apisix-dashboard/pull/1452#issuecomment-774810574 cc @starsz @nic-chen @imjoey PTAL. Thks. This is an automated message from the Apache Git Service

[GitHub] [apisix] spacewander commented on issue #3552: request help: Does APISIX cut off request body when it is too large?

2021-02-07 Thread GitBox
spacewander commented on issue #3552: URL: https://github.com/apache/apisix/issues/3552#issuecomment-774809665 I write a plugin to check it: ``` function _M.access(conf, ctx) local req_body, err = core.request.get_body() if not req_body then return 503, {messag

[GitHub] [apisix-docker] liuxiran merged pull request #129: ci: execute ci about apisix and dashboard when pull_request

2021-02-07 Thread GitBox
liuxiran merged pull request #129: URL: https://github.com/apache/apisix-docker/pull/129 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-docker] branch master updated: ci: execute ci about apisix and dashboard when pull_request

2021-02-07 Thread liuxiran
This is an automated email from the ASF dual-hosted git repository. liuxiran 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 0db26d4 ci: execute ci about apisix an

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1451: test: make create route with upstream test cases stable

2021-02-07 Thread GitBox
juzhiyuan commented on pull request #1451: URL: https://github.com/apache/apisix-dashboard/pull/1451#issuecomment-774809212 ping @guoqqqi This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [apisix] spacewander opened a new pull request #3555: refactor: remove unused core.http

2021-02-07 Thread GitBox
spacewander opened a new pull request #3555: URL: https://github.com/apache/apisix/pull/3555 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-dashboard] yashi-hub edited a comment on issue #1311: feat(fe): Press Enter key can trigger the Login button

2021-02-07 Thread GitBox
yashi-hub edited a comment on issue #1311: URL: https://github.com/apache/apisix-dashboard/issues/1311#issuecomment-774631093 hello, I'm Yashi Vijay. a sophomore undergraduate, INDIA. I'm a newbie at open source and would like to work on this task as a part of my outreachy contributions a

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3457: fix: refine example grafana dashboard

2021-02-07 Thread GitBox
Yiyiyimu commented on a change in pull request #3457: URL: https://github.com/apache/apisix/pull/3457#discussion_r571630061 ## File path: doc/plugins/prometheus.md ## @@ -120,6 +120,10 @@ Or you can goto [Grafana official](https://grafana.com/grafana/dashboards/11719) ![](.

[GitHub] [apisix] Yiyiyimu edited a comment on pull request #3457: fix: refine example grafana dashboard

2021-02-07 Thread GitBox
Yiyiyimu edited a comment on pull request #3457: URL: https://github.com/apache/apisix/pull/3457#issuecomment-770631491 waiting for knyar/nginx-lua-prometheus#119 got merged --- PR got merged, waiting for new release --- Applied the new release -

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3457: fix: refine example grafana dashboard

2021-02-07 Thread GitBox
Yiyiyimu commented on a change in pull request #3457: URL: https://github.com/apache/apisix/pull/3457#discussion_r571630061 ## File path: doc/plugins/prometheus.md ## @@ -120,6 +120,10 @@ Or you can goto [Grafana official](https://grafana.com/grafana/dashboards/11719) ![](.

[GitHub] [apisix] ShaoZeMing opened a new pull request #3554: Auth hook

2021-02-07 Thread GitBox
ShaoZeMing opened a new pull request #3554: URL: https://github.com/apache/apisix/pull/3554 ### What this PR does / why we need it: fix: [#3115](https://github.com/apache/apisix/issues/3115) ### Pre-submission checklist: - [English](../../plugins/auth-hook.md)

[GitHub] [apisix-dashboard] liuyang211 opened a new issue #1456: support etcd pefix as apisix does

2021-02-07 Thread GitBox
liuyang211 opened a new issue #1456: URL: https://github.com/apache/apisix-dashboard/issues/1456 # Feature request ## Please describe your feature apisix has supported etcd prefix to store different clusters' configuration. Dashboard should also support this. This is very u

[GitHub] [apisix] Yiyiyimu closed pull request #3472: chore: fix 'make deps'

2021-02-07 Thread GitBox
Yiyiyimu closed pull request #3472: URL: https://github.com/apache/apisix/pull/3472 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   >