Closed
Bug 1207126
Opened 10 years ago
Closed 10 years ago
Add API endpoint for getting auto-classification data for a job
Categories
(Tree Management :: Treeherder: API, defect)
Tree Management
Treeherder: API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(1 file)
This is needed for building a UI.
Current best guess design is /api/failure-line?job_guid=[something] which seems suboptimal in a couple of ways (an ideal api would look more like /api/projects/{project}/commits/{id}/jobs/{id}/failure_lines, but that isn't anything like the other endpoints afaict).
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8664189 -
Flags: review?(mdoglio)
Updated•10 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8664189 [details] [review]
PR
:jgraham r? me when it's ready for a final review
Attachment #8664189 -
Flags: review?(mdoglio)
| Assignee | ||
Updated•10 years ago
|
Attachment #8664189 -
Flags: review?(mdoglio)
Updated•10 years ago
|
Attachment #8664189 -
Flags: review?(mdoglio) → review+
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/7911d23e6ae73fcda0a44c2b51d8f4d547423ecc
Bug 1207126 - Implement an API endpoint for autoclassify data.
This provides an endpoint /api/failure_line?job_guid={something}
https://github.com/mozilla/treeherder/commit/caab1232985d157bc89225c1854f36b9395cbccf
Merge pull request #986 from jgraham/autoclassify_api
Bug 1207126 - Implement an API endpoint for autoclassify data.
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•