[GitHub] [apisix-website] qier222 edited a comment on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
qier222 edited a comment on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785559570 General English docs ๐Ÿ‘‰ /website/docs/general APISIX English docs ๐Ÿ‘‰ /website/docs/apisix APISIX English Dashboard docs ๐Ÿ‘‰ /website/docs/apisix-dashboard APISIX

[GitHub] [apisix-ingress-controller] gxthrj closed issue #264: remove the useless conf.json

2021-02-24 Thread GitBox
gxthrj closed issue #264: URL: https://github.com/apache/apisix-ingress-controller/issues/264 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-ingress-controller] gxthrj commented on issue #264: remove the useless conf.json

2021-02-24 Thread GitBox
gxthrj commented on issue #264: URL: https://github.com/apache/apisix-ingress-controller/issues/264#issuecomment-785561933 Close this issue now This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [apisix-ingress-controller] stu01509 opened a new pull request #268: docs: move install.md location to top level directory

2021-02-24 Thread GitBox
stu01509 opened a new pull request #268: URL: https://github.com/apache/apisix-ingress-controller/pull/268 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ]

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #267: chore: remove unless conf.json

2021-02-24 Thread GitBox
gxthrj merged pull request #267: URL: https://github.com/apache/apisix-ingress-controller/pull/267 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-ingress-controller] branch master updated: chore: remove unless conf.json (#267)

2021-02-24 Thread kvn
This is an automated email from the ASF dual-hosted git repository. kvn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git The following commit(s) were added to refs/heads/master by this push: new d5ea70b chore: remove unless co

[GitHub] [apisix] Firstsawyou commented on pull request #3666: test: make key-auth-upstream-domain-node stable

2021-02-24 Thread GitBox
Firstsawyou commented on pull request #3666: URL: https://github.com/apache/apisix/pull/3666#issuecomment-785559698 LGTM. This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3660: chore: update makefile install to install everything in conf

2021-02-24 Thread GitBox
Yiyiyimu commented on a change in pull request #3660: URL: https://github.com/apache/apisix/pull/3660#discussion_r582529217 ## File path: Makefile ## @@ -143,9 +143,8 @@ install: default $(INSTALL) -d /usr/local/apisix/ $(INSTALL) -d /usr/local/apisix/logs/

[GitHub] [apisix-website] qier222 commented on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
qier222 commented on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785559570 General docs ๐Ÿ‘‰ APISIX English docs ๐Ÿ‘‰ /website/ ๐Ÿ‘‰ ๐Ÿ‘‰ ๐Ÿ‘‰ This is an automated message from the Apac

[GitHub] [apisix-website] qier222 commented on a change in pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
qier222 commented on a change in pull request #202: URL: https://github.com/apache/apisix-website/pull/202#discussion_r582526418 ## File path: website/i18n/zh-cn/docusaurus-plugin-content-docs/version-2.3.json ## @@ -0,0 +1,10 @@ +{ + "version.label": { +"message": "2.3",

[GitHub] [apisix-dashboard] Jaycean commented on a change in pull request #1502: feat: rewrite e2e test(upstream_test) with ginkgo

2021-02-24 Thread GitBox
Jaycean commented on a change in pull request #1502: URL: https://github.com/apache/apisix-dashboard/pull/1502#discussion_r582525738 ## File path: api/test/e2enew/upstream/upstream_test.go ## @@ -0,0 +1,591 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[GitHub] [apisix-ingress-controller] codecov-io commented on pull request #267: chore: remove unless conf.json

2021-02-24 Thread GitBox
codecov-io commented on pull request #267: URL: https://github.com/apache/apisix-ingress-controller/pull/267#issuecomment-785558562 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/267?src=pr&el=h1) Report > Merging [#267](https://codecov.io/gh/apache/apisix-ing

[GitHub] [apisix] spacewander commented on a change in pull request #3660: chore: update makefile install to install everything in conf

2021-02-24 Thread GitBox
spacewander commented on a change in pull request #3660: URL: https://github.com/apache/apisix/pull/3660#discussion_r582524375 ## File path: Makefile ## @@ -143,9 +143,8 @@ install: default $(INSTALL) -d /usr/local/apisix/ $(INSTALL) -d /usr/local/apisix/logs/

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
LiteSun commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582521980 ## File path: web/src/components/RawDataEditor/RawDataEditor.tsx ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] [apisix-dashboard] starsz commented on a change in pull request #1465: feat(be): Online debug function adds support for transfer files

2021-02-24 Thread GitBox
starsz commented on a change in pull request #1465: URL: https://github.com/apache/apisix-dashboard/pull/1465#discussion_r582517913 ## File path: api/test/e2enew/base/http.go ## @@ -92,3 +104,44 @@ func BatchTestServerPort(times int) map[string]int { return res } + +

[GitHub] [apisix-dashboard] nic-chen commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
nic-chen commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-78535 > > When exporting the JSON Schema from APISIX, only the schema of the plugins that APISIX has been enabled are exported. > > Because APISIX will only export enabled

[GitHub] [apisix-dashboard] nic-chen commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
nic-chen commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-78347 > Do Dashboard users care about plugins that are not enabled? it is reasonable for Dashboard to only display enabled plugins to me. some of them do care about it, It

[GitHub] [apisix] spacewander opened a new pull request #3666: test: make key-auth-upstream-domain-node stable

2021-02-24 Thread GitBox
spacewander opened a new pull request #3666: URL: https://github.com/apache/apisix/pull/3666 The www.apiseven.com can't be accessed as soon as the Apple's domain. As limit-count also hit the lrucache.plugin_ctx, we can remove limit-req with it safely. Signed-off-by: spacewan

[GitHub] [apisix-dashboard] nic-chen commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
nic-chen commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785554905 > If we add a plugin in apisix, we should sync with the plugins configuration? yes This is an auto

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
juzhiyuan commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785554332 > When exporting the JSON Schema from APISIX, only the schema of the plugins that APISIX has been enabled are exported. Because APISIX will only export enabled plu

[GitHub] [apisix-dashboard] nic-chen commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
nic-chen commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785554219 > I would prefer to keep the current default value, once users use the following configuration: > > * listen.host == 0.0.0.0 > * The ManagerAPI is running in publ

[GitHub] [apisix-dashboard] ShiningRush commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
ShiningRush commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785553635 Do Dashboard users care about plugins that are not enabled? it is reasonable for Dashboard to only display enabled plugins to me. -

[GitHub] [apisix-dashboard] nic-chen commented on pull request #1420: feat: added support for -c to set the config file path

2021-02-24 Thread GitBox
nic-chen commented on pull request #1420: URL: https://github.com/apache/apisix-dashboard/pull/1420#issuecomment-785553565 we need some test cases for it. This is an automated message from the Apache Git Service. To respond t

[GitHub] [apisix-dashboard] starsz commented on pull request #1420: feat: added support for -c to set the config file path

2021-02-24 Thread GitBox
starsz commented on pull request #1420: URL: https://github.com/apache/apisix-dashboard/pull/1420#issuecomment-785552818 I think we can merge it first. What do you think? @nic-chen @juzhiyuan @liuxiran @imjoey This is an

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
juzhiyuan commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582503212 ## File path: web/src/pages/Consumer/List.tsx ## @@ -23,12 +23,15 @@ import { history, useIntl } from 'umi'; import { PlusOutlined } from '@an

[GitHub] [apisix-ingress-controller] stu01509 opened a new pull request #267: chore: remove unless conf.json

2021-02-24 Thread GitBox
stu01509 opened a new pull request #267: URL: https://github.com/apache/apisix-ingress-controller/pull/267 Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ]

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
juzhiyuan commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582502327 ## File path: web/src/components/RawDataEditor/RawDataEditor.tsx ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] starsz commented on a change in pull request #1509: feat: support plugin config

2021-02-24 Thread GitBox
starsz commented on a change in pull request #1509: URL: https://github.com/apache/apisix-dashboard/pull/1509#discussion_r582494143 ## File path: api/internal/core/store/storehub.go ## @@ -36,6 +36,7 @@ const ( HubKeyScript HubKey = "script" HubKeyGlobalRule

[GitHub] [apisix] spacewander opened a new pull request #3665: fix: cache server picker for nodes without port

2021-02-24 Thread GitBox
spacewander opened a new pull request #3665: URL: https://github.com/apache/apisix/pull/3665 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new featu

[GitHub] [apisix-dashboard] Firstsawyou commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
Firstsawyou commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785551397 > They are two different configurations. > > Maybe we can set the default value of `listen.host` to `0.0.0.0`. I think it would be better to explain the `al

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
juzhiyuan commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785551302 We'd better update the documentation and configuration file more clear about this issue, no matter use 127.0.0.1 or 0.0.0.0 -

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
juzhiyuan commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785551052 I would prefer to keep the current default value, once users use the following configuration: - listen.host == 0.0.0.0 - The ManagerAPI is running in public IP

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
LiteSun commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582498175 ## File path: web/src/pages/Consumer/List.tsx ## @@ -23,12 +23,15 @@ import { history, useIntl } from 'umi'; import { PlusOutlined } from '@ant-

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
juzhiyuan commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785549662 How about loop the schema.json and get the enabled plugin list? This is an automated message from the Apa

[GitHub] [apisix] juzhiyuan commented on a change in pull request #3661: docs: modify the docs directory

2021-02-24 Thread GitBox
juzhiyuan commented on a change in pull request #3661: URL: https://github.com/apache/apisix/pull/3661#discussion_r582480110 ## File path: docs/zh/latest/config.json ## @@ -0,0 +1,4 @@ +{ + "version": 2.3, + "sidebar": {} Review comment: We could fill this sidebar in

[GitHub] [apisix-dashboard] Jaycean edited a comment on issue #1500: Feat: Rewrite all E2E tests using the Ginkgo

2021-02-24 Thread GitBox
Jaycean edited a comment on issue #1500: URL: https://github.com/apache/apisix-dashboard/issues/1500#issuecomment-783995871 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix-dashboard] LiteSun commented on pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
LiteSun commented on pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#issuecomment-785548711 > @LiteSun you could fix those comments in another PR. will fix typo soon in this pr. This is an

[GitHub] [apisix-dashboard] starsz commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
starsz commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785548520 If we add a plugin in apisix, we should sync with the plugins configuration? This is an automated message fr

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
LiteSun commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582487747 ## File path: web/src/components/RawDataEditor/RawDataEditor.tsx ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] [apisix-dashboard] starsz commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
starsz commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785545516 > They are two different configurations. > > Maybe we can set the default value of `listen.host` to `0.0.0.0`. Agree +1. --

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #1502: feat: rewrite e2e test(upstream_test) with ginkgo

2021-02-24 Thread GitBox
nic-chen commented on a change in pull request #1502: URL: https://github.com/apache/apisix-dashboard/pull/1502#discussion_r582478499 ## File path: api/test/e2enew/upstream/upstream_test.go ## @@ -0,0 +1,591 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [apisix-website] juzhiyuan commented on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
juzhiyuan commented on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785544369 @qier222 Please add a blank line in another PR if needed. This is an automated message from the Apache Gi

[GitHub] [apisix-website] juzhiyuan commented on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
juzhiyuan commented on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785544204 > Where are these documents placed? ping @qier222 > > ![image](https://user-images.githubusercontent.com/6814606/109097412-3bdc7e00-775a-11eb-9c26-1320cd1eda2e.png)

[GitHub] [apisix-website] membphis edited a comment on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
membphis edited a comment on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785544058 Where are these documents placed? ping @qier222 ![image](https://user-images.githubusercontent.com/6814606/109097412-3bdc7e00-775a-11eb-9c26-1320cd1eda2e.pn

[GitHub] [apisix-website] juzhiyuan merged pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
juzhiyuan merged pull request #202: URL: https://github.com/apache/apisix-website/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[apisix-website] branch master updated: feat: multiple features for docs (#202)

2021-02-24 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 442a0a0 feat: multiple features for

[GitHub] [apisix-website] membphis commented on pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
membphis commented on pull request #202: URL: https://github.com/apache/apisix-website/pull/202#issuecomment-785544058 Where are these documents placed? ![image](https://user-images.githubusercontent.com/6814606/109097412-3bdc7e00-775a-11eb-9c26-1320cd1eda2e.png) -

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
juzhiyuan commented on pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#issuecomment-785543807 @LiteSun you could fix those comments in another PR. This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1505: feat: add rawDataEditor for route, consumer, upstream and service

2021-02-24 Thread GitBox
juzhiyuan commented on a change in pull request #1505: URL: https://github.com/apache/apisix-dashboard/pull/1505#discussion_r582467887 ## File path: web/src/components/RawDataEditor/RawDataEditor.tsx ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [apisix-dashboard] nic-chen commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
nic-chen commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785543200 cc @membphis @imjoey @liuxiran @ShiningRush This is an automated message from the Apache Git Service. To

[GitHub] [apisix-dashboard] nic-chen commented on issue #1510: the configuration relationship between "host" and "allow_list" in the conf.yaml file

2021-02-24 Thread GitBox
nic-chen commented on issue #1510: URL: https://github.com/apache/apisix-dashboard/issues/1510#issuecomment-785542974 They are two different configurations. Maybe we can set the default value of `listen.host` to `0.0.0.0`. ---

[GitHub] [apisix-website] membphis commented on a change in pull request #202: feat: multiple features for docs

2021-02-24 Thread GitBox
membphis commented on a change in pull request #202: URL: https://github.com/apache/apisix-website/pull/202#discussion_r582470908 ## File path: website/i18n/zh-cn/docusaurus-plugin-content-docs/version-2.3.json ## @@ -0,0 +1,10 @@ +{ + "version.label": { +"message": "2.3",

[GitHub] [apisix-dashboard] nic-chen commented on pull request #1477: feat: support etcd prefix as apisix does

2021-02-24 Thread GitBox
nic-chen commented on pull request #1477: URL: https://github.com/apache/apisix-dashboard/pull/1477#issuecomment-785542004 @liuyang211 More contributions are welcome ! : ) This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] nic-chen commented on issue #1039: Build plugin form according to its jsonschema

2021-02-24 Thread GitBox
nic-chen commented on issue #1039: URL: https://github.com/apache/apisix-dashboard/issues/1039#issuecomment-785541044 @liuxiran Thanks for the explanation. Maintaining a separate template is troublesome, and after the plugin schema is updated in APISIX, it may be easier to miss here

[GitHub] [apisix-dashboard] nic-chen commented on issue #1399: support to show raw data for Route, Upstream, Service and so on

2021-02-24 Thread GitBox
nic-chen commented on issue #1399: URL: https://github.com/apache/apisix-dashboard/issues/1399#issuecomment-785539394 @LiteSun The api cannot verify whether the submitted data is missing fields. Only required fields can be checked if they are missing. -

[apisix] branch master updated (2a6e2b4 -> e146893)

2021-02-24 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from 2a6e2b4 feat: add dns discovery (#3629) add e146893 docs: plugin-develop.md adds ctx and conf description

[GitHub] [apisix] spacewander merged pull request #3650: docs: plugin-develop.md adds ctx and conf descriptions

2021-02-24 Thread GitBox
spacewander merged pull request #3650: URL: https://github.com/apache/apisix/pull/3650 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] spacewander closed issue #3608: Unable to find the attribute and function documentation of ctx in the plugin callback function 'rewrite(conf,ctx)'

2021-02-24 Thread GitBox
spacewander closed issue #3608: URL: https://github.com/apache/apisix/issues/3608 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [apisix-ingress-controller] gxthrj merged pull request #265: feat: use unified translator to translate ApisixRoute v1

2021-02-24 Thread GitBox
gxthrj merged pull request #265: URL: https://github.com/apache/apisix-ingress-controller/pull/265 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-ingress-controller] branch master updated: feat: use unified translator to translate ApisixRoute v1 (#265)

2021-02-24 Thread kvn
This is an automated email from the ASF dual-hosted git repository. kvn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git The following commit(s) were added to refs/heads/master by this push: new 121bda3 feat: use unified trans

[GitHub] [apisix] juzhiyuan commented on a change in pull request #3661: docs: modify the docs directory

2021-02-24 Thread GitBox
juzhiyuan commented on a change in pull request #3661: URL: https://github.com/apache/apisix/pull/3661#discussion_r582445884 ## File path: docs/zh/latest/plugins/proxy-rewrite.md ## @@ -17,9 +17,13 @@ # --> +<<< HEAD:docs/zh/latest/plugins/proxy-rewrite.md +# proxy-rewr

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #3660: chore: update makefile install to install everything in conf

2021-02-24 Thread GitBox
Yiyiyimu commented on a change in pull request #3660: URL: https://github.com/apache/apisix/pull/3660#discussion_r582442941 ## File path: Makefile ## @@ -143,9 +143,7 @@ install: default $(INSTALL) -d /usr/local/apisix/ $(INSTALL) -d /usr/local/apisix/logs/

[GitHub] [apisix] juzhiyuan commented on issue #3659: bug: Please remove obsolete versions from mirror server

2021-02-24 Thread GitBox
juzhiyuan commented on issue #3659: URL: https://github.com/apache/apisix/issues/3659#issuecomment-785525673 ok This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix-docker] Yiyiyimu commented on a change in pull request #137: feat: support build apisix image from local code

2021-02-24 Thread GitBox
Yiyiyimu commented on a change in pull request #137: URL: https://github.com/apache/apisix-docker/pull/137#discussion_r582440504 ## File path: .github/workflows/apisix-alpine-local-docker-test.yaml ## @@ -0,0 +1,43 @@ +name: APISIX Alpine local docker Test + +on: + push: +

[GitHub] [apisix-docker] Yiyiyimu commented on a change in pull request #137: feat: support build apisix image from local code

2021-02-24 Thread GitBox
Yiyiyimu commented on a change in pull request #137: URL: https://github.com/apache/apisix-docker/pull/137#discussion_r582440327 ## File path: Makefile ## @@ -28,6 +28,10 @@ build-on-centos: build-on-alpine: docker build -t $(IMAGE_NAME):$(APISIX_VERSION)-alpine -f ./

[GitHub] [apisix] juzhiyuan commented on issue #3662: [discuss]: remove the `location /apisix/dashboard` API interface in the ngx_tpl.lua file

2021-02-24 Thread GitBox
juzhiyuan commented on issue #3662: URL: https://github.com/apache/apisix/issues/3662#issuecomment-785519124 It seems that this location is a historical issue, we could remove it IMO. This is an automated message from the Apa

[GitHub] [apisix] Firstsawyou commented on issue #3652: ๅปบ่ฎฎ๏ผšๆ˜ฏไธๆ˜ฏๅŽ็ปญ็‰ˆๆœฌๅฏไปฅ่€ƒ่™‘ๆŠŠๆ’ไปถ็š„ไผ˜ๅ…ˆ็บง้›†ๆˆๅˆฐ็ปŸไธ€็š„้…็ฝฎ้‡ŒๅŽป

2021-02-24 Thread GitBox
Firstsawyou commented on issue #3652: URL: https://github.com/apache/apisix/issues/3652#issuecomment-785517968 > Maybe we can automatically generate a priority list of plugins > @Firstsawyou Yes, I will try it. This

[GitHub] [apisix] spacewander commented on issue #2947: request help: luarocks access is slow in China, we may need CDN to speed up it

2021-02-24 Thread GitBox
spacewander commented on issue #2947: URL: https://github.com/apache/apisix/issues/2947#issuecomment-785517131 Done as luarocks.cn. This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [apisix] spacewander closed issue #2947: request help: luarocks access is slow in China, we may need CDN to speed up it

2021-02-24 Thread GitBox
spacewander closed issue #2947: URL: https://github.com/apache/apisix/issues/2947 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [apisix] spacewander closed issue #2973: upstream service parsed by CNAME raises exception

2021-02-24 Thread GitBox
spacewander closed issue #2973: URL: https://github.com/apache/apisix/issues/2973 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [apisix] spacewander commented on issue #2973: upstream service parsed by CNAME raises exception

2021-02-24 Thread GitBox
spacewander commented on issue #2973: URL: https://github.com/apache/apisix/issues/2973#issuecomment-785516688 Now we cache the record according to the TTL. Feel free to reopen it if the problem is still exist. This is an au

[GitHub] [apisix] spacewander closed issue #3515: test unstable: t/chaos/kill_etcd_test.go

2021-02-24 Thread GitBox
spacewander closed issue #3515: URL: https://github.com/apache/apisix/issues/3515 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [apisix] spacewander commented on issue #3515: test unstable: t/chaos/kill_etcd_test.go

2021-02-24 Thread GitBox
spacewander commented on issue #3515: URL: https://github.com/apache/apisix/issues/3515#issuecomment-785515732 Consider solved This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix] spacewander closed issue #3517: [DISCUSS] add per node DNS selector

2021-02-24 Thread GitBox
spacewander closed issue #3517: URL: https://github.com/apache/apisix/issues/3517 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [apisix-dashboard] LiteSun commented on issue #1399: support to show raw data for Route, Upstream, Service and so on

2021-02-24 Thread GitBox
LiteSun commented on issue #1399: URL: https://github.com/apache/apisix-dashboard/issues/1399#issuecomment-785513280 1. I submitted a PR for rawDataEditor's view mode. #1505 2. `edit` mode needs @nic-chen's support to validate data. ---

[apisix] branch master updated: feat: add dns discovery (#3629)

2021-02-24 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 2a6e2b4 feat: add dns discovery (#3629) 2a

[GitHub] [apisix] spacewander merged pull request #3629: feat: add dns discovery

2021-02-24 Thread GitBox
spacewander merged pull request #3629: URL: https://github.com/apache/apisix/pull/3629 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 #1039: Build plugin form according to its jsonschema

2021-02-24 Thread GitBox
membphis commented on issue #1039: URL: https://github.com/apache/apisix-dashboard/issues/1039#issuecomment-785512082 ping @nic-chen This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [apisix-ingress-controller] membphis commented on issue #259: request help: Getting route not found issue

2021-02-24 Thread GitBox
membphis commented on issue #259: URL: https://github.com/apache/apisix-ingress-controller/issues/259#issuecomment-785511787 @Bhanuji95 the APISIX does not support AzureAD/Azure OIDC authentication now. if you need it, you can create a new issue for discussion. link: https://github

[GitHub] [apisix-dashboard] membphis commented on issue #1399: support to show raw data for Route, Upstream, Service and so on

2021-02-24 Thread GitBox
membphis commented on issue #1399: URL: https://github.com/apache/apisix-dashboard/issues/1399#issuecomment-785510790 ping @LiteSun This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] membphis merged pull request #3639: test: add fuzzing case for the route with serverless-post-function

2021-02-24 Thread GitBox
membphis merged pull request #3639: URL: https://github.com/apache/apisix/pull/3639 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: test: add fuzzing case for the route with serverless-post-function (#3639)

2021-02-24 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 5591595 test: add fuzzing case for the route

[GitHub] [apisix] membphis commented on a change in pull request #3629: feat: add dns discovery

2021-02-24 Thread GitBox
membphis commented on a change in pull request #3629: URL: https://github.com/apache/apisix/pull/3629#discussion_r582423351 ## File path: apisix/upstream.lua ## @@ -179,7 +179,12 @@ function _M.set_by_route(route, api_ctx) if not dis then return 500, "disc

[GitHub] [apisix] belongwqz opened a new issue #3664: bug: Should add a custom_plugins CI to make config easy

2021-02-24 Thread GitBox
belongwqz opened a new issue #3664: URL: https://github.com/apache/apisix/issues/3664 ### Issue description If I want to enable my plugin, I have two choices: 1.modify the `config-default.yaml` and append my plugin name to the `plugins`, it's easy, but not recommended . 2.copy all

[GitHub] [apisix-dashboard] nic-chen commented on issue #1508: feat: Dashboard should keep same as APISIX, the enabled plugin list can be configured.

2021-02-24 Thread GitBox
nic-chen commented on issue #1508: URL: https://github.com/apache/apisix-dashboard/issues/1508#issuecomment-785505738 > maintain a yaml file or filter from schema.json? 1. All plugins are included in schema.json 2. Add a new configuration item `plugins` in `conf.yaml` to control w

[GitHub] [apisix] spacewander merged pull request #3649: docs: update admin-api.md

2021-02-24 Thread GitBox
spacewander merged pull request #3649: URL: https://github.com/apache/apisix/pull/3649 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: docs: update admin-api.md (#3649)

2021-02-24 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 fdb0d25 docs: update admin-api.md (#3649)

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #265: feat: use unified translator to translate ApisixRoute v1

2021-02-24 Thread GitBox
tokers commented on a change in pull request #265: URL: https://github.com/apache/apisix-ingress-controller/pull/265#discussion_r582413984 ## File path: pkg/ingress/apisix/tls_test.go ## @@ -69,46 +69,6 @@ spec: assert.EqualValues(t, sslExpect.Group, ssl.Group, "group

[GitHub] [apisix] spacewander commented on issue #3662: [discuss]: remove the `location /apisix/dashboard` API interface in the ngx_tpl.lua file

2021-02-24 Thread GitBox
spacewander commented on issue #3662: URL: https://github.com/apache/apisix/issues/3662#issuecomment-785500317 @juzhiyuan What about your opinion? This is an automated message from the Apache Git Service. To respond to th

[GitHub] [apisix] tzssangglass edited a comment on issue #3663: bug: script does not work

2021-02-24 Thread GitBox
tzssangglass edited a comment on issue #3663: URL: https://github.com/apache/apisix/issues/3663#issuecomment-785499851 > PR is welcome! assign to me This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] tzssangglass commented on issue #3663: bug: script does not work

2021-02-24 Thread GitBox
tzssangglass commented on issue #3663: URL: https://github.com/apache/apisix/issues/3663#issuecomment-785499851 > PR is welcome! assign to me This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] tokers commented on issue #3659: bug: Please remove obsolete versions from mirror server

2021-02-24 Thread GitBox
tokers commented on issue #3659: URL: https://github.com/apache/apisix/issues/3659#issuecomment-785499624 OK, will do it. This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [apisix] spacewander commented on issue #3659: bug: Please remove obsolete versions from mirror server

2021-02-24 Thread GitBox
spacewander commented on issue #3659: URL: https://github.com/apache/apisix/issues/3659#issuecomment-785499352 Thanks for your report! We will remove the obsolete release soon. As for dashboard and ingress-controller, CC @juzhiyuan @tokers ---

[GitHub] [apisix] tokers commented on a change in pull request #3660: chore: update makefile install to install everything in conf

2021-02-24 Thread GitBox
tokers commented on a change in pull request #3660: URL: https://github.com/apache/apisix/pull/3660#discussion_r582415967 ## File path: Makefile ## @@ -143,9 +143,7 @@ install: default $(INSTALL) -d /usr/local/apisix/ $(INSTALL) -d /usr/local/apisix/logs/

[GitHub] [apisix] tokers commented on a change in pull request #3650: docs: plugin-develop.md adds ctx and conf descriptions

2021-02-24 Thread GitBox
tokers commented on a change in pull request #3650: URL: https://github.com/apache/apisix/pull/3650#discussion_r582415433 ## File path: doc/plugin-develop.md ## @@ -295,7 +295,65 @@ end ## implement the logic -Write the logic of the plugin in the corresponding phase. +Writ

[GitHub] [apisix-ingress-controller] tokers commented on issue #264: remove the useless conf.json

2021-02-24 Thread GitBox
tokers commented on issue #264: URL: https://github.com/apache/apisix-ingress-controller/issues/264#issuecomment-785498097 @stu01509 Assigned. This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [apisix] spacewander commented on issue #3663: bug: script does not work

2021-02-24 Thread GitBox
spacewander commented on issue #3663: URL: https://github.com/apache/apisix/issues/3663#issuecomment-785497946 PR is welcome! This is an automated message from the Apache Git Service. To respond to the message, please log on

[apisix-ingress-controller] branch master updated: docs: fix SDK doc link broken (#266)

2021-02-24 Thread tokers
This is an automated email from the ASF dual-hosted git repository. tokers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git The following commit(s) were added to refs/heads/master by this push: new 5e43d78 docs: fix SDK doc li

[GitHub] [apisix-ingress-controller] tokers commented on pull request #266: docs: fix SDK doc link broken

2021-02-24 Thread GitBox
tokers commented on pull request #266: URL: https://github.com/apache/apisix-ingress-controller/pull/266#issuecomment-785497649 @stu01509 Well done! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-ingress-controller] tokers merged pull request #266: docs: fix SDK doc link broken

2021-02-24 Thread GitBox
tokers merged pull request #266: URL: https://github.com/apache/apisix-ingress-controller/pull/266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

<    1   2   3   >