[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1576: fix: config proxy-rewrite out of the plugin market in route module

2021-03-15 Thread GitBox
liuxiran commented on a change in pull request #1576: URL: https://github.com/apache/apisix-dashboard/pull/1576#discussion_r594323280 ## File path: web/src/pages/Route/components/Step1/ProxyRewrite.tsx ## @@ -0,0 +1,291 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1576: fix: config proxy-rewrite out of the plugin market in route module

2021-03-15 Thread GitBox
liuxiran commented on a change in pull request #1576: URL: https://github.com/apache/apisix-dashboard/pull/1576#discussion_r594853988 ## File path: web/cypress/integration/route/create-route-with-proxy-rewrite-plugin.spec.js ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1576: fix: config proxy-rewrite out of the plugin market in route module

2021-03-18 Thread GitBox
liuxiran commented on a change in pull request #1576: URL: https://github.com/apache/apisix-dashboard/pull/1576#discussion_r597082996 ## File path: web/cypress/integration/route/create-route-with-proxy-rewrite-plugin.spec.js ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1576: fix: config proxy-rewrite out of the plugin market in route module

2021-03-18 Thread GitBox
liuxiran commented on a change in pull request #1576: URL: https://github.com/apache/apisix-dashboard/pull/1576#discussion_r597083443 ## File path: web/src/pages/Route/components/Step3/index.tsx ## @@ -32,16 +32,17 @@ type Props = { onChange: (data: { plugins: PluginComponen

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1576: fix: config proxy-rewrite out of the plugin market in route module

2021-03-19 Thread GitBox
liuxiran commented on a change in pull request #1576: URL: https://github.com/apache/apisix-dashboard/pull/1576#discussion_r597786636 ## File path: web/src/pages/Route/Create.tsx ## @@ -93,6 +95,10 @@ const Page: React.FC = (props) => { } }, []); + const getProxyrewr