[GitHub] [apisix-dashboard] candicandi opened a new issue #1095: 路由修改无法提交

2020-12-21 Thread GitBox
candicandi opened a new issue #1095: URL: https://github.com/apache/apisix-dashboard/issues/1095 # Bug report ## Describe the bug A clear and concise description of what the bug is. ## How to Reproduce 正常情况下添加路由,重定向设置为禁用,提交后再编辑这个路由,把重定向选择为强制https,其他不变,会无法提交

[GitHub] [apisix] membphis commented on issue #3079: apisix转发流量错误

2020-12-21 Thread GitBox
membphis commented on issue #3079: URL: https://github.com/apache/apisix/issues/3079#issuecomment-749398996 @nic-chen I think we have caught the bug, you can leave a message here. This is an automated message from the

[GitHub] [apisix-dashboard] juzhiyuan closed issue #643: add e2e test for Consumer

2020-12-21 Thread GitBox
juzhiyuan closed issue #643: URL: https://github.com/apache/apisix-dashboard/issues/643 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

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #1068: test: add frontend e2e test (create and delete consumer with key-auth)

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

[apisix-dashboard] branch master updated: test: add frontend e2e test (create and delete consumer with key-auth) (#1068)

2020-12-21 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 97c5397 test: add frontend e2e

[GitHub] [apisix-website] nic-chen commented on a change in pull request #118: docs: create Deploying-apisix-dashboard-on-kubernetes.md

2020-12-21 Thread GitBox
nic-chen commented on a change in pull request #118: URL: https://github.com/apache/apisix-website/pull/118#discussion_r547113851 ## File path: website/blog/Deploying-apisix-dashboard-on-kubernetes.md ## @@ -0,0 +1,153 @@ +# Deploying apisix dashboard on kubernetes + +Because

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1068: test: add frontend e2e test (create and delete consumer with key-auth)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1068: URL: https://github.com/apache/apisix-dashboard/pull/1068#issuecomment-747942750 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1068?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1094: support full i18n

2020-12-21 Thread GitBox
juzhiyuan commented on issue #1094: URL: https://github.com/apache/apisix-dashboard/issues/1094#issuecomment-749392026 Please fix this first. cc @guoqqqi This is an automated message from the Apache Git Service. To

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547111930 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1063: fix: when create a route without ID in request body by Admin API, it can't be displayed in Manager API

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1063: URL: https://github.com/apache/apisix-dashboard/pull/1063#issuecomment-747899278 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1063?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] juzhiyuan opened a new issue #1094: support full i18n

2020-12-21 Thread GitBox
juzhiyuan opened a new issue #1094: URL: https://github.com/apache/apisix-dashboard/issues/1094 # Feature request ## Please describe your feature **Checklist** - [ ] Route - [ ] Service - [ ] Upstream - [ ] Consumer - [ ] Plugin ## Describe the solution

[GitHub] [apisix] cscfamily001 opened a new issue #3099: apisix高可用的redis cluster分布式限流

2020-12-21 Thread GitBox
cscfamily001 opened a new issue #3099: URL: https://github.com/apache/apisix/issues/3099 现有apisix插件限流功能都是针对route,现有插件还是自定义插件都没办法获取upstream中的主机ip,因为负载均衡阶段是否请求处理的最后一个阶段,处理请求的插件都在负载均衡之前,在负载均衡之后的阶段只有:处理返回头、返回body和日志。apisix现有插件除了limit-count之外的limit-req、limit-conn都不支持redis-cluster。

[GitHub] [apisix-ingress-controller] nic-chen commented on issue #125: route value.id lost

2020-12-21 Thread GitBox
nic-chen commented on issue #125: URL: https://github.com/apache/apisix-ingress-controller/issues/125#issuecomment-74939 yes, it's a bug here. we are fixing it in https://github.com/apache/apisix-dashboard/pull/1063

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547109401 ## File path: web/src/helpers.tsx ## @@ -51,6 +51,11 @@ export const getMenuData = (): MenuDataItem[] => { path: '/consumer/list',

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547095850 ## File path: web/src/pages/Service/Create.tsx ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
LiteSun commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547106459 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix] nic-chen commented on a change in pull request #3092: feat: expose schema via control API

2020-12-21 Thread GitBox
nic-chen commented on a change in pull request #3092: URL: https://github.com/apache/apisix/pull/3092#discussion_r547060646 ## File path: apisix/control/v1.lua ## @@ -14,11 +14,33 @@ -- See the License for the specific language governing permissions and -- limitations under

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
LiteSun commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547106326 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
LiteSun commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547105468 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
LiteSun commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547104965 ## File path: web/cypress/integration/route/create-edit-delete-route.spec.js ## @@ -18,6 +18,7 @@ context('Create and Delete Route', () => {

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
LiteSun commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547104522 ## File path: web/cypress/integration/route/create-edit-delete-route.spec.js ## @@ -80,11 +81,28 @@ context('Create and Delete Route', () => {

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
liuxiran commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547101572 ## File path: web/src/helpers.tsx ## @@ -51,6 +51,11 @@ export const getMenuData = (): MenuDataItem[] => { path: '/consumer/list',

[GitHub] [apisix-ingress-controller] spacewander commented on issue #125: route value.id lost

2020-12-21 Thread GitBox
spacewander commented on issue #125: URL: https://github.com/apache/apisix-ingress-controller/issues/125#issuecomment-749380214 Maybe the dashboard API can't handle id in "0274" format? This is an automated

[GitHub] [apisix-ingress-controller] spacewander commented on issue #125: route value.id lost

2020-12-21 Thread GitBox
spacewander commented on issue #125: URL: https://github.com/apache/apisix-ingress-controller/issues/125#issuecomment-749377754 > It seems that admin api in lua and golang has different logic on generating route id Yes. > The id will not be set when use POST method to create

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
liuxiran commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547095561 ## File path: web/src/pages/Service/List.tsx ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix-dashboard] moonming commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
moonming commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547094898 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
liuxiran commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547090202 ## File path: web/src/pages/Service/locales/zh-CN.ts ## @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
liuxiran commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547091085 ## File path: web/src/pages/Service/locales/en-US.ts ## @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547094023 ## File path: web/src/helpers.tsx ## @@ -51,6 +51,11 @@ export const getMenuData = (): MenuDataItem[] => { path: '/consumer/list',

[GitHub] [apisix-dashboard] moonming commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
moonming commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547093536 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
liuxiran commented on a change in pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547087958 ## File path: web/src/helpers.tsx ## @@ -51,6 +51,11 @@ export const getMenuData = (): MenuDataItem[] => { path: '/consumer/list',

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#issuecomment-747915461 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1066?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#issuecomment-748893636 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1089?src=pr=h1) Report > Merging

[apisix-dashboard] branch master updated (1fa884a -> aca192c)

2020-12-21 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 1fa884a fix: add protocol select (#1092) add aca192c fix: add online debug to USER_GUIDE.md

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1068: test: add frontend e2e test (create and delete consumer with key-auth)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1068: URL: https://github.com/apache/apisix-dashboard/pull/1068#issuecomment-747942750 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1068?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #1091: fix: add online debug to USER_GUIDE.md

2020-12-21 Thread GitBox
juzhiyuan merged pull request #1091: URL: https://github.com/apache/apisix-dashboard/pull/1091 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] juzhiyuan commented on a change in pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#discussion_r547090327 ## File path: web/cypress/integration/route/search-route.spec.js ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#issuecomment-747915461 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1066?src=pr=h1) Report > Merging

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and run cases in CI

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix-ingress-controller] gxthrj commented on issue #125: route value.id lost

2020-12-21 Thread GitBox
gxthrj commented on issue #125: URL: https://github.com/apache/apisix-ingress-controller/issues/125#issuecomment-749360310 It seems that admin api in lua and golang has different logic on generating route id. The id will not be set when use POST method to create route with lua admin

[GitHub] [apisix-dashboard] idbeta commented on a change in pull request #1068: test: add frontend e2e test (create and delete consumer with key-auth)

2020-12-21 Thread GitBox
idbeta commented on a change in pull request #1068: URL: https://github.com/apache/apisix-dashboard/pull/1068#discussion_r547086712 ## File path: web/cypress/integration/consumer/create_and_delete_consumer.spec.js ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software

[GitHub] [apisix-ingress-controller] tao12345666333 opened a new issue #125: route value.id lost

2020-12-21 Thread GitBox
tao12345666333 opened a new issue #125: URL: https://github.com/apache/apisix-ingress-controller/issues/125 I have successfully created the data in APISIX by creating CustomResource (ar, au etc.). ``` [root@apisix-gw-deployment-d4dd7bcc7-77hnw apisix]# curl -s

[GitHub] [apisix-ingress-controller] gxthrj opened a new pull request #124: fix: there is no apisix-config configmap any more

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

[apisix-ingress-controller] branch v0.1.0 updated: fix: there is no apisix-config configmap any more

2020-12-21 Thread kvn
This is an automated email from the ASF dual-hosted git repository. kvn pushed a commit to branch v0.1.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git The following commit(s) were added to refs/heads/v0.1.0 by this push: new 135cff4 fix: there is no

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#issuecomment-747915461 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1066?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#issuecomment-747915461 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1066?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] idbeta commented on a change in pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
idbeta commented on a change in pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#discussion_r547077244 ## File path: web/cypress/integration/upstream/create_and_delete_upstream.spec.js ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software

[GitHub] [apisix-dashboard] idbeta commented on a change in pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
idbeta commented on a change in pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#discussion_r547075548 ## File path: web/cypress/integration/upstream/create_and_delete_upstream.spec.js ## @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache Software

[GitHub] [apisix-dashboard] idbeta commented on a change in pull request #1066: test: add frontend e2e test (create_and_delete_upstream)

2020-12-21 Thread GitBox
idbeta commented on a change in pull request #1066: URL: https://github.com/apache/apisix-dashboard/pull/1066#discussion_r547075484 ## File path: web/cypress/integration/upstream/create_and_delete_upstream.spec.js ## @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache Software

[GitHub] [apisix-dashboard] codecov-io commented on pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
codecov-io commented on pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093#issuecomment-749346372 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1093?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] idbeta opened a new pull request #1093: test: add frontend e2e test (edit and search route)

2020-12-21 Thread GitBox
idbeta opened a new pull request #1093: URL: https://github.com/apache/apisix-dashboard/pull/1093 Please answer these questions before submitting a pull request - Why submit this pull request? - [x] E2E - [ ] New feature provided - [ ] Improve performance - Related

[apisix-docker] branch master updated: feat: add a GitHub Action to lint the Markdown (#105)

2020-12-21 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-docker.git The following commit(s) were added to refs/heads/master by this push: new f5c17e0 feat: add a GitHub Action to lint

[GitHub] [apisix-docker] gxthrj merged pull request #105: feat: add a GitHub Action to lint the Markdown

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

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#issuecomment-748893636 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1089?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1087: feat(CI): no need to build web after being merged

2020-12-21 Thread GitBox
juzhiyuan commented on pull request #1087: URL: https://github.com/apache/apisix-dashboard/pull/1087#issuecomment-749339188 why backend CI failed again  @nic-chen This is an automated message from the Apache Git

[GitHub] [apisix] Firstsawyou commented on a change in pull request #2935: feat: Implement traffic splitting plugin

2020-12-21 Thread GitBox
Firstsawyou commented on a change in pull request #2935: URL: https://github.com/apache/apisix/pull/2935#discussion_r547065857 ## File path: apisix/plugins/traffic-split.lua ## @@ -0,0 +1,294 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +--

[GitHub] [apisix] spacewander commented on a change in pull request #3092: feat: expose schema via control API

2020-12-21 Thread GitBox
spacewander commented on a change in pull request #3092: URL: https://github.com/apache/apisix/pull/3092#discussion_r547062207 ## File path: apisix/control/v1.lua ## @@ -14,11 +14,33 @@ -- See the License for the specific language governing permissions and -- limitations

[GitHub] [apisix] nic-chen commented on a change in pull request #3092: feat: expose schema via control API

2020-12-21 Thread GitBox
nic-chen commented on a change in pull request #3092: URL: https://github.com/apache/apisix/pull/3092#discussion_r547060646 ## File path: apisix/control/v1.lua ## @@ -14,11 +14,33 @@ -- See the License for the specific language governing permissions and -- limitations under

[GitHub] [apisix] spacewander commented on a change in pull request #2935: feat: Implement traffic splitting plugin

2020-12-21 Thread GitBox
spacewander commented on a change in pull request #2935: URL: https://github.com/apache/apisix/pull/2935#discussion_r547059643 ## File path: apisix/plugins/traffic-split.lua ## @@ -0,0 +1,294 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +--

[GitHub] [apisix] spacewander commented on issue #3097: How to define global rule in Stand-alone mode?

2020-12-21 Thread GitBox
spacewander commented on issue #3097: URL: https://github.com/apache/apisix/issues/3097#issuecomment-749327858 https://github.com/apache/apisix/blob/c3d61fcfa371e4ca23e73af832141f84e53d6435/t/config-center-yaml/global-rule.t#L59-L66

[GitHub] [apisix] spacewander opened a new pull request #3098: change: remove k8s_deployment_info

2020-12-21 Thread GitBox
spacewander opened a new pull request #3098: URL: https://github.com/apache/apisix/pull/3098 Fix #3068 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?

[GitHub] [apisix] kuberxy opened a new issue #3097: How to define global rule in Stand-alone mode?

2020-12-21 Thread GitBox
kuberxy opened a new issue #3097: URL: https://github.com/apache/apisix/issues/3097 I use stand-alone mode. I want to define global rule, Please help me This is an automated message from the Apache Git Service. To respond to

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

2020-12-21 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 45960bf Deploy to GitHub pages

[GitHub] [apisix-website] membphis merged pull request #116: feat: added issue and pr templates

2020-12-21 Thread GitBox
membphis merged pull request #116: URL: https://github.com/apache/apisix-website/pull/116 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

[GitHub] [apisix-website] membphis closed issue #115: Add a new Issue and Pull request template

2020-12-21 Thread GitBox
membphis closed issue #115: URL: https://github.com/apache/apisix-website/issues/115 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

[apisix-website] branch master updated: feat: Added issue and pr templates :tada: (#116)

2020-12-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new 956f452 feat: Added issue and pr

[GitHub] [apisix-website] membphis merged pull request #117: docs: updated contributor's guide to have semantic prefix in title

2020-12-21 Thread GitBox
membphis merged pull request #117: URL: https://github.com/apache/apisix-website/pull/117 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: docs: Updated contributor's guide :zap: (#117)

2020-12-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new c2eba11 docs: Updated contributor's

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#issuecomment-748893636 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1089?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#issuecomment-748893636 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1089?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1087: feat(CI): no need to build web after being merged

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1087: URL: https://github.com/apache/apisix-dashboard/pull/1087#issuecomment-748755523 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1087?src=pr=h1) Report > Merging

[GitHub] [apisix-dashboard] codecov-io edited a comment on pull request #1089: feat(FE): add service module

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #1089: URL: https://github.com/apache/apisix-dashboard/pull/1089#issuecomment-748893636 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/1089?src=pr=h1) Report > Merging

[GitHub] [apisix] membphis commented on issue #3095: test: use the `json` or `api7/test-toolkit` to print the table

2020-12-21 Thread GitBox
membphis commented on issue #3095: URL: https://github.com/apache/apisix/issues/3095#issuecomment-749312960 here is an example: https://github.com/apache/apisix/blob/1e882e378d4c0e62b904589fbdab0c4be173e60f/t/admin/consumers2.t#L45

[GitHub] [apisix-dashboard] liuxiran commented on pull request #1087: feat(CI): no need to build web after being merged

2020-12-21 Thread GitBox
liuxiran commented on pull request #1087: URL: https://github.com/apache/apisix-dashboard/pull/1087#issuecomment-749312816 > ![image](https://user-images.githubusercontent.com/2106987/102842410-d9a58b00-4441-11eb-85d4-745cc3ade82f.png) > > Hi @liuxiran, just enabled the **Update

[GitHub] [apisix] spacewander opened a new pull request #3096: feat: add script_id field used by dashboard

2020-12-21 Thread GitBox
spacewander opened a new pull request #3096: URL: https://github.com/apache/apisix/pull/3096 Used as a reference to script metadata. Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain

[GitHub] [apisix] membphis opened a new issue #3095: test: use the `json` or `api7/test-toolkit` to print the table

2020-12-21 Thread GitBox
membphis opened a new issue #3095: URL: https://github.com/apache/apisix/issues/3095 original comment: https://github.com/apache/apisix/pull/3088#discussion_r547041136 This is an automated message from the

[apisix] branch master updated: feat: add control api for plugin server-info (#3088)

2020-12-21 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 c3d61fc feat: add control api for plugin

[GitHub] [apisix] membphis merged pull request #3088: feat: add control api for plugin server-info

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

[GitHub] [apisix] membphis commented on a change in pull request #3088: feat: add control api for plugin server-info

2020-12-21 Thread GitBox
membphis commented on a change in pull request #3088: URL: https://github.com/apache/apisix/pull/3088#discussion_r547041136 ## File path: t/plugin/server-info.t ## @@ -133,3 +133,51 @@ integral [error] --- error_log timer created to report server info, interval: 60 + + +

[GitHub] [apisix] wfgydbu commented on a change in pull request #2935: feat: Implement traffic splitting plugin

2020-12-21 Thread GitBox
wfgydbu commented on a change in pull request #2935: URL: https://github.com/apache/apisix/pull/2935#discussion_r547039395 ## File path: apisix/plugins/traffic-split.lua ## @@ -0,0 +1,294 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +--

[apisix-dashboard] branch juzhiyuan-patch-1 updated (c4a4da4 -> 985879a)

2020-12-21 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-dashboard.git. from c4a4da4 feat(CI): no need to build web after being merged add 072d497 feat: upstream

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #741: Implmement sub-command like stop, restart for manager-api

2020-12-21 Thread GitBox
juzhiyuan commented on issue #741: URL: https://github.com/apache/apisix-dashboard/issues/741#issuecomment-749305290 good to me  This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1087: feat(CI): no need to build web after being merged

2020-12-21 Thread GitBox
juzhiyuan commented on pull request #1087: URL: https://github.com/apache/apisix-dashboard/pull/1087#issuecomment-749304688 ![image](https://user-images.githubusercontent.com/2106987/102842410-d9a58b00-4441-11eb-85d4-745cc3ade82f.png) Hi @liuxiran, just enabled the **Update

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #1092: fix: add protocol select

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

[apisix-dashboard] branch master updated (e923b62 -> 1fa884a)

2020-12-21 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from e923b62 feat(FE): allow user write FE e2e by using local manager-api server (#1090) add 1fa884a

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and run cases in CI

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and run cases in CI

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #118: Create Deploying-apisix-dashboard-on-kubernetes.md

2020-12-21 Thread GitBox
juzhiyuan commented on a change in pull request #118: URL: https://github.com/apache/apisix-website/pull/118#discussion_r547032792 ## File path: website/blog/Deploying-apisix-dashboard-on-kubernetes.md ## @@ -0,0 +1,153 @@ +# Deploying apisix dashboard on kubernetes + +Because

[GitHub] [apisix] spacewander commented on issue #1146: Feature: Open API specification for Admin API

2020-12-21 Thread GitBox
spacewander commented on issue #1146: URL: https://github.com/apache/apisix/issues/1146#issuecomment-749301109 Since we plan to use manager API to replace admin API, there is no need to investigate into the old one. This is

[GitHub] [apisix] spacewander closed issue #1146: Feature: Open API specification for Admin API

2020-12-21 Thread GitBox
spacewander closed issue #1146: URL: https://github.com/apache/apisix/issues/1146 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-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and run cases in CI

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and run cases in CI

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix] spacewander commented on issue #1214: Helper message when starting APISIX

2020-12-21 Thread GitBox
spacewander commented on issue #1214: URL: https://github.com/apache/apisix/issues/1214#issuecomment-749299200 This issue is marked as stale because it has not had activity for a long time. It will be closed in the next 7 days unless the label "stale" is removed. Thank you for your

[GitHub] [apisix] spacewander commented on issue #1207: question: why not merge parameters of the same type in route management

2020-12-21 Thread GitBox
spacewander commented on issue #1207: URL: https://github.com/apache/apisix/issues/1207#issuecomment-749298876 To maintain the backward compatibility. This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-ingress-controller] codecov-io edited a comment on pull request #122: chore: hone e2e test scaffold and make the first case passed.

2020-12-21 Thread GitBox
codecov-io edited a comment on pull request #122: URL: https://github.com/apache/apisix-ingress-controller/pull/122#issuecomment-748997502 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/122?src=pr=h1) Report > Merging

[GitHub] [apisix] spacewander commented on issue #3087: request help: Support LDAP

2020-12-21 Thread GitBox
spacewander commented on issue #3087: URL: https://github.com/apache/apisix/issues/3087#issuecomment-749298271 Duplicate of #1128 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] spacewander closed issue #3087: request help: Support LDAP

2020-12-21 Thread GitBox
spacewander closed issue #3087: URL: https://github.com/apache/apisix/issues/3087 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] spacewander commented on issue #1053: no test case to cover the default `false` for websocket upstream

2020-12-21 Thread GitBox
spacewander commented on issue #1053: URL: https://github.com/apache/apisix/issues/1053#issuecomment-749297827 The `enable_websocket` is no longer in upstream now. This is an automated message from the Apache Git Service. To

[GitHub] [apisix] spacewander closed issue #1053: no test case to cover the default `false` for websocket upstream

2020-12-21 Thread GitBox
spacewander closed issue #1053: URL: https://github.com/apache/apisix/issues/1053 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] spacewander commented on issue #1025: request help: How to publish grayscale

2020-12-21 Thread GitBox
spacewander commented on issue #1025: URL: https://github.com/apache/apisix/issues/1025#issuecomment-749297609 This issue is marked as stale because it has not had activity for a long time. It will be closed in the next 7 days unless the label "stale" is removed. Thank you for your

  1   2   >