aboutsummaryrefslogtreecommitdiff
path: root/lnt/util/ServerUtil.py
AgeCommit message (Expand)Author
2019-09-13[LNT] Python 3 support: print statementsHubert Tong
2018-12-14Unused importsChris Matthews
2018-05-15Fix some typos/dead/unreachable code.Kristof Beyls
2017-11-09Fix remaining pycodestyle/pep8 warnings, add lint scriptMatthias Braun
2017-11-08lnttool: Fix lnt submit error handlingMatthias Braun
2017-11-03Change duplicate submission default to 'reject'Matthias Braun
2017-09-06Make machine selection/update more flexibleMatthias Braun
2017-09-01Keep sqlalchemy session separate from database objectsMatthias Braun
2017-08-29Remove --commit/--commit=0 flags/settings.Matthias Braun
2017-08-23CI logging compatibles error messagesChris Matthews
2017-08-02Fix more pep8 warnings; NFCMatthias Braun
2017-07-27Rework run merge strategiesMatthias Braun
2017-07-27Rework machine creation strategyMatthias Braun
2017-07-19Improve submission error handlingMatthias Braun
2017-07-07Make LNT client print server's error messagesChris Matthews
2017-07-06Remove simplejson stuffMatthias Braun
2017-06-29Introduce new JSON import formatMatthias Braun
2015-10-08Fix submission of reports through instance rather than url.Kristof Beyls
2015-09-29Fix postgres unit tests by closing db connections.Kristof Beyls
2014-05-06Make submitFile and submitFiles consistent, so that they both return resultsChris Matthews
2014-01-05Re-apply: In an effort refactor the code to make way for run resampling, move...Chris Matthews
2014-01-04Revert all commits starting from 198453Tobias Grosser
2014-01-04Remove a unused parameter.Chris Matthews
2014-01-03In an effort refactor the code to make way for run resampling, move the run s...Chris Matthews
2012-10-27[ServerUtil] Fixed bug where we were using the wrong variable name in an exce...Michael Gottesman
2012-06-04lnt.util.ServerUtil: Call proper constructor function.Daniel Dunbar
2012-04-10Add lnt.server.instance.Instance class and unify all the different places thatDaniel Dunbar
2012-03-28[lnt] Fix refacto, we weren't returning server result when submitting to aDaniel Dunbar
2012-03-15[LNT] Add support to 'lnt runtest --submit' to submit to a local instance.Daniel Dunbar
2011-12-21[lnt/v0.4] lnt.util.ImportData: Change status report to print unexpectedDaniel Dunbar
2010-08-12LNT/lnttool: Change 'lnt import', 'lnt submit', and 'lnt runtest --submit' to...Daniel Dunbar
2010-04-18LNT: Add 'lnt showtests' and 'lnt runtest' for running built-in test producers.Daniel Dunbar
2010-03-22LNT: Move some import tools to lnt.util, and move SubmitData to 'lnt submit'.Daniel Dunbar