aboutsummaryrefslogtreecommitdiff
path: root/database
AgeCommit message (Expand)Author
2022-01-11autotest[py3] - database/ update unittest hash to py3, remove migrateDerek Beckett
2021-08-12Autotest[PY3] - Fixing metadata and database unittestsDerek Beckett
2021-06-22[Autotest][COIL] Replacing terms in migrate_unnitest & tko/parseDerek Beckett
2019-08-22[autotest] change more python shebangs to python2Mike Frysinger
2019-08-16[autotest] change python shebang to python2Mike Frysinger
2019-07-08Add infra OWNERSPrathmesh Prabhu
2019-07-03autotest: fix grunt shard issueC Shapiro
2018-07-11autotest: Do not submit autotest infrastructure code from pre-cq.Prathmesh Prabhu
2018-06-24[autotest] Update the base DB to be the current schema.Keith Haddow
2018-01-08Enable moblab-generic-vm-pre-cq for infrastructure code.Prathmesh Prabhu
2014-11-27[autotest] Add server database to django model.Dan Shi
2014-11-26[autotest] Add server_attributes table to server database.Dan Shi
2014-11-07[autotest] Setup chromeos_lab_servers databaseDan Shi
2013-06-25[autotest] fall back on sqlite3 if pysqlite2 doesn't importAviv Keshet
2013-03-05Increase character limit in autotest DB for perf keys from 30 to 256 characters.Dennis Jeffrey
2012-11-26Autotest: Fix adding column max_runtime_mins multiple times.Simran Basi
2012-11-12Autotest: Increase run timeout granularitySimran Basi
2012-11-08Revert "Autotest: Increase run timeout granularity"Scott Zawalski
2012-11-07Autotest: Increase run timeout granularitySimran Basi
2011-09-14Autotest upstream merge.Dale Curtis
2011-07-06Upstream Autotest merge.Dale Curtis
2011-02-17Merge remote branch 'cros/upstream' into master.Eric Li
2010-06-09Handle changes in MySQL behavior between migrationsjamesren
2010-05-07Fix migration 59's handling of a fresh database. The migration did not handlejamesren
2010-04-05Patch didn't work. Trying againjamesren
2010-03-23Rebase the AUTOTEST_WEB database to schema version 51. Also default thejamesren
2010-03-03Add option to database_connection so that logging can be turned on via object...mbligh
2010-01-15Fix interactions with db_utils when simulating. Anyone attempting toshoward
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard
2010-01-11Massive permission fixlmr
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward
2009-12-07Fix handling of database reconnects in the scheduler by enhancing the "django...showard
2009-10-05beginnings of a new scheduler functional test. this aims to test the entire ...showard
2009-08-27Make a bunch of stuff executablembligh
2009-06-22Not all distros put a symlink in for the python version. Howevermbligh
2009-05-29add a debug mode to migrations. this is pretty handy for debugging complex m...showard
2009-05-13Make migration manager support migration modules with just strings "UP_SQL" a...showard
2009-04-28Make a couple of errant files executablembligh
2009-03-12Add the concept of an Atomic Group to the scheduler and database.showard
2009-02-03Move all MySQLdb imports after the 'import common' so that a MySQLdbmbligh
2008-11-13Remove some dead code that was apparently left in database_connection.py.showard
2008-10-07Get the scheduler unittest to run against SQLite!showard
2008-10-06Remove unused imports.showard
2008-10-06Move migration system into database/ directory.showard
2008-10-03Add a generic database wrapper, supporting different database backends, to be...showard