summaryrefslogtreecommitdiff
path: root/frontend/migrations
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Planner: add migration script to drop planner tables from autotest_web databaselmr1-0/+443
2011-06-06Add primary key id in table afe_hosts_labelslmr1-0/+7
2010-11-08Massive permission and indentation fix on the autotest treelmr1-3/+3
2010-10-18Add indices on the tko_tests.start_time and afe_jobs.created_onlmr1-0/+10
2010-07-16Begin adding support for parameterized jobs.jamesren1-0/+144
2010-06-09Handle changes in MySQL behavior between migrationsjamesren1-0/+11
2010-06-07Enforce that a drone may appear in at most one drone set. Also hide drones thatjamesren1-0/+40
2010-06-01Adding missing __init__.py file under frontend/migrationslmr1-0/+0
2010-05-07Fix migration 59's handling of a fresh database. The migration did not handlejamesren2-0/+54
2010-05-05Allow additional parameters to be specified with test plans. Also wrapjamesren1-0/+47
2010-05-05Ensure that drone set permissions are enabled in the admin interface.jamesren1-0/+19
2010-04-21Add ability to associate drone sets with jobs. This restricts a job tojamesren1-0/+85
2010-04-08Add Planner triage actionsjamesren1-0/+15
2010-04-08Add implementation for the Planner global support. Also add unit testsjamesren1-0/+19
2010-04-05Make sure the 'invalidated' test label existsjamesren1-0/+13
2010-03-31Autotest web database: Adding NOP migrationslmr2-0/+12
2010-03-31Web frontend database: Expand test and subdir fields from tko_tests v2lmr1-0/+9
2010-03-23Rebase the AUTOTEST_WEB database to schema version 51. Also default thejamesren1-174/+2
2010-03-11Missed 2 migrations...jamesren2-0/+40
2010-02-26* fix a bug in utils.run() when passing stdin as an empty stringjamesren1-0/+7
2010-02-19Add framework for Test Planner execution engine, and the supporting RPCjamesren1-0/+36
2010-02-12Un-hardcode the TKO database name in AUTOTEST_WEB migration 45jamesren1-3/+3
2010-01-15Fix interactions with db_utils when simulating. Anyone attempting toshoward1-0/+3
2010-01-15Support for job keyvalsshoward1-0/+28
2010-01-15Correcting issues in AUTOTEST_WEB migration 45showard2-5/+18
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard1-0/+35
2010-01-11Massive permission fixlmr1-0/+0
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward2-0/+45
2009-12-21Note: This change is to support a project that I am working on. You should se...showard1-0/+242
2009-11-19Support restricting access to drones by user. Administrators can put lines likeshoward1-0/+11
2009-11-19add a unique key over job_id and host_id on host_queue_entries. we don't wan...showard1-0/+56
2009-11-13Special tasks show "Failed" as their status instead of "Completed" ifshoward1-0/+14
2009-09-18Set invalid host_id references to a new __missing_host__ host beforeshoward1-0/+8
2009-08-31Added some foreign key constraints to AUTOTEST_WEB.showard1-0/+67
2009-07-07make SpecialTasks recoverable. this involves quite a few changes.showard1-0/+5
2009-07-06Enter all Verify/Cleanup/Repair tasks into the special_tasks table. Alsoshoward1-0/+32
2009-06-10Redesign the reverify hosts feature. Host status is no longer changedshoward1-0/+15
2009-06-08add DB constraints to all M2M pivot tables to enforce unique rows and enforce...showard1-0/+135
2009-05-13Add job maximum runtime, a new per-job timeout that counts time since the job...showard1-0/+12
2009-05-12Add job option for whether or not to parse failed repair results as part of a...showard1-0/+7
2009-05-11Add host attributes to AFE. Nothing actually uses them; they're purely for u...showard1-0/+21
2009-04-29Here is a patch, which extends the autotest system with recurring jobshoward1-0/+23
2009-04-22Add support to the scheduler to run autoserv --collect_crashinfo after a job ...showard1-0/+11
2009-03-27Add missing atomic_groups.invalid migration.showard1-0/+6
2009-03-25Add migration to add a proper default value to hosts invalid column. Since we...mbligh1-0/+6
2009-03-12Add the concept of an Atomic Group to the scheduler and database.showard1-0/+30
2009-03-09Added frontend/migrations/027_fix_innodb.py andmbligh1-0/+11
2009-02-17Get rid of the host_queue_entries.priority field in the autotest_web DB. It's...showard1-0/+14
2009-02-07Remove the old acl_groups_users and acl_groups_hosts many2many pivotshoward1-0/+25
2009-02-03The name field in the labels table was not declared UNIQUE in the initialmbligh1-0/+14