Open
Bug 1241577
Opened 9 years ago
Updated 9 months ago
Use django-rest-framework-bulk for classified failure and bug APIs
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: jgraham, Unassigned)
References
Details
Attachments
(1 obsolete file)
These APIs currently implement custom support for bulk insert and/or update. This bypasses the django-rest-framework Serializer, which does have some issues e.g. validation of objects against the model is not run. We may be able to move to django-rest-framework-bulk to regain this lost functionality. In doing so it is important to be careful not to regress performance (particularly in the way the database is used).
Updated•7 years ago
|
Component: Treeherder → Treeherder: Log Parsing & Classification
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Updated•3 years ago
|
Component: Treeherder: Log Parsing & Classification → TreeHerder
Updated•9 months ago
|
Attachment #9384081 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•