aboutsummaryrefslogtreecommitdiff
path: root/lava_results_app/utils.py
AgeCommit message (Collapse)Author
2016-05-11Add export command for testdata metadataNeil Williams
Allow export from Job Results page. Display job metadata on job results page. Fix title link for existing results YAML download and distinguish between results and metadata. Fix access to public jobs by AnonymousUser. Change-Id: Ib6d3af716001d77ddf9e04ca8e631173e0eb1b7b
2016-04-04LAVA-195 Allow authentication with result exportNeil Williams
Support putting the token and the username into the query string of the result export REST URLs and document the usage and security implications of doing so. Change-Id: I47d83300a60cdb3251cec11509737e49f9810055
2015-11-25LAVA-186 support for structured loggingNeil Williams
Drop overuse of failure_comment in dispatcher master and pick up exceptions directly from the log files. Avoid highlighting Sections whilst job is running. Include fix for LAVA-111 - update job pages live (pipeline only). Change-Id: Ia2d210aa05159f3e796df329641dd66d440bccc1
2015-07-01Return an empty dict if no dataNeil Williams
Avoids a HTTP500 on slow instances where the file may be created before data is written, causing the YAML parser to return None. Change-Id: I13b92941f3e368839a9665fe3197c706babd9335
2015-06-29Use collapsing accordions from bootstrap supportNeil Williams
Provide a representation of the Device and Job elements of the pipeline description YAML as well as a link to download the description itself. Only enabled for pipeline jobs. Change-Id: Id23b5f50bac0c62480fc2890252e3fe167813077
2015-06-25Add export support for testcases in a testsuiteNeil Williams
CSV and YAML output - streaming optional on CSV from a testsuite only. Add links to the templates. Change-Id: I50fb4d8dd3dca2ac5fd3700309125f2ad7a1285b
2015-06-24Implement Results display for pipeline jobsNeil Williams
Tie the results of a job directly to that job and expose all job results, along with associated metadata, instead of doing the secondary processing involved in Bundle. refs #LAVA-1435 lava_results_app to replace Bundle. Add support for static metadata from the submitted definition and the pipeline description. Change-Id: Ib5bb4dac05936ed606cb12bd3595c5fc6c6e5bbf