aboutsummaryrefslogtreecommitdiff
path: root/lnt/lnttool/create.py
AgeCommit message (Expand)Author
2019-09-13[LNT] Python 3 support: Minor automatic 2to3 fixupsHubert Tong
2019-09-13[LNT] Python 3 support: print statementsHubert Tong
2017-08-24Remove a bunch of database versioning codeMatthias Braun
2017-07-28Simplify path_has_no_database_typeMatthias Braun
2017-07-24Put api_auth_token into example configMatthias Braun
2017-07-12lnttool: Import things lazilyMatthias Braun
2017-07-11Cleanup logging codeMatthias Braun
2017-07-11lnttool: Fix pep8 warningsMatthias Braun
2017-07-05Load TestSuite descriptions from json filesMatthias Braun
2017-06-29Fix error path after r306534Matthias Braun
2017-06-28This patch changes the default command line argument parser on LNT from optpa...Kristof Beyls
2016-03-19[profile] Add the Profile DB tableJames Molloy
2014-08-01Add PostgreSQL compatibilityYi Kong
2013-12-13Fixed a small bug where the --hostname argument to lnt create was not being i...Michael Gottesman
2012-10-03lnttool: Factor out a MultiTool helper class.Daniel Dunbar
2012-08-06Remove references to some config keys that are no longer used.Daniel Dunbar
2012-04-13lnt create: Add a --show-sql option.Daniel Dunbar
2012-04-11Rework how we manage database initialization in the presence of migrations.Daniel Dunbar
2012-04-11[users] Include a secret key in the LNT config.Daniel Dunbar
2012-03-07[LNT] lnt create: Drop support for creating non-v4 DBs.Daniel Dunbar
2012-02-16[lnt/v0.4] lnt.server.db.v4db: Instantiate test suites (and their tables) on theDaniel Dunbar
2012-02-16[lnt/v0.4] lnt.server.db.v4db: Change V4DB to automatically populate the knownDaniel Dunbar
2012-01-12[lnt/v0.4] lnt.server.db: Change import to use "tag" field directly to determ...Daniel Dunbar
2011-12-22[lnt/v0.4] lnt.server.db/v4: Add metadata to sample fields so we can explicit...Daniel Dunbar
2011-12-21[lnt/v0.4] lnt create: Fix create to properly initialize StatusKind table.Daniel Dunbar
2011-12-21[lnt/v0.4] lnt create: Fix up some errors in the default NT test suite defini...Daniel Dunbar
2011-12-19[lnt/v0.4] lnt create: Add a --use-v4 option, which will create an 0.4 style ...Daniel Dunbar
2011-12-19[lnt/v0.4] lnt.server.ui: Add a db_version to the config object and change theDaniel Dunbar
2011-12-09lnt/lnttool create: Switch default WSGI file to use Flask based server.Daniel Dunbar
2011-12-09lnt/lnttool create: Embed the path to the python binary used to create theDaniel Dunbar
2011-12-09lnt/config: Add note that URL is only supposed to be needed for emails, not theDaniel Dunbar
2011-04-26LNT: Move viewer.PerfDB -> db.perfdb.Daniel Dunbar
2010-04-18lnt create: Enable simple & general interfaces.Daniel Dunbar
2010-03-25LNT: Add/update docs.Daniel Dunbar
2010-03-22'lnt': Factor out create tool, and move to OptionParser, its easier to document.Daniel Dunbar