summaryrefslogtreecommitdiff
path: root/database
AgeCommit message (Expand)AuthorFilesLines
2011-06-22database.database_connection: Fix _copy_exceptionslmr1-2/+11
2011-02-16Make the first afe db schema to be imported on a clean installlmr1-5/+5
2010-06-09Handle changes in MySQL behavior between migrationsjamesren1-0/+14
2010-05-07Fix migration 59's handling of a fresh database. The migration did not handlejamesren2-6/+21
2010-04-05Patch didn't work. Trying againjamesren2-5/+7
2010-03-23Rebase the AUTOTEST_WEB database to schema version 51. Also default thejamesren2-3/+1365
2010-03-03Add option to database_connection so that logging can be turned on via object...mbligh1-2/+2
2010-01-15Fix interactions with db_utils when simulating. Anyone attempting toshoward1-6/+18
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard3-12/+45
2010-01-11Massive permission fixlmr1-0/+0
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward3-6/+146
2009-12-07Fix handling of database reconnects in the scheduler by enhancing the "django...showard1-3/+12
2009-10-05beginnings of a new scheduler functional test. this aims to test the entire ...showard1-4/+52
2009-08-27Make a bunch of stuff executablembligh2-0/+0
2009-06-22Not all distros put a symlink in for the python version. Howevermbligh2-2/+2
2009-05-29add a debug mode to migrations. this is pretty handy for debugging complex m...showard1-0/+3
2009-05-13Make migration manager support migration modules with just strings "UP_SQL" a...showard2-9/+83
2009-04-28Make a couple of errant files executablembligh1-0/+0
2009-03-12Add the concept of an Atomic Group to the scheduler and database.showard1-1/+7
2009-02-03Move all MySQLdb imports after the 'import common' so that a MySQLdbmbligh2-2/+2
2008-11-13Remove some dead code that was apparently left in database_connection.py.showard1-8/+0
2008-10-07Get the scheduler unittest to run against SQLite!showard2-11/+18
2008-10-06Remove unused imports.showard1-2/+0
2008-10-06Move migration system into database/ directory.showard2-0/+420
2008-10-03Add a generic database wrapper, supporting different database backends, to be...showard4-0/+444