You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "gzwine (via GitHub)" <gi...@apache.org> on 2023/02/21 03:06:31 UTC

[GitHub] [incubator-devlake] gzwine opened a new issue, #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize

gzwine opened a new issue, #4468:
URL: https://github.com/apache/incubator-devlake/issues/4468

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   When retrieving the story-changes data, 500 errors were returned in some paging tapd (after consulting tapd, it was speculated that some paging data was too large to cause internal errors).
   
   ERROR return:
   <img width="1079" alt="企业微信截图_e7bf5b01-41be-4c41-8ea0-14c0a52509a8" src="https://user-images.githubusercontent.com/2018368/220235791-930f8c9b-07a3-4599-8da4-0af18f4962c2.png">
   
   Successful return:
   <img width="1054" alt="企业微信截图_f81c5c4e-d601-4301-8042-46aa955e3819" src="https://user-images.githubusercontent.com/2018368/220236334-7cc4ba15-cdc3-4947-b7b4-c91e573ab99c.png">
   
   
   
   ### What do you expect to happen
   
   I expect the configuration of tapd to support the pageSize parameter
   [
       [
           {
               "plugin": "tapd",
               "options": {
                   "createdDateAfter": "2006-01-02T15:04:05Z",
                   "workspaceId": 34***66,
                   "connectionId": 1,
                   **"pageSize":50**
               }
           }
       ]
   ]
   
   ### How to reproduce
   
   1、Configure a tapd with a certain number of requirements and requirements changes
   2、run Blueprint tasks 
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] mindlesscloud commented on issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize

Posted by "mindlesscloud (via GitHub)" <gi...@apache.org>.
mindlesscloud commented on issue #4468:
URL: https://github.com/apache/incubator-devlake/issues/4468#issuecomment-1437987947

   Thanks for your valuable feedback and suggestion.


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] warren830 closed issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize

Posted by "warren830 (via GitHub)" <gi...@apache.org>.
warren830 closed issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize
URL: https://github.com/apache/incubator-devlake/issues/4468


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] gzwine commented on issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize

Posted by "gzwine (via GitHub)" <gi...@apache.org>.
gzwine commented on issue #4468:
URL: https://github.com/apache/incubator-devlake/issues/4468#issuecomment-1449208994

   I'll take it


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] gzwine closed issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize

Posted by "gzwine (via GitHub)" <gi...@apache.org>.
gzwine closed issue #4468: [Bug][Plugin] TAPD-plugin , Lack of limit for api pagesize
URL: https://github.com/apache/incubator-devlake/issues/4468


-- 
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: commits-unsubscribe@devlake.apache.org

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