[GitHub] [apisix] dabue opened a new issue #2457: doc: typo in getting-started.md

2020-10-18 Thread GitBox
dabue opened a new issue #2457: URL: https://github.com/apache/apisix/issues/2457 ### Issue description Line 240: curl -i -X GET http://127.0.0.1:9080/samplePrefix/get?param1=foo=bar -H 'apikey: superSecretAPIKey' should be replaced with curl -i -X GET

[GitHub] [apisix] membphis commented on pull request #2440: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema.

2020-10-18 Thread GitBox
membphis commented on pull request #2440: URL: https://github.com/apache/apisix/pull/2440#issuecomment-711147574 thx for your explain This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] membphis commented on issue #2457: doc: typo in getting-started.md

2020-10-18 Thread GitBox
membphis commented on issue #2457: URL: https://github.com/apache/apisix/issues/2457#issuecomment-711147817 can you provide the original doc link? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] dabue commented on issue #2457: doc: typo in getting-started.md and the example in plugins/syslog.md#how-to-enable is wrong.

2020-10-18 Thread GitBox
dabue commented on issue #2457: URL: https://github.com/apache/apisix/issues/2457#issuecomment-711152963 https://github.com/apache/apisix/blob/master/doc/getting-started.md#add-a-prefix-to-the-route Line 240 and the example which in

[GitHub] [apisix] Miss-you commented on pull request #2454: doc: Contributor Over Time

2020-10-18 Thread GitBox
Miss-you commented on pull request #2454: URL: https://github.com/apache/apisix/pull/2454#issuecomment-711133448 I have fix the problem in the image attributor-over-time.png.

[GitHub] [apisix] Jaycean commented on pull request #2440: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema.

2020-10-18 Thread GitBox
Jaycean commented on pull request #2440: URL: https://github.com/apache/apisix/pull/2440#issuecomment-711140040 > > Do you mean that the current function can directly remove this field? > > You haven't added this field yet? I do not find it in the changed files:

[GitHub] [apisix] Jaycean edited a comment on pull request #2440: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema.

2020-10-18 Thread GitBox
Jaycean edited a comment on pull request #2440: URL: https://github.com/apache/apisix/pull/2440#issuecomment-711140040 > > Do you mean that the current function can directly remove this field? > > You haven't added this field yet? I do not find it in the changed files:

[GitHub] [apisix] spacewander commented on issue #2441: plugin(hmac-auth): update the schema

2020-10-18 Thread GitBox
spacewander commented on issue #2441: URL: https://github.com/apache/apisix/issues/2441#issuecomment-711143671 My suggestion is to put `metadata`/`consumer` into the arguments, if the argument is missing, choice the default plain `schema`.

[GitHub] [apisix] tokers edited a comment on pull request #2395: improve: refactor apisix command line tool

2020-10-18 Thread GitBox
tokers edited a comment on pull request #2395: URL: https://github.com/apache/apisix/pull/2395#issuecomment-711486895 Rebased the newest master branch and reviewed the historical changes for the old `bin/apisix` file after the birth of this branch and applied them, also code was tweaked

[GitHub] [apisix] imjoey commented on a change in pull request #2451: Plugin(request-validation): use draft7 way to rewrite the JSON Schema

2020-10-18 Thread GitBox
imjoey commented on a change in pull request #2451: URL: https://github.com/apache/apisix/pull/2451#discussion_r507458347 ## File path: t/plugin/request-validation.t ## @@ -271,46 +231,6 @@ hello1 world "type": "roundrobin"

[GitHub] [apisix] membphis commented on pull request #2408: The old CLI invalid argument prompt is unfriendly.

2020-10-18 Thread GitBox
membphis commented on pull request #2408: URL: https://github.com/apache/apisix/pull/2408#issuecomment-711605284 @sober-wang many thx, merged already This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix] membphis commented on pull request #2397: feature(core): implement `core.sleep`

2020-10-18 Thread GitBox
membphis commented on pull request #2397: URL: https://github.com/apache/apisix/pull/2397#issuecomment-711603835 @dabue many thx This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] liuxiran commented on pull request #2440: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema.

2020-10-18 Thread GitBox
liuxiran commented on pull request #2440: URL: https://github.com/apache/apisix/pull/2440#issuecomment-711265925 > My current PR does not modify the logic of this disable field. I intend to submit a new PR for modification > > After all, the logic related to the disable field has

[GitHub] [apisix] Jaycean commented on pull request #2415: feat:The limit-conn plugin supports 'consumer_name' field

2020-10-18 Thread GitBox
Jaycean commented on pull request #2415: URL: https://github.com/apache/apisix/pull/2415#issuecomment-711484039 @spacewander PTAL This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] tokers commented on a change in pull request #2395: improve: refactor apisix command line tool

2020-10-18 Thread GitBox
tokers commented on a change in pull request #2395: URL: https://github.com/apache/apisix/pull/2395#discussion_r507395837 ## File path: bin/apisix ## @@ -798,333 +41,30 @@ version:print the version of apisix end -local checked_admin_key = false -local function init()

[GitHub] [apisix] fukiki commented on a change in pull request #2451: Plugin(request-validation): use draft7 way to rewrite the JSON Schema

2020-10-18 Thread GitBox
fukiki commented on a change in pull request #2451: URL: https://github.com/apache/apisix/pull/2451#discussion_r507405839 ## File path: t/plugin/request-validation.t ## @@ -271,46 +231,6 @@ hello1 world "type": "roundrobin"

[GitHub] [apisix] membphis commented on issue #2425: bug: zipkin plugin can not work with new config when plugin config is change

2020-10-18 Thread GitBox
membphis commented on issue #2425: URL: https://github.com/apache/apisix/issues/2425#issuecomment-711607503 @gy09535 would like to submit a PR to fix this bug? we can use a different key, then we can fix this issue.

[GitHub] [apisix] spacewander opened a new pull request #2461: doc(echo): mark it as production-unready

2020-10-18 Thread GitBox
spacewander opened a new pull request #2461: URL: https://github.com/apache/apisix/pull/2461 ### 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] dabue commented on issue #2410: feat: plugin `error-log-logger`, collect error log and report to remote server by `cosocket`

2020-10-18 Thread GitBox
dabue commented on issue #2410: URL: https://github.com/apache/apisix/issues/2410#issuecomment-711489292 @membphis the plugin will impact all request when it be set, is that ok? and it needs to be initialized during http_init.

[GitHub] [apisix] membphis commented on pull request #2395: improve: refactor apisix command line tool

2020-10-18 Thread GitBox
membphis commented on pull request #2395: URL: https://github.com/apache/apisix/pull/2395#issuecomment-711573927 CI failed, please take a look at the output: https://github.com/apache/apisix/pull/2395/checks?check_run_id=1272985327#step:9:43

[GitHub] [apisix] imjoey commented on issue #2452: discuss: How apisix records the request data sent to the upstream service

2020-10-18 Thread GitBox
imjoey commented on issue #2452: URL: https://github.com/apache/apisix/issues/2452#issuecomment-711603899 +1 for me. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] moonming closed issue #2170: feature(core): implement `core.sleep`

2020-10-18 Thread GitBox
moonming closed issue #2170: URL: https://github.com/apache/apisix/issues/2170 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] moonming merged pull request #2397: feature(core): implement `core.sleep`

2020-10-18 Thread GitBox
moonming merged pull request #2397: URL: https://github.com/apache/apisix/pull/2397 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: feature(core): implement `core.sleep` (#2397)

2020-10-18 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 943be09 feature(core): implement `core.sleep`

[GitHub] [apisix] moonming commented on issue #2412: CI on OS X is broken

2020-10-18 Thread GitBox
moonming commented on issue #2412: URL: https://github.com/apache/apisix/issues/2412#issuecomment-711463434 @nic-chen got it. please add the close reason not just close issue. This is an automated message from the Apache

[GitHub] [apisix] nic-chen commented on issue #2412: CI on OS X is broken

2020-10-18 Thread GitBox
nic-chen commented on issue #2412: URL: https://github.com/apache/apisix/issues/2412#issuecomment-711460510 @moonming It doesn't need a PR for this issue. just upload a darwin version release for `grpc_server_example`:

[GitHub] [apisix] LY-GO commented on issue #2450: bug: limit-conn

2020-10-18 Thread GitBox
LY-GO commented on issue #2450: URL: https://github.com/apache/apisix/issues/2450#issuecomment-711460517 > > i hope that the plugin only limit concurrency,and different users also continue to request the router when user request the service after first . > > What is the difference

[GitHub] [apisix] spacewander commented on a change in pull request #2395: improve: refactor apisix command line tool

2020-10-18 Thread GitBox
spacewander commented on a change in pull request #2395: URL: https://github.com/apache/apisix/pull/2395#discussion_r507376609 ## File path: bin/apisix ## @@ -798,333 +41,30 @@ version:print the version of apisix end -local checked_admin_key = false -local function

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #561: feat: compatible with PUT method of `admin api` and nodes of upstream

2020-10-18 Thread GitBox
juzhiyuan merged pull request #561: URL: https://github.com/apache/apisix-dashboard/pull/561 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] membphis commented on issue #2450: bug: limit-conn

2020-10-18 Thread GitBox
membphis commented on issue #2450: URL: https://github.com/apache/apisix/issues/2450#issuecomment-711466145 I think you should provide a complete case, we need to know more detailed step information. Mainly two questions: 1. What is the route data? 2. What is your test

[apisix-dashboard] branch refactor updated: feat: compatible with PUT method of `admin api` and nodes of upstream (#561)

2020-10-18 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch refactor in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/refactor by this push: new 0bbcc75 feat: compatible with

[GitHub] [apisix] membphis closed issue #2402: plugin(consumer-restriction): update the schema

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

[apisix] branch master updated: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema. (#2440)

2020-10-18 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 5fcbb4d plugin(consumer-restriction): use

[GitHub] [apisix] membphis merged pull request #2440: plugin(consumer-restriction): use draft7 way to rewrite the JSON Schema.

2020-10-18 Thread GitBox
membphis merged pull request #2440: URL: https://github.com/apache/apisix/pull/2440 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 opened a new pull request #2460: doc: we can also use reload after configuration changed

2020-10-18 Thread GitBox
spacewander opened a new pull request #2460: URL: https://github.com/apache/apisix/pull/2460 ### 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] tokers commented on a change in pull request #2395: improve: refactor apisix command line tool

2020-10-18 Thread GitBox
tokers commented on a change in pull request #2395: URL: https://github.com/apache/apisix/pull/2395#discussion_r507372495 ## File path: apisix/cmd/etcd.lua ## @@ -0,0 +1,196 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license

[GitHub] [apisix] tzssangglass commented on pull request #2443: feature: prometheus plugin `apisix_http_status` metric `route` tag Im…

2020-10-18 Thread GitBox
tzssangglass commented on pull request #2443: URL: https://github.com/apache/apisix/pull/2443#issuecomment-711271130 > @tzssangglass I think your new code is wrong. please check it first. > > https://github.com/apache/apisix/pull/2443/checks?check_run_id=1266120426#step:6:373

[GitHub] [apisix] tzssangglass commented on issue #1574: feature: prometheus plugin `apisix_http_status` metric `route` tag Improve recognition

2020-10-18 Thread GitBox
tzssangglass commented on issue #1574: URL: https://github.com/apache/apisix/issues/1574#issuecomment-711287916 Under the condition of setting `uris` or `hosts`, I want to record the specific elements in the `uris` or `hosts` that match the current request. At first I tried to take

[GitHub] [apisix] membphis commented on issue #1574: feature: prometheus plugin `apisix_http_status` metric `route` tag Improve recognition

2020-10-18 Thread GitBox
membphis commented on issue #1574: URL: https://github.com/apache/apisix/issues/1574#issuecomment-711447339 you can take a look at this, it can help you: https://github.com/api7/lua-resty-radixtree#synopsis ```lua -- try to match local opts = {

[GitHub] [apisix] membphis commented on issue #1574: feature: prometheus plugin `apisix_http_status` metric `route` tag Improve recognition

2020-10-18 Thread GitBox
membphis commented on issue #1574: URL: https://github.com/apache/apisix/issues/1574#issuecomment-711447595 here is more cases: https://github.com/api7/lua-resty-radixtree/search?q=matched This is an automated message from

[GitHub] [apisix] membphis edited a comment on issue #1574: feature: prometheus plugin `apisix_http_status` metric `route` tag Improve recognition

2020-10-18 Thread GitBox
membphis edited a comment on issue #1574: URL: https://github.com/apache/apisix/issues/1574#issuecomment-711447595 here are more cases: https://github.com/api7/lua-resty-radixtree/search?q=matched This is an automated

[GitHub] [apisix] nic-chen commented on issue #2412: CI on OS X is broken

2020-10-18 Thread GitBox
nic-chen commented on issue #2412: URL: https://github.com/apache/apisix/issues/2412#issuecomment-711465843 > @nic-chen got it. > please add the close reason not just close issue. OK, thanks for tips. This is

[GitHub] [apisix] spacewander merged pull request #2408: The old CLI invalid argument prompt is unfriendly.

2020-10-18 Thread GitBox
spacewander merged pull request #2408: URL: https://github.com/apache/apisix/pull/2408 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] branch master updated: chore: show help message if the argument is invalid. (#2408)

2020-10-18 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 1fe4e50 chore: show help message if the

[GitHub] [apisix] LY-GO commented on issue #2450: bug: limit-conn

2020-10-18 Thread GitBox
LY-GO commented on issue #2450: URL: https://github.com/apache/apisix/issues/2450#issuecomment-711471376 > I think you should provide a complete case, we need to know more detailed step information. > > Mainly two questions: > > 1. What is the route data? > 2. What is your

[GitHub] [apisix] gy09535 commented on pull request #2177: feature: support plugin for aliyun log service

2020-10-18 Thread GitBox
gy09535 commented on pull request #2177: URL: https://github.com/apache/apisix/pull/2177#issuecomment-711474875 > @gy09535 I think we need to way to confirm this plugin can work fine with aliyun. if we can check this in the test, it should be great. Thanks I will try it.

[GitHub] [apisix] qiujiayu commented on issue #2369: bug: Unable to get the latest upstream node list by service discovery

2020-10-18 Thread GitBox
qiujiayu commented on issue #2369: URL: https://github.com/apache/apisix/issues/2369#issuecomment-711209534 Adding `up_version` is a good solution. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] membphis commented on pull request #2456: CI: remove `luacov`, maybe reopen it later.

2020-10-18 Thread GitBox
membphis commented on pull request #2456: URL: https://github.com/apache/apisix/pull/2456#issuecomment-711221022 > Why remove Luacov? the result is unstable, and it causes the test case to time out and fails. and we have no way to view the result now. I think we can

[GitHub] [apisix] membphis commented on pull request #2454: doc: Contributor Over Time

2020-10-18 Thread GitBox
membphis commented on pull request #2454: URL: https://github.com/apache/apisix/pull/2454#issuecomment-711222127 It can only be updated manually now This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] membphis commented on a change in pull request #2458: [doc]to correct some typo and incorrect examples in getting-started.md and syslog.md

2020-10-18 Thread GitBox
membphis commented on a change in pull request #2458: URL: https://github.com/apache/apisix/pull/2458#discussion_r507176656 ## File path: doc/getting-started.md ## @@ -237,7 +237,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13 Now you

[GitHub] [apisix] membphis commented on issue #2457: doc: typo in getting-started.md and the example in plugins/syslog.md#how-to-enable is wrong.

2020-10-18 Thread GitBox
membphis commented on issue #2457: URL: https://github.com/apache/apisix/issues/2457#issuecomment-711162776 nice, welcome PR This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix] dabue opened a new pull request #2458: [doc]to correct some typo and incorrect examples in getting-started.md and syslog.md

2020-10-18 Thread GitBox
dabue opened a new pull request #2458: URL: https://github.com/apache/apisix/pull/2458 ### What this PR does / why we need it: fix #2457 ### Pre-submission checklist: https://github.com/apache/apisix/blob/master/doc/getting-started.md#add-a-prefix-to-the-route Line 240

[GitHub] [apisix] spacewander opened a new pull request #2459: change(jwt-auth): split schema to adapt different occasions

2020-10-18 Thread GitBox
spacewander opened a new pull request #2459: URL: https://github.com/apache/apisix/pull/2459 Close #2288. ### 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] moonming commented on issue #2412: CI on OS X is broken

2020-10-18 Thread GitBox
moonming commented on issue #2412: URL: https://github.com/apache/apisix/issues/2412#issuecomment-711174217 > fixed Where is the fix PR? @nic-chen This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] moonming commented on pull request #2454: doc: Contributor Over Time

2020-10-18 Thread GitBox
moonming commented on pull request #2454: URL: https://github.com/apache/apisix/pull/2454#issuecomment-711173809 How to update this? This is an automated message from the Apache Git Service. To respond to the message, please