You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/24 07:32:48 UTC

[GitHub] [apisix-dashboard] Marco-Zheng opened a new issue #1916: Add route path search in dashboard

Marco-Zheng opened a new issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916


   # Feature request
   Advise add route path search in dashboard
   ![image](https://user-images.githubusercontent.com/52538259/119312338-d2aacf00-bca4-11eb-9681-4e6cbbe0b654.png)
   
   
   ## Please describe your feature
   
   We have 200+ routes for one env, like dev dev01 uat uat01, and i seperate them by using tags, but It‘s still difficult to find a route by route path.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] iamayushdas commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
iamayushdas commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847976147


   IMO this should be a good first issue , it consists of testing too other wise it won’t work @nic-chen 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan closed issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847757748


   > @nic-chen does back-end service (API)supports searching the path field
   > as the search is not working for path
   > ![Screenshot from 2021-05-25 13-00-12](https://user-images.githubusercontent.com/40708551/119457684-92f1ef00-bd59-11eb-9ba2-45397c5381e1.png)
   
   not yet. welcome PR.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] liuxiran commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
liuxiran commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847492207


   Reference: https://procomponents.ant.design/components/table/?current=1&pageSize=5
   
   Welcome to submit PR to improve user experience


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Firstsawyou commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847076532


   Agree +1,I think this feat is very useful.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Marco-Zheng commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-848450521


   @nic-chen Could you please give me an advise, if i update the code locally and want to replace the code for apisix-dashboard docker image, how can i do for this?
   
   can i `make build` locally and replace the dictionary `html`?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] liuxiran commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
liuxiran commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847490340


   Agree +1, that would be useful


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] starsz edited a comment on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
starsz edited a comment on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-846850567


   Agree +1. I think we need this feature.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Marco-Zheng commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847776977


   > > @nic-chen does back-end service (API)supports searching the path field
   > > as the search is not working for path
   > > ![Screenshot from 2021-05-25 13-00-12](https://user-images.githubusercontent.com/40708551/119457684-92f1ef00-bd59-11eb-9ba2-45397c5381e1.png)
   > 
   > not yet. welcome PR.
   
   @nic-chen 
   I add `dataIndex: 'uri'` in web/src/pages/Route/List.tsx, it works and regular search uri successfully
   ![image](https://user-images.githubusercontent.com/52538259/119487762-5ab7d400-bd8c-11eb-9563-7652d95777d5.png)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] iamayushdas commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
iamayushdas commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847827785


   added the PR
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] iamayushdas commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
iamayushdas commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847623712


   @nic-chen does back-end service (API)supports searching the path field
   as the search is not working for path
   ![Screenshot from 2021-05-25 13-00-12](https://user-images.githubusercontent.com/40708551/119457684-92f1ef00-bd59-11eb-9ba2-45397c5381e1.png)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] imjoey commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
imjoey commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-846874781


   Nice feature.  +1 from me.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Marco-Zheng commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-849268171


   @nic-chen Ok, thanks for your kindly 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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-848694856


   > @nic-chen Could you please give me an advise, if i update the code locally and want to replace the code for apisix-dashboard docker image, how can i do for this?
   > 
   > 
   > 
   > can i `make build` locally and replace the dictionary `html`?
   
   I think you should better build an new image


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-848410758


   > IMO this shouldn’t be a good first issue , it consists of testing too other wise it won’t work @nic-chen
   
   agree with you


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] starsz commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
starsz commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-846850567


   Agree with. I think we need this feature.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847494187


   agree +1


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] iamayushdas edited a comment on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
iamayushdas edited a comment on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847976147


   IMO this shouldn’t be a good first issue , it consists of testing too other wise it won’t work @nic-chen 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #1916: Add route path search in dashboard

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #1916:
URL: https://github.com/apache/apisix-dashboard/issues/1916#issuecomment-847781084


   @Marco-Zheng  good to know, thanks for feedback


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org