History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
QB-3067
Type:
Improvement
Status:
Closed
Resolution:
Won't Fix
Priority:
Minor
Assignee:
Robin Shen
Reporter:
Robin Shen
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
QuickBuild
Return latest builds based on user_id
Created:
24/Oct/17 09:30 PM
Updated:
18/Jan/18 07:19 AM
Component/s:
None
Affects Version/s:
None
Fix Version/s:
None
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Description
« Hide
Currently using HTTP GET
```
http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent
configuration id>
```
We'd like to get results from a specific user (scheduled master branch builds only)
As far as I can tell, latest_builds does not accept
```
http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent
configuration id>&user_id=<user id>
```
Somewhat cumbersome alternative is to first get all child configurations and then
```
http://localhost:8810/rest/builds?configuration_id=<configuration
id>&user_id=<user id>&count=<count>
```
If we for example use user_id=<user id>&count=1, are we always guaranteed the latest build by that user?
Anyway we can have the latest_builds work with user_id?
Any suggestions welcome. Thanks in advance.
Description
Currently using HTTP GET ```
http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent
configuration id> ``` We'd like to get results from a specific user (scheduled master branch builds only) As far as I can tell, latest_builds does not accept ```
http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent
configuration id>&user_id=<user id> ``` Somewhat cumbersome alternative is to first get all child configurations and then ```
http://localhost:8810/rest/builds?configuration_id=<configuration
id>&user_id=<user id>&count=<count> ``` If we for example use user_id=<user id>&count=1, are we always guaranteed the latest build by that user? Anyway we can have the latest_builds work with user_id? Any suggestions welcome. Thanks in advance.
Show »
All
Comments
Work Log
Change History
Sort Order:
No work has yet been logged on this issue.