aboutsummaryrefslogtreecommitdiff
path: root/lnt/server
AgeCommit message (Expand)Author
2019-10-14[LNT] Fix execfile Python 3 migrationHEADmasterThomas Preud'homme
2019-10-12[LNT] Python 3 support: adapt to removal of execfileThomas Preud'homme
2019-10-10[LNT] Python 3 support: fix report version literalThomas Preud'homme
2019-10-10[LNT] Python 3 support: remove useless var-setting getterThomas Preud'homme
2019-09-28[LNT] Remove dead codeThomas Preud'homme
2019-09-28[LNT] Python 3 support: get rid of calls to cmp builtinThomas Preud'homme
2019-09-27[LNT] Sort machines by ID as expected by test caseHubert Tong
2019-09-25[LNT] Python 3 support: adapt to zip returning an iteratorThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to map returning an iteratorThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to filter returning an iteratorThomas Preud'homme
2019-09-25[LNT] rename object variablesThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to dict method returning viewsThomas Preud'homme
2019-09-23[LNT] Python 3 support: Use absolute import by defaultThomas Preud'homme
2019-09-21[LNT] Python 3 support: use Python 3 idiomsThomas Preud'homme
2019-09-20[LNT] Python 3 support: Fix implicit package-relative importsHubert Tong
2019-09-16[LNT] Python 3 support: Remove implicit tuple parameter unpacking on lambdasHubert Tong
2019-09-15[LNT] Python 3 support: Update `<>` and `None` comparisonsHubert Tong
2019-09-15Subject: [LNT] Python 3 support: Update type comparisons and type namesHubert Tong
2019-09-13[LNT] Python 3 support: Minor automatic 2to3 fixupsHubert Tong
2019-09-13[LNT] Python 3 support: print statementsHubert Tong
2019-01-19Update LICENSE file and file headers to the new license.Chandler Carruth
2019-01-09[LNT] fix ValueError in a corner case of geomean comparisonDanila Malyutin
2018-12-20Cleanups suggested by linterChris Matthews
2018-12-20Imports fixupsChris Matthews
2018-12-19Remove another * import, and put back the import that is needed.Chris Matthews
2018-12-19Help mypy understand thisChris Matthews
2018-12-19Get rid of nasty * importsChris Matthews
2018-12-18Some type annotations to make Mypy happierChris Matthews
2018-12-18Scaleability improvements: don't expire objects and use better queryChris Matthews
2018-12-18Do bulk add to avoid DB round tripsChris Matthews
2018-12-18Prevent detached object errorsChris Matthews
2018-12-18Short circuit regression fix checkingChris Matthews
2018-12-15Make sure hooks are not run before they are loadedChris Matthews
2018-12-15Make a cache for machine -> order lookupChris Matthews
2018-12-14This was an invalid type annotationChris Matthews
2018-12-14Fix Tuple has not .stateChris Matthews
2018-12-14Unused.Chris Matthews
2018-12-14Type annotations for regression codeChris Matthews
2018-12-14This type annotation had grown staleChris Matthews
2018-12-11Time new regression creationChris Matthews
2018-12-11Preload orders and testsChris Matthews
2018-12-11Don't call repr on all timed functions argumentsChris Matthews
2018-12-11Keep a lookup table to avoid querying for FieldChange existenceChris Matthews
2018-10-23Come up with MIN_PERCENTAGE_CHANGE value.Martin Liska
2018-10-09Sleep endpoint for diagnosing timeout issuesChris Matthews
2018-10-01Install missing files.Martin Liska
2018-10-01Sort fields according to order defined in YAML files.Martin Liska
2018-10-01Use unit_abbrev of Fields in reports.Martin Liska
2018-10-01Improve alignment of HTML report.Martin Liska
2018-10-01Print machine name in LNT graph tooltip.Martin Liska