You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/10 03:13:34 UTC

[GitHub] [incubator-linkis] Fuu3214 opened a new issue #1650: [Feature] [frontend/jobhistory] linkis-manager website should support searching for jobs via creator

Fuu3214 opened a new issue #1650:
URL: https://github.com/apache/incubator-linkis/issues/1650


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   Currently linkis-manager website supports searching for jobs via user/createtime/endtime/status/taskid. We'd hope linkis-manager website can support searching for jobs via creator.
   
   ### Description
   
   _No response_
   
   ### Use case
   
   input creator in the search box, click search, front0end will display all jobs submited by current user and targeted creator.
   
   ### solutions
   
   1. Add a text box for inputting creator. 
   2.  jobhistory back-end add another rest param for creator
   api change:
   from: http://127.0.0.1:8088/api/rest_j/v1/jobhistory/list?status=&startDate=1646841600000&endDate=1646841600000&pageNow=1&pageSize=50&proxyUser=&isAdminView=true
   to: http://127.0.0.1:8088/api/rest_j/v1/jobhistory/list?status=**&creator=xxx**&startDate=1646841600000&endDate=1646841600000&pageNow=1&pageSize=50&proxyUser=&isAdminView=true
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a 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.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Davidhua1996 closed issue #1650: [Feature] [frontend/jobhistory] linkis-manager website should support searching for jobs via creator

Posted by GitBox <gi...@apache.org>.
Davidhua1996 closed issue #1650:
URL: https://github.com/apache/incubator-linkis/issues/1650


   


-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org