History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1498
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: jason
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Return build feature counts in a build summary

Created: 07/May/08 04:16 AM   Updated: 16/Jun/08 12:56 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.53


 Description  « Hide
 I can understand limiting the amount of data returned in a single XMLRPC call; perhaps you've put a cap on this and we're hitting the maximum limit. However, we need to keep track of the number of warnings in our build, so can you add something to the API so we can query the number of info, warning, and error features that occurred so that we can keep track of the number more accurately, even if we can't download all of the messages for them?

 All   Comments   Change History      Sort Order:
jason - 05/Jun/08 09:44 PM
Adding an API call for this is simple.

jason - 16/Jun/08 12:56 PM
Added error and warning counts to the build result type returned by many calls. Info counts are not cached so adding them is not desirable in this way (as it could affect the performance of many API calls). If info counts are needed a separate call should be added. Refer to change 4476.