aboutsummaryrefslogtreecommitdiff
path: root/lnt/server
AgeCommit message (Expand)Author
2018-10-01Introduce Latest Runs Report.Martin Liska
2018-09-18[LNT] more pep8 code style fixesKristof Beyls
2018-06-12Sort machines in machines view.Martin Liska
2018-06-04Fix use of field index in daily reportJohn Brawn
2018-05-25Sort machines in Compare to by names.Martin Liska
2018-05-25API: add Tests resource.Martin Liska
2018-05-22API: add Fields resource.Martin Liska
2018-05-15Fix some typos/dead/unreachable code.Kristof Beyls
2018-05-14Make new Run template in Compare To in v4_run.html view.Martin Liska
2018-05-14Make Run-Over-Run and Run-Over-Baseline changes an accordion.Martin Liska
2018-05-10Add support for logarithmic scale.Martin Liska
2018-04-27Display order url via proper template method in v4_machine.html.Martin Liska
2018-04-27Split newlines in all params/fields for Machine and Run in run view.Martin Liska
2018-03-27This patch is response to issue with LNT WebUI "Error accessing URLLeandro Nunes
2018-03-09Always display Profile button when having a profile.Martin Liska
2018-03-09When comparing to a different machine, plot both graphs.Martin Liska
2018-03-06Render https producers as HTML hyperlinks too.Florian Hahn
2018-02-13More specific exceptionChris Matthews
2018-02-13Some cleanups of unusedChris Matthews
2018-02-13Missing session againChris Matthews
2018-02-13Rework of x-axis labels in graph pageChris Matthews
2018-02-13Use cache for sample sorting as wellChris Matthews
2018-02-13List compare is faster than list to tuple then compareChris Matthews
2018-02-13Convert revision is faster than convert field, use itChris Matthews
2018-02-13Add an optional cache to convert revisionChris Matthews
2018-02-13Don't import packages in the request handlers...Chris Matthews
2017-12-20[LNT] Provide a way to reliably point to results pageLeandro Nunes
2017-11-27We know we are accessing the field changes right away: so preload themChris Matthews
2017-11-27A litte bit faster queryChris Matthews
2017-11-17Age out oldest unprocessed regressionsChris Matthews
2017-11-17Add a missing type annotationChris Matthews
2017-11-17Add a rest API to query the test suite schemaMatthias Braun
2017-11-17Store a display name and unit for metrics in the test suite schemaMatthias Braun
2017-11-17v4db: Avoid expiring objects on commit()Matthias Braun
2017-11-17Rename duplicate() -> __copy__()Matthias Braun
2017-11-17Use lnt loggerMatthias Braun
2017-11-16We often lookup regression indicators by regression, index thatChris Matthews
2017-11-16Missing commentChris Matthews
2017-11-16Optimize regression evolution by prefiltering by machine_idChris Matthews
2017-11-15In the event some index creations fail, don't explode the migrateChris Matthews
2017-11-14This is unusedChris Matthews
2017-11-14Optimize FieldChange lookupChris Matthews
2017-11-14Don't run regression analysis in the backgroundChris Matthews
2017-11-14Cleanup __health endpointChris Matthews
2017-11-14Add back some missing sessionsChris Matthews
2017-11-09Fix remaining pycodestyle/pep8 warnings, add lint scriptMatthias Braun
2017-11-03Change duplicate submission default to 'reject'Matthias Braun
2017-11-03Log when we remove previous runs because we got a duplicate submissionMatthias Braun
2017-10-10api.py: Fix machine specification by name codeMatthias Braun
2017-09-26Cleanup session creation code, use close() instead of rollback()Matthias Braun