aboutsummaryrefslogtreecommitdiff
path: root/lnt/util/ImportData.py
AgeCommit message (Expand)Author
2019-09-13[LNT] Python 3 support: print statementsHubert Tong
2018-12-20A few more linter fixupsChris Matthews
2017-11-14Don't run regression analysis in the backgroundChris Matthews
2017-11-13Allow submissions without start_time/end_time field.Matthias Braun
2017-11-09Fix remaining pycodestyle/pep8 warnings, add lint scriptMatthias 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-30Do not fail if error result has no 'message' componentMatthias Braun
2017-08-29Remove --commit/--commit=0 flags/settings.Matthias Braun
2017-08-29Get rid of commit parameter: it was not usedChris Matthews
2017-08-02Fix more pep8 warnings; NFCMatthias Braun
2017-08-02Show a helpful note if a submission is rejected because of mismatching machin...Matthias Braun
2017-07-27Rework run merge strategiesMatthias Braun
2017-07-27Rework machine creation strategyMatthias Braun
2017-07-24builtintest: Use dummy report instead of submitting to dummy instanceMatthias Braun
2017-07-24runtest: Do not print result URL when not submittingMatthias Braun
2017-07-20Fix lnt checkformat and add a test for itMatthias Braun
2017-07-19Improve submission error handlingMatthias Braun
2017-07-18views/ImportData: Move flask/ui independent part of importing to ImportData; NFCMatthias Braun
2017-07-18NTEmailReport: Remove unused parameter, hide internal function; NFCMatthias Braun
2017-07-11Cleanup logging codeMatthias Braun
2017-07-07Move some v4db methds down to TestSuiteDBMatthias Braun
2017-06-29Introduce new JSON import formatMatthias Braun
2017-03-30Don’t use flask to fetch DB infoChris Matthews
2016-03-29Return the new run ID in the submitRun resultJames Molloy
2015-12-18Clean up to fix all unit testsChris Matthews
2015-12-18Little deployment, logging and background process fixesChris Matthews
2015-12-18Tweaks to logging system and messages all over the systemChris Matthews
2015-12-18Fixups for background jobsChris Matthews
2015-12-18Whitespace fixupsChris Matthews
2015-12-18Calculate field changes in background processChris Matthews
2015-12-18Reorder command line printing, and count kinds of resultsChris Matthews
2015-09-29Fix postgres unit tests by closing db connections.Kristof Beyls
2015-05-01print a handy link to the results after LNT submitsChris Matthews
2014-01-04Revert all commits starting from 198453Tobias Grosser
2014-01-04Don't pass run.id back with commit=FalseChris Matthews
2014-01-03Remove unused import.Chris Matthews
2014-01-03Remove dead code.Chris Matthews
2014-01-03Fixup comment.Chris Matthews
2014-01-03print RunID of submitted runsChris Matthews
2012-10-26lnt runtest: Don't use XFAIL just because a test was previously failing.Daniel Dunbar
2012-09-13[LNT] Updated function comment in ImportData.py to reflect allMichael Gottesman
2012-09-01[LNT] Fixed incorrect comment in ImportData.py (wrong method name in comment).Michael Gottesman
2012-08-06Integrate lnt.db.runinfo into lnt.server.reporting.analysis.Daniel Dunbar
2012-08-06Remove v0.3 database (PerfDB) itself and associated code (like reporting).Daniel Dunbar
2012-04-13lnt.util.ImportData: Add some report versioning, so that we can auto-upgrade ...Daniel Dunbar
2012-01-12[lnt] lnt import: Add a --no-report option, useful for speeding up large batchDaniel Dunbar
2012-01-12[lnt/v0.4] lnt.server.db.testsuitedb: Allow configs to declare a "simple run ...Daniel Dunbar
2012-01-04[lnt/v0.4] lnt.util.ImportData: Fix a crash when no config object is available.Daniel Dunbar