Closed
Bug 1178970
Opened 10 years ago
Closed 10 years ago
Add job group / type id information to info returned by jobs endpoint
Categories
(Tree Management :: Treeherder: API, defect)
Tree Management
Treeherder: API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
This information is sometimes important for interpreting the result of API queries. For example, I want to know what % of the jobs on try are talos jobs -- I can only determine this reliably if I can get access to the precise job group/type info associated with each job (and compare it to the return value of the job group/type endpoints).
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8627888 -
Flags: review?
Assignee | ||
Updated•10 years ago
|
Attachment #8627888 -
Flags: review? → review?(cdawson)
Comment 2•10 years ago
|
||
Comment on attachment 8627888 [details] [review]
PR
Looks good. This is really straightforward. But I just wanted to verify you've tested this locally yourself. I wouldn't expect the UI to be affected by this, but wanted to make sure.
If so, then I'd say you're good to go.
Attachment #8627888 -
Flags: review?(cdawson) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/4465f41be8e88601366fb6bf5e7a98f795c79f92
Bug 1178970 - Add job group/type ids to return value of /jobs/ endpoint
Assignee | ||
Comment 4•10 years ago
|
||
Yup! tested locally, works fine as you'd expect (since we're only adding a few fields to the json blobs we're returning)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•