[GitHub] [apisix] Miss-you edited a comment on issue #2643: request help: Use ngx.var.request_id as unique id for requests and response tracing, not jit-uuid.

2020-11-10 Thread GitBox
Miss-you edited a comment on issue #2643: URL: https://github.com/apache/apisix/issues/2643#issuecomment-725267485 we can simply use `api_ctx.var.request_id` demo code: ``` ngx.log(ngx.ERR, "access request_id:"..tostring(api_ctx.var.request_id)) ngx.log(ngx.ERR, "access

[GitHub] [apisix] Miss-you commented on issue #2643: request help: Use ngx.var.request_id as unique id for requests and response tracing, not jit-uuid.

2020-11-10 Thread GitBox
Miss-you commented on issue #2643: URL: https://github.com/apache/apisix/issues/2643#issuecomment-725267485 we can simply use `api_ctx.var.request_id` demo code: ``` ngx.log(ngx.ERR, "access request_id:"..tostring(api_ctx.var.request_id)) ``` log: ```

[GitHub] [apisix] spacewander opened a new pull request #2705: test: check SSL configuration for stand alone mode

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

[GitHub] [apisix-dashboard] idbeta commented on issue #782: 能否增加配置导入导出的功能,用于升级或多数据中心的apisix之间进行迁移

2020-11-10 Thread GitBox
idbeta commented on issue #782: URL: https://github.com/apache/apisix-dashboard/issues/782#issuecomment-725260418 etcdctl provide `snapshot save` and `snapshot restore`, does it meet your requirements? This is an automated

[GitHub] [apisix] spacewander commented on issue #2654: feat: there is no "createtime" when creating a consumer by adminAPI, which causes dashboard to display wrong "Update Time"

2020-11-10 Thread GitBox
spacewander commented on issue #2654: URL: https://github.com/apache/apisix/issues/2654#issuecomment-725255562 We only have those fields: https://github.com/apache/apisix/blob/a2fa3ff89d886020a317f7e7f024756296e9861d/t/admin/consumers.t#L328 What we need to do is adding them to

[GitHub] [apisix-dashboard] tiger333777 opened a new issue #782: 能否增加配置导入导出的功能,用于升级或多数据中心的apisix之间进行迁移

2020-11-10 Thread GitBox
tiger333777 opened a new issue #782: URL: https://github.com/apache/apisix-dashboard/issues/782 Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Other ___ ### Question - What do you want to know?

[GitHub] [apisix-dashboard] idbeta opened a new issue #781: bug: route's description input more than 200 Chinese characters, no error, but the route is useless

2020-11-10 Thread GitBox
idbeta opened a new issue #781: URL: https://github.com/apache/apisix-dashboard/issues/781 - Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirements - [ ] Feature or performance improvement - [ ] Other Route's description can input more

[GitHub] [apisix-dashboard] backnero commented on issue #615: v2.0-rc2 Build docker image error.

2020-11-10 Thread GitBox
backnero commented on issue #615: URL: https://github.com/apache/apisix-dashboard/issues/615#issuecomment-725243608 ``` [91mlua: ./apisix/plugins/api-breaker.lua:24: attempt to index field 'shared' (a nil value) stack traceback: ./apisix/plugins/api-breaker.lua:24: in

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #615: v2.0-rc2 Build docker image error.

2020-11-10 Thread GitBox
juzhiyuan commented on issue #615: URL: https://github.com/apache/apisix-dashboard/issues/615#issuecomment-725241555 same problem? could you please provide more info, like links or snapshots? This is an automated message

[GitHub] [apisix] juzhiyuan edited a comment on issue #2694: bug: dashboard2.0 ip-restriction plugin set blacklist, can not set ipv4 or ipv4/CIDR

2020-11-10 Thread GitBox
juzhiyuan edited a comment on issue #2694: URL: https://github.com/apache/apisix/issues/2694#issuecomment-725240693 This issue is related to https://github.com/apache/apisix/pull/2091 this PR, we need to check its scheme again. If we could build schema which is working on both apisix and

[GitHub] [apisix] imjoey commented on issue #2703: bug: response-rewrite rewrite the response from apisix

2020-11-10 Thread GitBox
imjoey commented on issue #2703: URL: https://github.com/apache/apisix/issues/2703#issuecomment-725240848 @liuxiran @idbeta In this situation, we could interrupt the execution of the current request. Maybe calling `ngx.exit(ngx.HTTP_UNAUTHORIZED)` with a customize error message is a good

[GitHub] [apisix] juzhiyuan commented on issue #2694: bug: dashboard2.0 ip-restriction plugin set blacklist, can not set ipv4 or ipv4/CIDR

2020-11-10 Thread GitBox
juzhiyuan commented on issue #2694: URL: https://github.com/apache/apisix/issues/2694#issuecomment-725240693 This issue is related to https://github.com/apache/apisix/pull/2091 this PR, we need to check its scheme again.

[GitHub] [apisix] nic-chen commented on issue #2700: feat: use etcd to store the JSON schema of APISIX, then the manager API can read it from etcd

2020-11-10 Thread GitBox
nic-chen commented on issue #2700: URL: https://github.com/apache/apisix/issues/2700#issuecomment-725239264 OK, let me try. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix-dashboard] nic-chen commented on issue #626: Remove dependencies for Apache APISIX and lua

2020-11-10 Thread GitBox
nic-chen commented on issue #626: URL: https://github.com/apache/apisix-dashboard/issues/626#issuecomment-725238732 yes, we could remove them in 2.1 This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-dashboard] backnero commented on issue #615: v2.0-rc2 Build docker image error.

2020-11-10 Thread GitBox
backnero commented on issue #615: URL: https://github.com/apache/apisix-dashboard/issues/615#issuecomment-725234706 When will the same problem be solved? This is an automated message from the Apache Git Service. To

[GitHub] [apisix] spacewander opened a new pull request #2704: fix: reload plugin when plugin attribute is cahnged

2020-11-10 Thread GitBox
spacewander opened a new pull request #2704: URL: https://github.com/apache/apisix/pull/2704 Close #2655 ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features have been

[GitHub] [apisix] idbeta commented on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
idbeta commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725227150 Can you try to run `make init` in the APISIX directory? This is an automated message from the Apache Git Service. To

[GitHub] [apisix] idbeta edited a comment on issue #2703: bug: response-rewrite rewrite the response from apisix

2020-11-10 Thread GitBox
idbeta edited a comment on issue #2703: URL: https://github.com/apache/apisix/issues/2703#issuecomment-725224885 I think it’s because of the priority of the plugins, `response-rewrite` is executed last. This is an automated

[GitHub] [apisix] idbeta commented on issue #2703: bug: response-rewrite rewrite the response from apisix

2020-11-10 Thread GitBox
idbeta commented on issue #2703: URL: https://github.com/apache/apisix/issues/2703#issuecomment-725224885 I think it’s because of the priority of the plugin, `response-rewrite` is executed last. This is an automated message

[GitHub] [apisix-dashboard] nic-chen commented on issue #777: user name is empty

2020-11-10 Thread GitBox
nic-chen commented on issue #777: URL: https://github.com/apache/apisix-dashboard/issues/777#issuecomment-725219844 @yankunsam does your ETCD enabled authentication? This is an automated message from the Apache Git

[GitHub] [apisix] liuxiran opened a new issue #2703: bug: response-rewrite rewrite the response from apisix

2020-11-10 Thread GitBox
liuxiran opened a new issue #2703: URL: https://github.com/apache/apisix/issues/2703 ### Issue description ### Environment * apisix version (cmd: `apisix version`): latest master branch * OS: Fedora32 ### Minimal test code / Steps to reproduce the issue 1.

[GitHub] [apisix-dashboard] Applenice commented on issue #766: manager-api startup problem

2020-11-10 Thread GitBox
Applenice commented on issue #766: URL: https://github.com/apache/apisix-dashboard/issues/766#issuecomment-725216206 > Hi @Applenice , because from RC2 to RC3, there have a lot of changes on docs, so please refer to the latest docs. The redeployment is working fine, thank you.

[GitHub] [apisix] Applenice commented on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
Applenice commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725215522 > can you try to check etcd data like this? > > ```shell > etcdctl get --prefix "/apisix" > ``` No information was returned after execution

[GitHub] [apisix] Applenice commented on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
Applenice commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725214281 > hi,does your etcd enable auth? No configuration, a freshly installed state of etcd This is an automated

[GitHub] [apisix-dashboard] moonming commented on issue #626: Remove dependencies for Apache APISIX and lua

2020-11-10 Thread GitBox
moonming commented on issue #626: URL: https://github.com/apache/apisix-dashboard/issues/626#issuecomment-725204419 @nic-chen ping 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 #2702: docs: modify the stand-alone.md to add instructions for enable SSL

2020-11-10 Thread GitBox
spacewander commented on a change in pull request #2702: URL: https://github.com/apache/apisix/pull/2702#discussion_r521118457 ## File path: doc/stand-alone.md ## @@ -164,4 +164,16 @@ plugins: - name: jwt-auth - name: mqtt-proxy stream: true # set 'stream' to true

[GitHub] [apisix-dashboard] moonming commented on issue #777: user name is empty

2020-11-10 Thread GitBox
moonming commented on issue #777: URL: https://github.com/apache/apisix-dashboard/issues/777#issuecomment-725201987 2.0rc3 not released yet. and we should dig the reason This is an automated message from the Apache Git

[GitHub] [apisix] idbeta commented on issue #2678: bug: After upgrading to version 1.5, the attempt to call global'type' (a string value) error of ETCD appears

2020-11-10 Thread GitBox
idbeta commented on issue #2678: URL: https://github.com/apache/apisix/issues/2678#issuecomment-725197298 Have you installed etcd? could you try to check etcd data like this? ``` etcdctl get --prefix "/apisix" ```

[GitHub] [apisix] idbeta opened a new pull request #2702: docs: modify the stand-alone.md to add instructions for enable SSL

2020-11-10 Thread GitBox
idbeta opened a new pull request #2702: URL: https://github.com/apache/apisix/pull/2702 fixed https://github.com/apache/apisix/issues/2616 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-dashboard] idbeta commented on issue #777: user name is empty

2020-11-10 Thread GitBox
idbeta commented on issue #777: URL: https://github.com/apache/apisix-dashboard/issues/777#issuecomment-725186045 @yankunsam Could you deploy version 2.0rc3? Because we no longer recommend using ```api.sh``` to start. https://github.com/apache/apisix-dashboard/blob/v2.0/README.zh-CN.md

[GitHub] [apisix] spacewander opened a new pull request #2701: fix: upgrade lua-resty-etcd to 1.4.2

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

[GitHub] [apisix] spacewander commented on a change in pull request #2687: fix(etcd): handle etcd compaction

2020-11-10 Thread GitBox
spacewander commented on a change in pull request #2687: URL: https://github.com/apache/apisix/pull/2687#discussion_r521091129 ## File path: apisix/core/etcd.lua ## @@ -118,6 +118,14 @@ function _M.watch_format(v3res) v2res.body = { node = {} } + +local

[GitHub] [apisix-dashboard] membphis edited a comment on issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
membphis edited a comment on issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780#issuecomment-725135108 > Expected version ">=10.21.0". Got "10.19.0" ![image](https://user-images.githubusercontent.com/6814606/98762458-a3242b80-2412-11eb-8405-9d3cdfca26b9.png)

[apisix-website] branch juzhiyuan-patch-1 updated (f858c42 -> 42baf8f)

2020-11-10 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. from f858c42 Update deploy.yml add 42baf8f Update deploy.yml No new revisions were added by

[GitHub] [apisix-dashboard] membphis commented on issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
membphis commented on issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780#issuecomment-725135108 > Expected version ">=10.21.0". Got "10.19.0" ![image](https://user-images.githubusercontent.com/6814606/98762458-a3242b80-2412-11eb-8405-9d3cdfca26b9.png) I

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
juzhiyuan commented on issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780#issuecomment-725133889 ![image](https://user-images.githubusercontent.com/2106987/98762407-87b92080-2412-11eb-80ea-5012403e7e36.png) This doc need to be updated.

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
juzhiyuan commented on issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780#issuecomment-725133198 https://github.com/apache/apisix-dashboard/blob/v2.0/.github/workflows/test-frontend-multiple-node-build.yml#L25

[apisix] branch master updated: ci: self host openid configuration (#2698)

2020-11-10 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 a2fa3ff ci: self host openid

[GitHub] [apisix] spacewander closed issue #2688: bug: CI is not stable

2020-11-10 Thread GitBox
spacewander closed issue #2688: URL: https://github.com/apache/apisix/issues/2688 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 merged pull request #2698: ci: self host openid configuration

2020-11-10 Thread GitBox
spacewander merged pull request #2698: URL: https://github.com/apache/apisix/pull/2698 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] membphis commented on issue #778: makefile: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

2020-11-10 Thread GitBox
membphis commented on issue #778: URL: https://github.com/apache/apisix-dashboard/issues/778#issuecomment-725132329 got it. I installed a wrong `yarn` tools. I can call `yarn install` now This is an automated message from

[GitHub] [apisix-dashboard] membphis closed issue #778: makefile: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

2020-11-10 Thread GitBox
membphis closed issue #778: URL: https://github.com/apache/apisix-dashboard/issues/778 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] membphis commented on issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
membphis commented on issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780#issuecomment-725131023 @juzhiyuan please confirm if we should update the doc or it is a bug. This is an automated message from the

[apisix-website] branch juzhiyuan-patch-1 updated (9a3347f -> f858c42)

2020-11-10 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. from 9a3347f Update deploy.yml add f858c42 Update deploy.yml No new revisions were added by

[GitHub] [apisix-dashboard] membphis opened a new issue #780: web: failed to call `yarn install`

2020-11-10 Thread GitBox
membphis opened a new issue #780: URL: https://github.com/apache/apisix-dashboard/issues/780 ![image](https://user-images.githubusercontent.com/6814606/98762188-15e0d700-2412-11eb-82f9-bb91afa8ac15.png) ``` $ yarn yarn install v1.22.10 [1/5] Validating

[GitHub] [apisix-dashboard] starsz opened a new issue #779: bug: EtcdV3Storage.Watch doesn't close the watchResponse chan

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

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #777: user name is empty

2020-11-10 Thread GitBox
juzhiyuan commented on issue #777: URL: https://github.com/apache/apisix-dashboard/issues/777#issuecomment-725123206 cc @idbeta This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #778: makefile: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

2020-11-10 Thread GitBox
juzhiyuan commented on issue #778: URL: https://github.com/apache/apisix-dashboard/issues/778#issuecomment-725122719 https://github.com/apache/apisix-dashboard/blob/v2.0/docs/deploy.md#web-dependencies The deploy document has added this link days ago.

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #778: makefile: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

2020-11-10 Thread GitBox
juzhiyuan commented on issue #778: URL: https://github.com/apache/apisix-dashboard/issues/778#issuecomment-725112208 The document should involve this yarn's link: https://yarnpkg.com/ This is an automated message from the

[GitHub] [apisix] Hmemories commented on issue #1838: bug: discovery Eureka cannot automatically proxy to a new node

2020-11-10 Thread GitBox
Hmemories commented on issue #1838: URL: https://github.com/apache/apisix/issues/1838#issuecomment-725104402 I have an idea to solve this problem,do you think it's feasible? ![image](https://user-images.githubusercontent.com/30172398/98760736-db296f80-240e-11eb-91b8-cc36322a3f75.png)

[GitHub] [apisix-dashboard] membphis opened a new issue #778: makefile: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

2020-11-10 Thread GitBox
membphis opened a new issue #778: URL: https://github.com/apache/apisix-dashboard/issues/778 ``` # make build ... ... + cp -r /tmp/dag-to-lua-1.1/lib/cli.lua /tmp/dag-to-lua-1.1/lib/dag-to-lua.lua /tmp/dag-to-lua-1.1/lib/json.lua ./output/dag-to-lua + cd ./api + go

[apisix-website] branch juzhiyuan-patch-1 updated (d4d2743 -> 9a3347f)

2020-11-10 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. from d4d2743 Update deploy.yml add 9a3347f Update deploy.yml No new revisions were added by

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

2020-11-10 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 d4d2743 Update deploy.yml No new revisions were added by this update.

[GitHub] [apisix] idbeta commented on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
idbeta commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725094856 can you try to check etcd data like this? ```shell etcdctl get --prefix "/apisix" ``` This is an automated

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

2020-11-10 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 d4d2743 Update deploy.yml No new revisions were added by this update.

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

2020-11-10 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 3f3b29a Deploy to GitHub pages

[GitHub] [apisix] membphis commented on issue #2700: feat: use etcd to store the JSON schema of APISIX, then the manager API can read it from etcd

2020-11-10 Thread GitBox
membphis commented on issue #2700: URL: https://github.com/apache/apisix/issues/2700#issuecomment-725094801 @nic-chen do you want to handle this job? This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix] membphis opened a new issue #2700: feat: use etcd to store the JSON schema of APISIX, then the manager API can read it from etcd

2020-11-10 Thread GitBox
membphis opened a new issue #2700: URL: https://github.com/apache/apisix/issues/2700 https://lists.apache.org/thread.html/rb1c19fe9b6e51ede3b5aead122e2bcd4de6249f42b971eabfb8a79ac%40%3Cdev.apisix.apache.org%3E This is an

[GitHub] [apisix-website] juzhiyuan opened a new pull request #86: fix: CD

2020-11-10 Thread GitBox
juzhiyuan opened a new pull request #86: URL: https://github.com/apache/apisix-website/pull/86 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-website] branch master updated: feat: deploy every day (#84)

2020-11-10 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 bf50a8d feat: deploy every day

[apisix-website] branch master updated: fix(doc): copy images to static files (#85)

2020-11-10 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 943e566 fix(doc): copy images to

[GitHub] [apisix] membphis commented on a change in pull request #2687: fix(etcd): handle etcd compaction

2020-11-10 Thread GitBox
membphis commented on a change in pull request #2687: URL: https://github.com/apache/apisix/pull/2687#discussion_r521045831 ## File path: apisix/core/etcd.lua ## @@ -118,6 +118,14 @@ function _M.watch_format(v3res) v2res.body = { node = {} } + +local

[GitHub] [apisix-website] juzhiyuan merged pull request #85: fix(doc): copy images to static files

2020-11-10 Thread GitBox
juzhiyuan merged pull request #85: URL: https://github.com/apache/apisix-website/pull/85 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] juzhiyuan merged pull request #84: feat: deploy every day

2020-11-10 Thread GitBox
juzhiyuan merged pull request #84: URL: https://github.com/apache/apisix-website/pull/84 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] yankunsam opened a new issue #777: user name is empty

2020-11-10 Thread GitBox
yankunsam opened a new issue #777: URL: https://github.com/apache/apisix-dashboard/issues/777 ssue description Dashboard Project After run the api.sh: panic: etcd get failed: etcdserver: user name is empty Environment apisix version (cmd: apisix version): OS:

[GitHub] [apisix] membphis merged pull request #2667: feat: increase the length of rule name to 100

2020-11-10 Thread GitBox
membphis merged pull request #2667: URL: https://github.com/apache/apisix/pull/2667 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] Firstsawyou commented on a change in pull request #2696: chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua

2020-11-10 Thread GitBox
Firstsawyou commented on a change in pull request #2696: URL: https://github.com/apache/apisix/pull/2696#discussion_r521041163 ## File path: t/lib/server.lua ## @@ -101,8 +101,15 @@ function _M.uri() -- ngx.sleep(1) ngx.say("uri: ", ngx.var.uri) local headers =

[apisix] branch master updated (1ea912d -> b3f240c)

2020-11-10 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from 1ea912d fix: use same config-default.yaml for different environments (#2663) add b3f240c feat: increase

[GitHub] [apisix] membphis closed issue #2665: chore: The maximum length of the name when creating a route is 100, but an error will still be prompted at the end

2020-11-10 Thread GitBox
membphis closed issue #2665: URL: https://github.com/apache/apisix/issues/2665 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

[GitHub] [apisix] yankunsam closed issue #2699: request help:

2020-11-10 Thread GitBox
yankunsam closed issue #2699: URL: https://github.com/apache/apisix/issues/2699 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

[GitHub] [apisix] spacewander commented on issue #2699: request help:

2020-11-10 Thread GitBox
spacewander commented on issue #2699: URL: https://github.com/apache/apisix/issues/2699#issuecomment-725088489 There is no `api.sh` in this repo. Do you submit the issue to the wrong place? This is an automated message from

[GitHub] [apisix] Firstsawyou commented on a change in pull request #2696: chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua

2020-11-10 Thread GitBox
Firstsawyou commented on a change in pull request #2696: URL: https://github.com/apache/apisix/pull/2696#discussion_r521035559 ## File path: t/lib/server.lua ## @@ -101,8 +101,15 @@ function _M.uri() -- ngx.sleep(1) ngx.say("uri: ", ngx.var.uri) local headers =

[GitHub] [apisix] idbeta commented on issue #2644: request help: APISIX Benchmark fails

2020-11-10 Thread GitBox
idbeta commented on issue #2644: URL: https://github.com/apache/apisix/issues/2644#issuecomment-725087720 I know there are several system settings that will affect performance testing, such as fs.file-max, ulimit -n. Performance testing is indeed a science, I think there may be other

[GitHub] [apisix] yankunsam opened a new issue #2699: request help:

2020-11-10 Thread GitBox
yankunsam opened a new issue #2699: URL: https://github.com/apache/apisix/issues/2699 ### Issue description Dashboard Project After run the api.sh: panic: etcd get failed: etcdserver: user name is empty ### Environment * apisix version (cmd: `apisix

[GitHub] [apisix] tokers commented on issue #2697: chore: code format optimization of `t/lib/server.lua` file

2020-11-10 Thread GitBox
tokers commented on issue #2697: URL: https://github.com/apache/apisix/issues/2697#issuecomment-725084726 That's good to treat the test codes equally without discrimination. I think it can be checked by the lint tool too.

[GitHub] [apisix] spacewander opened a new pull request #2698: ci: self host openid configuration

2020-11-10 Thread GitBox
spacewander opened a new pull request #2698: URL: https://github.com/apache/apisix/pull/2698 Close #2688. ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features have been

[GitHub] [apisix] tokers commented on a change in pull request #2696: chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua

2020-11-10 Thread GitBox
tokers commented on a change in pull request #2696: URL: https://github.com/apache/apisix/pull/2696#discussion_r521024212 ## File path: t/lib/server.lua ## @@ -101,8 +101,15 @@ function _M.uri() -- ngx.sleep(1) ngx.say("uri: ", ngx.var.uri) local headers =

[GitHub] [apisix] tokers commented on a change in pull request #2696: chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua

2020-11-10 Thread GitBox
tokers commented on a change in pull request #2696: URL: https://github.com/apache/apisix/pull/2696#discussion_r521023803 ## File path: t/lib/server.lua ## @@ -101,8 +101,15 @@ function _M.uri() -- ngx.sleep(1) ngx.say("uri: ", ngx.var.uri) local headers =

[GitHub] [apisix-website] juzhiyuan commented on pull request #85: fix(doc): copy images to static files

2020-11-10 Thread GitBox
juzhiyuan commented on pull request #85: URL: https://github.com/apache/apisix-website/pull/85#issuecomment-725060335 ping @moonming https://github.com/apache/apisix-website/pull/84 https://github.com/apache/apisix-website/pull/85

[GitHub] [apisix] cyxinda commented on issue #1623: bug: the behavior of the code 'ngx.worker.id() == 0' in the the file of skywalking/client.lua would not be unpredictable

2020-11-10 Thread GitBox
cyxinda commented on issue #1623: URL: https://github.com/apache/apisix/issues/1623#issuecomment-725046725 OK,thx 发自我的iPhone > 在 2020年11月9日,20:01,罗泽轩 写道: > >  > This issue is not longer valid since skywalking client is rewritten. And now the client works as

[GitHub] [apisix-dashboard] bzp2010 edited a comment on issue #658: Run Actions according to changed files' type

2020-11-10 Thread GitBox
bzp2010 edited a comment on issue #658: URL: https://github.com/apache/apisix-dashboard/issues/658#issuecomment-725028810 I think it can be achieved. Add a filter to trigger events. Add a filter to support filtering by path and file wildcard. [documents at

[GitHub] [apisix-dashboard] bzp2010 commented on issue #658: Run Actions according to changed files' type

2020-11-10 Thread GitBox
bzp2010 commented on issue #658: URL: https://github.com/apache/apisix-dashboard/issues/658#issuecomment-725028810 I think it can be achieved. [documents at

[GitHub] [apisix] Firstsawyou opened a new issue #2697: chore: code format optimization of `t/lib/server.lua` file

2020-11-10 Thread GitBox
Firstsawyou opened a new issue #2697: URL: https://github.com/apache/apisix/issues/2697 ### Issue description In the `t/lib/server.lua` file, there is only one blank line between most `functions`, and we need two blank lines.

[GitHub] [apisix] NicolasBachs commented on issue #2644: request help: APISIX Benchmark fails

2020-11-10 Thread GitBox
NicolasBachs commented on issue #2644: URL: https://github.com/apache/apisix/issues/2644#issuecomment-724795745 Great, thanks!. I'll try on different machines. However, your results are different to mine in requests/sec so maybe because of that, you don't have non-2xx or 3xx responses. I

[apisix-dashboard] tag v2.0-rc3 created (now e08f3ab)

2020-11-10 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to tag v2.0-rc3 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. at e08f3ab (commit) No new revisions were added by this update.

[apisix-dashboard] tag v2.0-rc3 created (now e08f3ab)

2020-11-10 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to tag v2.0-rc3 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. at e08f3ab (commit) No new revisions were added by this update.

[GitHub] [apisix-dashboard] jinpy666 opened a new issue #776: Bug:Form display error

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

[GitHub] [apisix] spacewander commented on a change in pull request #2690: fix(init_etcd): add Authorization header while enable etcd auth

2020-11-10 Thread GitBox
spacewander commented on a change in pull request #2690: URL: https://github.com/apache/apisix/pull/2690#discussion_r520604995 ## File path: bin/apisix ## @@ -560,6 +560,21 @@ local function init_etcd(show_output) for index, host in ipairs(yaml_conf.etcd.host) do

[GitHub] [apisix] nic-chen commented on issue #2692: request help: got malformed version message: "" from etcd

2020-11-10 Thread GitBox
nic-chen commented on issue #2692: URL: https://github.com/apache/apisix/issues/2692#issuecomment-724730189 yes,need to add dns_resolver in config.yaml This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix] nic-chen edited a comment on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
nic-chen edited a comment on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-724728914 hi,does your etcd enable auth? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] nic-chen commented on issue #2695: request help: config_etcd.lua has been consistently and frequently reporting errors

2020-11-10 Thread GitBox
nic-chen commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-724728914 hi,I want to know,does your etcd enable auth? This is an automated message from the Apache Git Service. To respond

[apisix-dashboard] branch v2.0 updated (6098c81 -> e08f3ab)

2020-11-10 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch v2.0 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 6098c81 fix: doc (#774) add e08f3ab feat: remove CD for PR No new revisions were added by this

[GitHub] [apisix] Firstsawyou opened a new pull request #2696: [WIP]: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua

2020-11-10 Thread GitBox
Firstsawyou opened a new pull request #2696: URL: https://github.com/apache/apisix/pull/2696 fix #2636 ### 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

[GitHub] [apisix-dashboard] juzhiyuan closed issue #766: manager-api startup problem

2020-11-10 Thread GitBox
juzhiyuan closed issue #766: URL: https://github.com/apache/apisix-dashboard/issues/766 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 commented on issue #766: manager-api startup problem

2020-11-10 Thread GitBox
juzhiyuan commented on issue #766: URL: https://github.com/apache/apisix-dashboard/issues/766#issuecomment-724703578 Hi @Applenice , because from RC2 to RC3, there have a lot of changes on docs, so please refer to the latest docs.

[GitHub] [apisix-dashboard] nic-chen closed issue #775: bug: There is no error log when the address already in use.

2020-11-10 Thread GitBox
nic-chen closed issue #775: URL: https://github.com/apache/apisix-dashboard/issues/775 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] nic-chen commented on issue #766: manager-api startup problem

2020-11-10 Thread GitBox
nic-chen commented on issue #766: URL: https://github.com/apache/apisix-dashboard/issues/766#issuecomment-724701801 we don't support to start by `api/run.sh` now please refer: https://github.com/apache/apisix-dashboard/blob/v2.0/docs/deploy.md#run

[apisix-dashboard] branch v2.0 updated (7e7094b -> 6098c81)

2020-11-10 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch v2.0 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 7e7094b fix: doc (#772) add 6098c81 fix: doc (#774) No new revisions were added by this update.

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #774: fix: develop doc for sync json schema

2020-11-10 Thread GitBox
juzhiyuan merged pull request #774: URL: https://github.com/apache/apisix-dashboard/pull/774 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] nic-chen commented on issue #775: bug: There is no error log when the address already in use.

2020-11-10 Thread GitBox
nic-chen commented on issue #775: URL: https://github.com/apache/apisix-dashboard/issues/775#issuecomment-724698994 Thanks for feedback. we are not using logrus now. see: https://github.com/apache/apisix-dashboard/blob/v2.0/api/main.go#L55 please use branch v2.0, thanks :

  1   2   3   >