Closed
Bug 1100434
Opened 11 years ago
Closed 11 years ago
Add a method to list all performance signatures + properties for a project
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
I'd like to land this so that people can start playing with my prototype graph interface, which depends on this functionality for being able to browse existing charts in treeherder.
| Assignee | ||
Comment 1•11 years ago
|
||
We probably want to update this to use memcached before widely deploying (calculating signatures is somewhat expensive), but it seems fast enough for prototyping purposes.
Attachment #8523966 -
Flags: review?(mdoglio)
Updated•11 years ago
|
Attachment #8523966 -
Flags: review?(mdoglio) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/9847cb6a25d953dc3082084a82e9e5ed31f7bef6
Bug 1100434 - Add webservice API to list all performance signatures + properties for a project
Based on earlier work by Jonathan Eads <superjeads@gmail.com>.
| Assignee | ||
Comment 3•11 years ago
|
||
(in the future we will need to use memcached to store data, and probably provide some kind of way of filtering this data so we don't need to download all the signatures)
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•