summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: add POST endpoint for uploading eventlog filesAlexandru DAMIAN2014-12-181-0/+27
This patch adds a simple UI-less POST endpoint, where bitbake_eventlog.json files generated by a bitbake run can be uploaded to the running toaster instance for insertion into the database. (Bitbake rev: cf98a8cbc5dd7a41bbe5fdebcd81e29b1621ff35) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>