[GitHub] [apisix] DHB-liuhong commented on issue #2156: bug: can not run apisix on ARM

2020-09-06 Thread GitBox
DHB-liuhong commented on issue #2156: URL: https://github.com/apache/apisix/issues/2156#issuecomment-687713759 i have solved it This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] DHB-liuhong closed issue #2156: bug: can not run apisix on ARM

2020-09-06 Thread GitBox
DHB-liuhong closed issue #2156: URL: https://github.com/apache/apisix/issues/2156 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-dashboard] ShiningRush commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
ShiningRush commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687716153 I drew a picture to show how the underlying components work together ![image](https://user-images.githubusercontent.com/24238012/92320639-99b6c580-f055-11ea-9b4b-58a6ca

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
juzhiyuan commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687718305 Just waiting for other teammates' response :D This is an automated message from the Apache Git Service. To

[GitHub] [apisix-dashboard] juzhiyuan opened a new issue #444: Proposal: Improve the Route module

2020-09-06 Thread GitBox
juzhiyuan opened a new issue #444: URL: https://github.com/apache/apisix-dashboard/issues/444 ## Why As the creation/editing part of the Route module and the related APIs continue to iterate, for some historical reasons, the data state and variable naming between those various step page

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #444: Proposal: Improve the Route module

2020-09-06 Thread GitBox
juzhiyuan commented on issue #444: URL: https://github.com/apache/apisix-dashboard/issues/444#issuecomment-687719230 cc @bzp2010 @liuxiran @imjoey @LiteSun Please take a look :D if there has something unclear, feel free to comment here, this proposal will last no more than 48 hours

[GitHub] [apisix-dashboard] nic-chen commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
nic-chen commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687752540 LGTM. `GenericStore`, do we implement it, or there are some ready-made component recommended ? This

[apisix-dashboard] branch feat-consumer created (now f6a8f04)

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. at f6a8f04 feat: use @api7-dashboard/ui This branch includes the following new commits: new

[apisix-dashboard] 02/02: feat: use @api7-dashboard/ui

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git commit f6a8f041575a6cdcf365e21a79310d2e456bff3b Author: juzhiyuan AuthorDate: Sun Sep 6 18:40:41 2020 +0800

[apisix-dashboard] 01/02: feat: use api7-dashboard/plugin

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git commit 195442c5b9a80cee7e91a43ffd55687d0ab91929 Author: juzhiyuan AuthorDate: Sun Sep 6 18:37:05 2020 +0800

[GitHub] [apisix-dashboard] juzhiyuan opened a new pull request #445: Feat consumer

2020-09-06 Thread GitBox
juzhiyuan opened a new pull request #445: URL: https://github.com/apache/apisix-dashboard/pull/445 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [x] Improve performance ___ ### N

[apisix-dashboard] branch feat-consumer updated (f6a8f04 -> 181071b)

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from f6a8f04 feat: use @api7-dashboard/ui add 181071b feat: remove unused locales No new revis

[apisix-dashboard] branch feat-consumer updated (181071b -> 94d9fb2)

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 181071b feat: remove unused locales add 94d9fb2 feat: update version No new revisions wer

[apisix-dashboard] branch feat-consumer updated (94d9fb2 -> d2896ea)

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch feat-consumer in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 94d9fb2 feat: update version add d2896ea feat: update plugin & chart No new revisions wer

[GitHub] [apisix] membphis commented on a change in pull request #2101: feature: customed config.yaml when apisix start

2020-09-06 Thread GitBox
membphis commented on a change in pull request #2101: URL: https://github.com/apache/apisix/pull/2101#discussion_r484058538 ## File path: bin/apisix ## @@ -940,6 +940,22 @@ function _M.start(...) end end +local argparse = require "argparse" +local parser

[apisix-dashboard] branch master updated: feat: use reduplicate library (#445)

2020-09-06 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 24c6460 feat: use reduplicate libr

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #445: feat: use reduplicate library

2020-09-06 Thread GitBox
juzhiyuan merged pull request #445: URL: https://github.com/apache/apisix-dashboard/pull/445 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-dashboard] ShiningRush commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
ShiningRush commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687780999 We implement it,I do not find any libs can helps us. But our case it not complex, so it will not take many works. -

[apisix] branch master updated: bugfix: updated the value of remaining when `count` changes in limit-count plugin. (#2121)

2020-09-06 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming 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 a8621fb bugfix: updated the value of remaining

[GitHub] [apisix] moonming merged pull request #2121: bugfix: updated the value of remaining when `count` changes in limit-count plugin.

2020-09-06 Thread GitBox
moonming merged pull request #2121: URL: https://github.com/apache/apisix/pull/2121 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] moonming closed issue #2098: bug: route use limit-count plugin, update again plugin config info not effective

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

[GitHub] [apisix-dashboard] moonming commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
moonming commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687795777 > I drew a picture to show how the underlying components work together > ![image](https://user-images.githubusercontent.com/24238012/92320639-99b6c580-f055-11ea-9b4b-58a6c

[GitHub] [apisix] juzhiyuan commented on pull request #2143: plugin(prometheus): update json file for grafana dashboard

2020-09-06 Thread GitBox
juzhiyuan commented on pull request #2143: URL: https://github.com/apache/apisix/pull/2143#issuecomment-687796665 Please sync this branch with the latest changes from master. This is an automated message from the Apache Git S

[apisix-dashboard] 01/01: feat(Consumer): update auth plugin check policy

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-plugin in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git commit 9191e2b07e8fa472247b9ea25026778e75c012d5 Author: juzhiyuan AuthorDate: Sun Sep 6 23:08:32 2020 +0800

[apisix-dashboard] branch feat-plugin created (now 9191e2b)

2020-09-06 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch feat-plugin in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. at 9191e2b feat(Consumer): update auth plugin check policy This branch includes the following new co

[GitHub] [apisix-dashboard] juzhiyuan opened a new pull request #446: feat(Consumer): update auth plugin check policy

2020-09-06 Thread GitBox
juzhiyuan opened a new pull request #446: URL: https://github.com/apache/apisix-dashboard/pull/446 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [x] Improve performance - Relate

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #425: 认证权限

2020-09-06 Thread GitBox
juzhiyuan commented on issue #425: URL: https://github.com/apache/apisix-dashboard/issues/425#issuecomment-687816781 ## Steps 1. Adding your custom Auth plugin to APISIX, please make sure it must contain the `auth` text in the name. e.g custom-auth. 2. Modify the config file[1], and

[apisix-dashboard] branch master updated: feat(Consumer): update auth plugin check policy (#446)

2020-09-06 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 bd3f384 feat(Consumer): update aut

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #446: feat(Consumer): update auth plugin check policy

2020-09-06 Thread GitBox
juzhiyuan merged pull request #446: URL: https://github.com/apache/apisix-dashboard/pull/446 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-dashboard] juzhiyuan edited a comment on issue #425: 认证权限

2020-09-06 Thread GitBox
juzhiyuan edited a comment on issue #425: URL: https://github.com/apache/apisix-dashboard/issues/425#issuecomment-687816781 Because the Plugin module is under refactoring to make it easy to use, so I just made a small change in the Dashboard. ## Steps 1. Adding your custom Auth p

[GitHub] [apisix-dashboard] juzhiyuan closed issue #425: 认证权限

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

[GitHub] [apisix-dashboard] juzhiyuan opened a new issue #447: GitHub Action: make sure every PR's version is larger than the master's version.

2020-09-06 Thread GitBox
juzhiyuan opened a new issue #447: URL: https://github.com/apache/apisix-dashboard/issues/447 Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [ ] Bug - [ ] Requirements - [x] Feature or performance

[GitHub] [apisix-dashboard] juzhiyuan edited a comment on issue #425: 认证权限

2020-09-06 Thread GitBox
juzhiyuan edited a comment on issue #425: URL: https://github.com/apache/apisix-dashboard/issues/425#issuecomment-687816781 Because the Plugin module is under refactoring to make it easy to use, so I just made a small change in the Dashboard. ## Steps 1. Adding your custom Auth p

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #425: 认证权限

2020-09-06 Thread GitBox
juzhiyuan commented on issue #425: URL: https://github.com/apache/apisix-dashboard/issues/425#issuecomment-687818141 Feel free to reopen this issue if your question still exist :D This is an automated message from the Apache

[GitHub] [apisix-dashboard] juzhiyuan closed issue #404: dashboard

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

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #404: dashboard

2020-09-06 Thread GitBox
juzhiyuan commented on issue #404: URL: https://github.com/apache/apisix-dashboard/issues/404#issuecomment-687818899 The Route module & Plugin module are under refactoring to make them better to use, so I will close this issue currently, the User Guide will be on board once those major is

[GitHub] [apisix-dashboard] juzhiyuan opened a new issue #448: Proposal: improve the PluginModule

2020-09-06 Thread GitBox
juzhiyuan opened a new issue #448: URL: https://github.com/apache/apisix-dashboard/issues/448 **TODO** This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [apisix-docker] as882301 opened a new issue #73: 能不能来个国内镜像版的

2020-09-06 Thread GitBox
as882301 opened a new issue #73: URL: https://github.com/apache/apisix-docker/issues/73 安装半天 既然是国产的 能不能 弄到国内仓库啊 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix-docker] wu-sheng closed issue #73: 能不能来个国内镜像版的

2020-09-06 Thread GitBox
wu-sheng closed issue #73: URL: https://github.com/apache/apisix-docker/issues/73 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-docker] wu-sheng commented on issue #73: 能不能来个国内镜像版的

2020-09-06 Thread GitBox
wu-sheng commented on issue #73: URL: https://github.com/apache/apisix-docker/issues/73#issuecomment-687938385 The Apache Software Foundation doesn't alloe this. The release has to follow the policy. This is an automated mes

[GitHub] [apisix-docker] wu-sheng edited a comment on issue #73: 能不能来个国内镜像版的

2020-09-06 Thread GitBox
wu-sheng edited a comment on issue #73: URL: https://github.com/apache/apisix-docker/issues/73#issuecomment-687938385 The Apache Software Foundation doesn't allow this. The release has to follow the policy. This is an automa

[GitHub] [apisix] moonming merged pull request #2143: plugin(prometheus): update json file for grafana dashboard

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

[apisix] branch master updated: plugin(prometheus): update json file for grafana dashboard (#2143)

2020-09-06 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming 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 d2f622e plugin(prometheus): update json file f

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #432: Feat: manage api support route group

2020-09-06 Thread GitBox
liuxiran commented on a change in pull request #432: URL: https://github.com/apache/apisix-dashboard/pull/432#discussion_r484138840 ## File path: api/route/route.go ## @@ -209,6 +223,15 @@ func updateRoute(c *gin.Context) { } }()

[GitHub] [apisix-docker] as882301 commented on issue #73: 能不能来个国内镜像版的

2020-09-06 Thread GitBox
as882301 commented on issue #73: URL: https://github.com/apache/apisix-docker/issues/73#issuecomment-687962946 > The Apache Software Foundation doesn't allow this. The release has to follow the policy. 谢谢 原来是这样啊。 This i

[apisix] branch master updated: test case: optimize output of check-plugins-code (#2173)

2020-09-06 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming 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 3ece377 test case: optimize output of check-pl

[GitHub] [apisix] moonming closed issue #2172: bug: check-plugins-code not correctly configured

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

[GitHub] [apisix] moonming merged pull request #2173: optimize output of check-plugins-code

2020-09-06 Thread GitBox
moonming merged pull request #2173: URL: https://github.com/apache/apisix/pull/2173 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-dashboard] imjoey commented on issue #434: Requirements for refactoring the Dashboard with Manager API

2020-09-06 Thread GitBox
imjoey commented on issue #434: URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-687974338 > BTW: I have read the code of manager API, but I do not see any code about RBAC, is the feature still not implement? @ShiningRush Yeap, RBAC has not been implemented ye

[GitHub] [apisix] membphis commented on issue #2155: request help: add field `desc` for consumer

2020-09-06 Thread GitBox
membphis commented on issue #2155: URL: https://github.com/apache/apisix/issues/2155#issuecomment-687988259 we have support `desc` for consumer object. ![image](https://user-images.githubusercontent.com/6814606/92343207-b4407b80-f0f5-11ea-839c-dd5af5a82126.png)

[GitHub] [apisix] membphis closed issue #2155: request help: add field `desc` for consumer

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

[GitHub] [apisix] gxthrj closed issue #2150: feat: According to business parameters such as querystring and header, direct traffic to an upstream

2020-09-06 Thread GitBox
gxthrj closed issue #2150: URL: https://github.com/apache/apisix/issues/2150 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

[GitHub] [apisix] gxthrj commented on issue #2150: feat: According to business parameters such as querystring and header, direct traffic to an upstream

2020-09-06 Thread GitBox
gxthrj commented on issue #2150: URL: https://github.com/apache/apisix/issues/2150#issuecomment-687992408 This requirement is business specific This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [apisix] dickens7 opened a new pull request #2174: optimize set nginx conf env

2020-09-06 Thread GitBox
dickens7 opened a new pull request #2174: URL: https://github.com/apache/apisix/pull/2174 ### What this PR does / why we need it: I need to get env variables in the plugin so I need to set nginx conf environment variables ### Pre-submission checklist: * [x] Did

[GitHub] [apisix] moonming commented on pull request #2148: fix: serverless plugin not work in header_filter phase

2020-09-06 Thread GitBox
moonming commented on pull request #2148: URL: https://github.com/apache/apisix/pull/2148#issuecomment-688006736 @mddmzl please fix https://github.com/apache/apisix/blob/784789f3e8b580407eee5abc27ce376372f4241d/apisix/plugins/serverless.lua#L32 too, thanks. --

[GitHub] [apisix] tokers commented on pull request #2163: improve: cache parsed certs and pkeys to LRU cache

2020-09-06 Thread GitBox
tokers commented on pull request #2163: URL: https://github.com/apache/apisix/pull/2163#issuecomment-688013180 Ping @membphis @moonming This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [apisix] membphis commented on issue #2149: feat: We need an implementation of `hmac` verification

2020-09-06 Thread GitBox
membphis commented on issue #2149: URL: https://github.com/apache/apisix/issues/2149#issuecomment-688052804 is it related to issue https://github.com/apache/apisix/issues/1653 ? This is an automated message from the Apache Gi

[GitHub] [apisix] moonming commented on issue #2156: bug: can not run apisix on ARM

2020-09-06 Thread GitBox
moonming commented on issue #2156: URL: https://github.com/apache/apisix/issues/2156#issuecomment-688056549 @DHB-liuhong how to fix this issue? that will be good if you can share some details. This is an automated message fr

[GitHub] [apisix] moonming commented on issue #2171: bug: test case: route-domain-with-local-dns.t is unstable

2020-09-06 Thread GitBox
moonming commented on issue #2171: URL: https://github.com/apache/apisix/issues/2171#issuecomment-688057448 @Yiyiyimu welcome PR to fix it:) This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] moonming commented on issue #2169: request help: how use syslog send nginx log to aliyun sls

2020-09-06 Thread GitBox
moonming commented on issue #2169: URL: https://github.com/apache/apisix/issues/2169#issuecomment-688057794 @membphis @gxthrj please take a look This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [apisix] xyz2b commented on issue #2128: request help: Can support multi-server config?

2020-09-06 Thread GitBox
xyz2b commented on issue #2128: URL: https://github.com/apache/apisix/issues/2128#issuecomment-688061044 OK, Thanks This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] xyz2b closed issue #2128: request help: Can support multi-server config?

2020-09-06 Thread GitBox
xyz2b closed issue #2128: URL: https://github.com/apache/apisix/issues/2128 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 spec

[GitHub] [apisix] GBXing opened a new issue #2175: bug:

2020-09-06 Thread GitBox
GBXing opened a new issue #2175: URL: https://github.com/apache/apisix/issues/2175 ### Issue description ### Environment * apisix version (cmd: `apisix version`):1.5 * OS:Ubuntu ### Minimal test code / Steps to reproduce the issue 1. Add Kafka-logger to the route a

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #432: Feat: manage api support route group

2020-09-06 Thread GitBox
nic-chen commented on a change in pull request #432: URL: https://github.com/apache/apisix-dashboard/pull/432#discussion_r484218157 ## File path: api/route/route.go ## @@ -209,6 +223,15 @@ func updateRoute(c *gin.Context) { } }()