[GitHub] [apisix-ingress-controller] Chever-John opened a new pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-24 Thread GitBox
Chever-John opened a new pull request #933: URL: https://github.com/apache/apisix-ingress-controller/pull/933 As title says. ### Type of change: - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR

[GitHub] [apisix-helm-chart] Gallardot commented on a change in pull request #257: Daemonset

2022-03-24 Thread GitBox
Gallardot commented on a change in pull request #257: URL: https://github.com/apache/apisix-helm-chart/pull/257#discussion_r834241987 ## File path: charts/apisix/templates/daemonset.yaml ## @@ -0,0 +1,201 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [apisix-website] juzhiyuan commented on pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
juzhiyuan commented on pull request #971: URL: https://github.com/apache/apisix-website/pull/971#issuecomment-1077579260 Hi, @Boburmirzo, would you please check this CI? https://github.com/apache/apisix-website/runs/5676296051?check_suite_focus=true 😄 -- This is an automated message fro

[GitHub] [apisix-helm-chart] PGDream commented on a change in pull request #257: Daemonset

2022-03-24 Thread GitBox
PGDream commented on a change in pull request #257: URL: https://github.com/apache/apisix-helm-chart/pull/257#discussion_r834302360 ## File path: charts/apisix/templates/daemonset.yaml ## @@ -0,0 +1,201 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
netlify[bot] edited a comment on pull request #971: URL: https://github.com/apache/apisix-website/pull/971#issuecomment-1077444398 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest co

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
netlify[bot] edited a comment on pull request #971: URL: https://github.com/apache/apisix-website/pull/971#issuecomment-1077444398 ### ✅ Deploy Preview for *apache-apisix* ready! | Name | Link | |-|| |🔨 Latest commit

[GitHub] [apisix] tzssangglass commented on issue #6709: feat: file-log-plugin should combine with log-rotate

2022-03-24 Thread GitBox
tzssangglass commented on issue #6709: URL: https://github.com/apache/apisix/issues/6709#issuecomment-1077659748 They are not really related, can you give more details? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] ComradeProgrammer commented on a change in pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
ComradeProgrammer commented on a change in pull request #6382: URL: https://github.com/apache/apisix/pull/6382#discussion_r834356057 ## File path: t/plugin/authz-casdoor.t ## @@ -0,0 +1,444 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribut

[GitHub] [apisix] ComradeProgrammer commented on a change in pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
ComradeProgrammer commented on a change in pull request #6382: URL: https://github.com/apache/apisix/pull/6382#discussion_r834356057 ## File path: t/plugin/authz-casdoor.t ## @@ -0,0 +1,444 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribut

[GitHub] [apisix] ComradeProgrammer commented on a change in pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
ComradeProgrammer commented on a change in pull request #6382: URL: https://github.com/apache/apisix/pull/6382#discussion_r834423943 ## File path: t/plugin/authz-casdoor.t ## @@ -0,0 +1,444 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribut

[GitHub] [apisix] ComradeProgrammer commented on pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
ComradeProgrammer commented on pull request #6382: URL: https://github.com/apache/apisix/pull/6382#issuecomment-1077742615 revisions made -- 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] leslie-tsang commented on a change in pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
leslie-tsang commented on a change in pull request #6382: URL: https://github.com/apache/apisix/pull/6382#discussion_r834625457 ## File path: t/plugin/authz-casdoor.t ## @@ -0,0 +1,444 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor li

[GitHub] [apisix] easlee opened a new pull request #6713: fix(bath-requests) read trailers

2022-03-24 Thread GitBox
easlee opened a new pull request #6713: URL: https://github.com/apache/apisix/pull/6713 ### Description 当使用bath-requests插件,上游服务器返回的报文包含Transfer-Encoding: chunked时,只有第一个请求正常,其他请求返回 {"reason":"upstream timeout","status":504}。 查询源码后, 定位到deps/share/lua/5.1/resty/http.lua文件中的_chunke

[GitHub] [apisix] moonming commented on a change in pull request #6707: fix: hidding real message when password or username is error

2022-03-24 Thread GitBox
moonming commented on a change in pull request #6707: URL: https://github.com/apache/apisix/pull/6707#discussion_r834837475 ## File path: apisix/plugins/basic-auth.lua ## @@ -167,14 +167,14 @@ function _M.rewrite(conf, ctx) -- 3. check user exists local cur_consumer =

[GitHub] [apisix-helm-chart] moonming commented on pull request #232: feat(apisix): add timezone and extraEnvVars

2022-03-24 Thread GitBox
moonming commented on pull request #232: URL: https://github.com/apache/apisix-helm-chart/pull/232#issuecomment-1078511187 the same as https://github.com/apache/apisix/issues/3039? we can not hard-code TZ -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [apisix] moonming commented on pull request #6705: docs: FAQ add items for modifying the timezone

2022-03-24 Thread GitBox
moonming commented on pull request #6705: URL: https://github.com/apache/apisix/pull/6705#issuecomment-1078511474 the same as https://github.com/apache/apisix/issues/3039 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [apisix] moonming commented on pull request #6705: docs: FAQ add items for modifying the timezone

2022-03-24 Thread GitBox
moonming commented on pull request #6705: URL: https://github.com/apache/apisix/pull/6705#issuecomment-1078511875 I am not sure we need to add this to FAQ for Apache APISIX -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix] spacewander merged pull request #6696: docs: fix skywalking-logger typo

2022-03-24 Thread GitBox
spacewander merged pull request #6696: URL: https://github.com/apache/apisix/pull/6696 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix-helm-chart] tokers commented on pull request #232: feat(apisix): add timezone and extraEnvVars

2022-03-24 Thread GitBox
tokers commented on pull request #232: URL: https://github.com/apache/apisix-helm-chart/pull/232#issuecomment-1078545680 @Gallardot We may do not set the `TZ` if the value is empty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [apisix] leslie-tsang commented on a change in pull request #6711: docs: fix links to OpenTelemetry specification

2022-03-24 Thread GitBox
leslie-tsang commented on a change in pull request #6711: URL: https://github.com/apache/apisix/pull/6711#discussion_r834864965 ## File path: docs/en/latest/plugins/opentelemetry.md ## @@ -23,9 +23,9 @@ title: opentelemetry ## Description -[OpenTelemetry](https://opentelem

[GitHub] [apisix] spacewander merged pull request #6711: docs: fix links to OpenTelemetry specification

2022-03-24 Thread GitBox
spacewander merged pull request #6711: URL: https://github.com/apache/apisix/pull/6711 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix] tokers commented on issue #6710: help request: Add a header if exist not overwrite

2022-03-24 Thread GitBox
tokers commented on issue #6710: URL: https://github.com/apache/apisix/issues/6710#issuecomment-1078552390 @purekeeper Currently, you may support this by the serverless plugin: https://apisix.apache.org/docs/apisix/plugins/serverless. -- This is an automated message from the Apache Git S

[GitHub] [apisix] spacewander commented on pull request #6707: fix: hidding real message when password or username is error

2022-03-24 Thread GitBox
spacewander commented on pull request #6707: URL: https://github.com/apache/apisix/pull/6707#issuecomment-1078552924 Hi @liangliang4ward, you need to use: ``` Fixes #6703 ``` but not ``` Fixes # [(issue)](https://github.com/apache/apisix/issues/6703) ``` in the link

[GitHub] [apisix] chalin commented on a change in pull request #6711: docs: fix links to OpenTelemetry specification

2022-03-24 Thread GitBox
chalin commented on a change in pull request #6711: URL: https://github.com/apache/apisix/pull/6711#discussion_r834869409 ## File path: docs/en/latest/plugins/opentelemetry.md ## @@ -23,9 +23,9 @@ title: opentelemetry ## Description -[OpenTelemetry](https://opentelemetry.i

[GitHub] [apisix] spacewander commented on pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
spacewander commented on pull request #6382: URL: https://github.com/apache/apisix/pull/6382#issuecomment-1078557359 Let's handle https://github.com/apache/apisix/pull/6382#discussion_r832883057? -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [apisix-docker] membphis merged pull request #294: feat: upgrade dependency to 1.19.9.1.4

2022-03-24 Thread GitBox
membphis merged pull request #294: URL: https://github.com/apache/apisix-docker/pull/294 -- 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 specific comment. To unsubscribe, e-mail: notificat

[GitHub] [apisix-helm-chart] tokers commented on a change in pull request #257: Daemonset

2022-03-24 Thread GitBox
tokers commented on a change in pull request #257: URL: https://github.com/apache/apisix-helm-chart/pull/257#discussion_r834872377 ## File path: charts/apisix/templates/daemonset.yaml ## @@ -0,0 +1,201 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [apisix] spacewander commented on issue #5451: request help: Does response-rewrite plugin support partial or regular substitution

2022-03-24 Thread GitBox
spacewander commented on issue #5451: URL: https://github.com/apache/apisix/issues/5451#issuecomment-1078560446 LGTM, except for a small problem: We need to check the result of `hold_body_chunk`: https://github.com/apache/apisix/blob/6cd7b8d024d2b3da9db0a61dbff3b462059fa233/apisix/cor

[GitHub] [apisix-dashboard] guoqqqi commented on a change in pull request #2393: feat: Adding view buttons to the plugin-template page

2022-03-24 Thread GitBox
guoqqqi commented on a change in pull request #2393: URL: https://github.com/apache/apisix-dashboard/pull/2393#discussion_r834877485 ## File path: web/cypress/integration/pluginTemplate/create-edit-delete-plugin-template.spec.js ## @@ -77,6 +78,19 @@ context('Create Configure

[GitHub] [apisix-dashboard] Baoyuantop commented on a change in pull request #2393: feat: Adding view buttons to the plugin-template page

2022-03-24 Thread GitBox
Baoyuantop commented on a change in pull request #2393: URL: https://github.com/apache/apisix-dashboard/pull/2393#discussion_r834880695 ## File path: web/src/pages/PluginTemplate/List.tsx ## @@ -162,6 +180,21 @@ const Page: React.FC = () => { , ]} />

[GitHub] [apisix-website] guoqqqi commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
guoqqqi commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834881490 ## File path: website/config/navbar.js ## @@ -78,6 +78,10 @@ module.exports = [ to: "/docs/general/community", label: "Community"

[GitHub] [apisix] liuning89757 commented on issue #6704: help request: Is it possible to add another listen port without breaking the existing long-running connections?

2022-03-24 Thread GitBox
liuning89757 commented on issue #6704: URL: https://github.com/apache/apisix/issues/6704#issuecomment-1078572737 ok, thanks for the reply. -- 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 sp

[GitHub] [apisix] liuning89757 closed issue #6704: help request: Is it possible to add another listen port without breaking the existing long-running connections?

2022-03-24 Thread GitBox
liuning89757 closed issue #6704: URL: https://github.com/apache/apisix/issues/6704 -- 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 specific comment. To unsubscribe, e-mail: notifications-u

[GitHub] [apisix] zhendongcmss opened a new issue #6714: bug: error heartbeat iresty.com

2022-03-24 Thread GitBox
zhendongcmss opened a new issue #6714: URL: https://github.com/apache/apisix/issues/6714 ### Current Behavior Why apisix send heartbeat to www.iresty.com ? I don't find any `www.iresty.com` string on lua code. Does it compile on binary ? ![image](https://user-images.githubuse

[GitHub] [apisix] zhendongcmss closed issue #6608: request help: ipv6 client preferentially proxy to ipv6 upstreams and ipv4 preferentially proxy to ipv4 upstream

2022-03-24 Thread GitBox
zhendongcmss closed issue #6608: URL: https://github.com/apache/apisix/issues/6608 -- 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 specific comment. To unsubscribe, e-mail: notifications-u

[GitHub] [apisix-ingress-controller] PGDream opened a new issue #934: request help: apisix/cluster.go:343 cluster default now is ready, cost time 608.392498ms

2022-03-24 Thread GitBox
PGDream opened a new issue #934: URL: https://github.com/apache/apisix-ingress-controller/issues/934 ### Issue description i see https://github.com/apache/apisix-ingress-controller/pull/872 merged to master, pull master branch to local and build dockerfile,docker mirrors address: z

[GitHub] [apisix] spacewander merged pull request #6712: docs(zh): fix links to OpenTelemetry specification

2022-03-24 Thread GitBox
spacewander merged pull request #6712: URL: https://github.com/apache/apisix/pull/6712 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
juzhiyuan commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834895595 ## File path: website/config/navbar.js ## @@ -78,6 +78,10 @@ module.exports = [ to: "/docs/general/community", label: "Community"

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
juzhiyuan commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834895969 ## File path: website/docs/general/events.md ## @@ -0,0 +1,29 @@ +--- +id: events +title: Events +keywords: + - Events + - Conferences + - Works

[GitHub] [apisix-ingress-controller] xianshun163 opened a new issue #935: Is that any way to set the node priority as it do in the admin api?

2022-03-24 Thread GitBox
xianshun163 opened a new issue #935: URL: https://github.com/apache/apisix-ingress-controller/issues/935 ### Issue description the function is like the nginx config: upstream server_tomcat1 { server 127.0.0.1:9001 weight=1 max_fails=5 fail_timeout=60s; server 127.0.0.1:90

[GitHub] [apisix] spacewander commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
spacewander commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078579654 Strange. There is no heartbeat.lua in APISIX. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [apisix-website] guoqqqi commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
guoqqqi commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834898736 ## File path: website/config/navbar.js ## @@ -78,6 +78,10 @@ module.exports = [ to: "/docs/general/community", label: "Community"

[GitHub] [apisix] ComradeProgrammer commented on pull request #6382: feat: add auth plugin for casdoor

2022-03-24 Thread GitBox
ComradeProgrammer commented on pull request #6382: URL: https://github.com/apache/apisix/pull/6382#issuecomment-1078583178 Revisions made -- 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] SylviaBABY opened a new pull request #6715: docs: update external-plugin image

2022-03-24 Thread GitBox
SylviaBABY opened a new pull request #6715: URL: https://github.com/apache/apisix/pull/6715 ### Description English doc need an English image, so change one pic in EN -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-ingress-controller] juzhiyuan commented on a change in pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-24 Thread GitBox
juzhiyuan commented on a change in pull request #933: URL: https://github.com/apache/apisix-ingress-controller/pull/933#discussion_r834905990 ## File path: docs/en/latest/deployments/kind.md ## @@ -0,0 +1,83 @@ +--- +title: Install Ingress APISIX on Kind Review comment:

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2352: chore(deps): bump actions/setup-go from 2.1.5 to 3

2022-03-24 Thread GitBox
juzhiyuan merged pull request #2352: URL: https://github.com/apache/apisix-dashboard/pull/2352 -- 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 specific comment. To unsubscribe, e-mail: not

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2350: chore(deps): bump actions/setup-node from 2.5.1 to 3

2022-03-24 Thread GitBox
juzhiyuan merged pull request #2350: URL: https://github.com/apache/apisix-dashboard/pull/2350 -- 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 specific comment. To unsubscribe, e-mail: not

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2356: chore(deps): bump actions/checkout from 2 to 3

2022-03-24 Thread GitBox
juzhiyuan merged pull request #2356: URL: https://github.com/apache/apisix-dashboard/pull/2356 -- 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 specific comment. To unsubscribe, e-mail: not

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-24 Thread GitBox
tao12345666333 commented on a change in pull request #933: URL: https://github.com/apache/apisix-ingress-controller/pull/933#discussion_r834908512 ## File path: docs/en/latest/deployments/kind.md ## @@ -0,0 +1,83 @@ +--- +title: Install Ingress APISIX on Kind Review comment:

[GitHub] [apisix-website] juzhiyuan commented on issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
juzhiyuan commented on issue #392: URL: https://github.com/apache/apisix-website/issues/392#issuecomment-1078598368 > Any update here? It's been a long time. Would you like to take this one? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [apisix] moonming commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
moonming commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078598998 we can remove all iresty.com now. -- 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 commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
moonming commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078599147 there is no heartbeat in Apache APISIX -- 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] Baoyuantop commented on issue #2355: CRD方式导入的证书无法显示拓展证书的所有域名

2022-03-24 Thread GitBox
Baoyuantop commented on issue #2355: URL: https://github.com/apache/apisix-dashboard/issues/2355#issuecomment-1078599199 OK let me check. -- 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-website] SkyeYoung commented on issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
SkyeYoung commented on issue #392: URL: https://github.com/apache/apisix-website/issues/392#issuecomment-1078599271 @juzhiyuan in fact it's not easy to copy but ignore the `$`. We need parse the code, or use a different structure. -- This is an automated message from the Apache Git Servi

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
juzhiyuan commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834912037 ## File path: website/config/navbar.js ## @@ -78,6 +78,10 @@ module.exports = [ to: "/docs/general/community", label: "Community"

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834912122 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834912220 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix-website] juzhiyuan commented on issue #699: support to cache to old versions' documents

2022-03-24 Thread GitBox
juzhiyuan commented on issue #699: URL: https://github.com/apache/apisix-website/issues/699#issuecomment-1078600896 No, would you like to implement this? It will speed up building time! Please refer to Docusaurus's site, and it only builds recent versions. -- This is an automated message

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834913263 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834913479 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix] spacewander opened a new pull request #6716: feat: release 2.13.0

2022-03-24 Thread GitBox
spacewander opened a new pull request #6716: URL: https://github.com/apache/apisix/pull/6716 Signed-off-by: spacewander ### Description Fixes 6646 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [ ] I have explained th

[GitHub] [apisix] zhendongcmss commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078602476 > Strange. There is no heartbeat.lua in APISIX. I am confused too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix-website] SkyeYoung commented on issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
SkyeYoung commented on issue #392: URL: https://github.com/apache/apisix-website/issues/392#issuecomment-1078602519 I think we should close this issue, because: 1. If we keep the existing code format, we inevitably need to parse the code. Then we have to change the core code of docus

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834914029 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix] spacewander merged pull request #6715: docs: update external-plugin image

2022-03-24 Thread GitBox
spacewander merged pull request #6715: URL: https://github.com/apache/apisix/pull/6715 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix-website] SkyeYoung commented on pull request #970: feat: lang detection

2022-03-24 Thread GitBox
SkyeYoung commented on pull request #970: URL: https://github.com/apache/apisix-website/pull/970#issuecomment-1078603221 > Hi, @SkyeYoung. This PR has lots of style changes. 😅 How about this? > > 1. You could set up the prettier configuration and format all codes in one PR. > 2. S

[GitHub] [apisix] zhendongcmss commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078603595 2.10.1 have this issue too. -- 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 t

[GitHub] [apisix] zhendongcmss edited a comment on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss edited a comment on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078603595 2.10.1 have this issue too. ![image](https://user-images.githubusercontent.com/88528414/160045497-6571e7f5-f639-4f24-81d0-7d1431ff6147.png) -- This is an aut

[GitHub] [apisix] Chever-John commented on a change in pull request #6616: docs: add datadog document(zh)

2022-03-24 Thread GitBox
Chever-John commented on a change in pull request #6616: URL: https://github.com/apache/apisix/pull/6616#discussion_r834915702 ## File path: docs/zh/latest/plugins/datadog.md ## @@ -0,0 +1,145 @@ +--- +title: datadog +--- + + + +## 简介 + +`datadog` 是 Apache APISIX 内置的监控插件,可与 [D

[GitHub] [apisix] zhendongcmss commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078604583 It send heartbeat to www.irest.com every hour from the timestamp. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [apisix-website] SkyeYoung commented on issue #699: support to cache to old versions' documents

2022-03-24 Thread GitBox
SkyeYoung commented on issue #699: URL: https://github.com/apache/apisix-website/issues/699#issuecomment-1078604718 > No, would you like to implement this? It will speed up building time! Please refer to Docusaurus's site, and it only builds recent versions. Ok, let me complete it.

[GitHub] [apisix-website] juzhiyuan closed issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
juzhiyuan closed issue #392: URL: https://github.com/apache/apisix-website/issues/392 -- 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 specific comment. To unsubscribe, e-mail: notification

[GitHub] [apisix-website] juzhiyuan commented on issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
juzhiyuan commented on issue #392: URL: https://github.com/apache/apisix-website/issues/392#issuecomment-1078604921 Hi, there is a lot of documentation containing code blocks with `shell` and `output.`, so I will close this issue and cc @hf400159 @navendu-pottekkat to take a look: this is

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2349: chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0

2022-03-24 Thread GitBox
codecov-commenter edited a comment on pull request #2349: URL: https://github.com/apache/apisix-dashboard/pull/2349#issuecomment-1053936793 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2349?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2351: chore(deps): bump actions/setup-python from 2.3.2 to 3

2022-03-24 Thread GitBox
codecov-commenter commented on pull request #2351: URL: https://github.com/apache/apisix-dashboard/pull/2351#issuecomment-1078605464 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2351?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+co

[GitHub] [apisix] zhendongcmss commented on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss commented on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078606276 It is occasional, no fixed time. -- 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] tao12345666333 commented on issue #934: request help: apisix/cluster.go:343 cluster default now is ready, cost time 608.392498ms

2022-03-24 Thread GitBox
tao12345666333 commented on issue #934: URL: https://github.com/apache/apisix-ingress-controller/issues/934#issuecomment-1078608535 Have you created some custom resources? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix] zhendongcmss edited a comment on issue #6714: bug: error heartbeat www.iresty.com

2022-03-24 Thread GitBox
zhendongcmss edited a comment on issue #6714: URL: https://github.com/apache/apisix/issues/6714#issuecomment-1078604583 It send heartbeat to www.iresty.com every hour from the timestamp. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix-helm-chart] PGDream commented on a change in pull request #257: Daemonset

2022-03-24 Thread GitBox
PGDream commented on a change in pull request #257: URL: https://github.com/apache/apisix-helm-chart/pull/257#discussion_r834919329 ## File path: charts/apisix/templates/daemonset.yaml ## @@ -0,0 +1,201 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2366: docs: fix invalid link

2022-03-24 Thread GitBox
juzhiyuan merged pull request #2366: URL: https://github.com/apache/apisix-dashboard/pull/2366 -- 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 specific comment. To unsubscribe, e-mail: not

[GitHub] [apisix] spacewander closed pull request #6646: feat: release 2.13.0

2022-03-24 Thread GitBox
spacewander closed pull request #6646: URL: https://github.com/apache/apisix/pull/6646 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #935: Is that any way to set the node priority as it do in the admin api?

2022-03-24 Thread GitBox
tao12345666333 commented on issue #935: URL: https://github.com/apache/apisix-ingress-controller/issues/935#issuecomment-1078611800 In fact in Kubernetes, our backends are Pods, and they don't actually make any difference. But we do have a way to do what you need (if you really need

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #970: feat: lang detection

2022-03-24 Thread GitBox
netlify[bot] edited a comment on pull request #970: URL: https://github.com/apache/apisix-website/pull/970#issuecomment-1077398855 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest co

[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #970: feat: lang detection

2022-03-24 Thread GitBox
netlify[bot] edited a comment on pull request #970: URL: https://github.com/apache/apisix-website/pull/970#issuecomment-1077398855 ### ✅ Deploy Preview for *apache-apisix* ready! | Name | Link | |-|| |🔨 Latest commit

[GitHub] [apisix] spacewander opened a new pull request #6717: ci: should check the `>>> master` too

2022-03-24 Thread GitBox
spacewander opened a new pull request #6717: URL: https://github.com/apache/apisix/pull/6717 Avoid resolving part of the conflict. Signed-off-by: spacewander ### Description Fixes # (issue) ### Checklist - [x] I have explained the need for this PR

[GitHub] [apisix] loseself commented on issue #6702: How to register and use custom variable?

2022-03-24 Thread GitBox
loseself commented on issue #6702: URL: https://github.com/apache/apisix/issues/6702#issuecomment-1078622899 thanks -- 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 specific comment. To unsu

[GitHub] [apisix-dashboard] SkyeYoung commented on issue #2354: APISIX Dashboard V3 Discuss

2022-03-24 Thread GitBox
SkyeYoung commented on issue #2354: URL: https://github.com/apache/apisix-dashboard/issues/2354#issuecomment-1078622666 Hi, I hope support mock data in frontend. This will support demons and tests without backend. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [apisix] tzssangglass commented on issue #6694: bug: using DNS discovery SRV and CHash algorithm can't work like node upstream type

2022-03-24 Thread GitBox
tzssangglass commented on issue #6694: URL: https://github.com/apache/apisix/issues/6694#issuecomment-1078623920 Here are my reproduction steps: 1. start DNS server execute this script https://github.com/apache/apisix/blob/master/utils/set-dns.sh 2. verify SRV records

[GitHub] [apisix-website] juzhiyuan closed issue #719: support Events generation automatically

2022-03-24 Thread GitBox
juzhiyuan closed issue #719: URL: https://github.com/apache/apisix-website/issues/719 -- 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 specific comment. To unsubscribe, e-mail: notification

[GitHub] [apisix] loseself commented on issue #6702: How to register and use custom variable?

2022-03-24 Thread GitBox
loseself commented on issue #6702: URL: https://github.com/apache/apisix/issues/6702#issuecomment-1078631916 How to destroy -- 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 specific comment.

[GitHub] [apisix] spacewander merged pull request #6716: feat: release 2.13.0

2022-03-24 Thread GitBox
spacewander merged pull request #6716: URL: https://github.com/apache/apisix/pull/6716 -- 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 specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [apisix] easlee closed pull request #6713: fix(batch-requests): read trailers

2022-03-24 Thread GitBox
easlee closed pull request #6713: URL: https://github.com/apache/apisix/pull/6713 -- 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 specific comment. To unsubscribe, e-mail: notifications-un

[GitHub] [apisix] easlee commented on pull request #6713: fix(batch-requests): read trailers

2022-03-24 Thread GitBox
easlee commented on pull request #6713: URL: https://github.com/apache/apisix/pull/6713#issuecomment-1078651333 > Let's add a test in t/plugin/batch-requests2.t. We can create a mock upstream like > > https://github.com/apache/apisix/blob/6cd7b8d024d2b3da9db0a61dbff3b462059fa233/t/p

[GitHub] [apisix] easlee removed a comment on pull request #6713: fix(batch-requests): read trailers

2022-03-24 Thread GitBox
easlee removed a comment on pull request #6713: URL: https://github.com/apache/apisix/pull/6713#issuecomment-1078651333 > Let's add a test in t/plugin/batch-requests2.t. We can create a mock upstream like > > https://github.com/apache/apisix/blob/6cd7b8d024d2b3da9db0a61dbff3b462059f

[GitHub] [apisix] easlee commented on pull request #6713: fix(batch-requests): read trailers

2022-03-24 Thread GitBox
easlee commented on pull request #6713: URL: https://github.com/apache/apisix/pull/6713#issuecomment-1078652512 How do I run the test after create a mock upstream? -- 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] spacewander merged pull request #295: feat: upgrade APISIX to 2.13.0

2022-03-24 Thread GitBox
spacewander merged pull request #295: URL: https://github.com/apache/apisix-docker/pull/295 -- 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 specific comment. To unsubscribe, e-mail: notifi

[GitHub] [apisix-helm-chart] tao12345666333 commented on a change in pull request #259: feat: upgrade APISIX to 2.13.0

2022-03-24 Thread GitBox
tao12345666333 commented on a change in pull request #259: URL: https://github.com/apache/apisix-helm-chart/pull/259#discussion_r834955894 ## File path: charts/apisix/Chart.yaml ## @@ -31,12 +31,12 @@ type: application # This is the chart version. This version number should be

[GitHub] [apisix-website] Boburmirzo commented on a change in pull request #971: docs: add events page to track our events

2022-03-24 Thread GitBox
Boburmirzo commented on a change in pull request #971: URL: https://github.com/apache/apisix-website/pull/971#discussion_r834967370 ## File path: website/docs/general/events.md ## @@ -0,0 +1,29 @@ +--- +id: events +title: Events +keywords: + - Events + - Conferences + - Work

[GitHub] [apisix-website] navendu-pottekkat commented on issue #392: feature request: refine code block copy button behaviour to ignore the leading `$`

2022-03-24 Thread GitBox
navendu-pottekkat commented on issue #392: URL: https://github.com/apache/apisix-website/issues/392#issuecomment-1078675878 @juzhiyuan Yes. We are including this in the style guide and would be using more of Docusaurus' features. -- This is an automated message from the Apache Git Servic

[GitHub] [apisix-ingress-controller] PGDream commented on issue #934: request help: apisix/cluster.go:343 cluster default now is ready, cost time 608.392498ms

2022-03-24 Thread GitBox
PGDream commented on issue #934: URL: https://github.com/apache/apisix-ingress-controller/issues/934#issuecomment-1078676608 > NO , not create CRD default with ingress -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

  1   2   3   4   5   6   7   8   9   10   >