summaryrefslogtreecommitdiff
path: root/tko/migrations
AgeCommit message (Expand)AuthorFilesLines
2010-03-23Rebase the AUTOTEST_WEB database to schema version 51. Also default thejamesren1-175/+2
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard1-0/+0
2010-01-11Massive permission fixlmr1-0/+0
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward2-0/+386
2009-09-08Added afe_job_id column to the jobs table in TKO. Changed link in AFEshoward1-0/+77
2009-08-31TKO migration to ensure the "invalidated" label exists.showard1-0/+15
2009-05-12Add a foreign key from tests->jobs. Requires modifying tests.job_idxjadmanski1-0/+19
2009-05-12Add the ability for users to add test attributes. Non-user-created attribute...showard1-0/+9
2009-05-05Updated the 'view=' URL parameter to match new view ID in frontend.showard1-0/+10
2009-04-21Fix a bug in the parser when dealing with test labels. The finaljadmanski1-0/+24
2009-04-20Index the test_id field on test_labels_tests. When people query with an excl...showard1-0/+7
2009-04-17Change tests to have a default for the invalid fieldmbligh1-0/+6
2009-04-15Several of out attributes (like bootnum and boot_times) that are standard tes...mbligh1-0/+7
2009-03-09Added frontend/migrations/027_fix_innodb.py andmbligh1-0/+14
2009-02-27Apparently depending on what keys & db version and engines you have,jadmanski1-1/+1
2009-02-25Make the hostname field bigger in TKO. The is unfortunately somethingjadmanski1-0/+5
2008-10-28Widened the test field to 60 chars from 30 chars.mbligh1-0/+5
2008-10-21Add indices to TKO. These range from absolutely performance criticalmbligh1-0/+34
2008-10-03Add a generic database wrapper, supporting different database backends, to be...showard1-2/+2
2008-09-22-add --force option to migrations to disable user confirmation because this c...showard1-6/+7
2008-09-19Attached is a large patch for a powerful and flexible new graphing system for...showard3-0/+179
2008-07-28-add test_view_2 with more sensible field names, for use by new TKO. this is...showard1-0/+38
2008-07-17Fixed the perf_view database view in TKO. Changed an INNER JOIN to join on thembligh1-0/+79
2008-07-15Modify the parser and tko db code to flag test models as being forjadmanski1-0/+6
2008-07-11Change the name of the magic JOB entry in the status log parsing tojadmanski1-0/+11
2008-07-11Migration file for test labels. Add a test_labels table and a test_labels_te...showard1-0/+27
2008-07-11some changes to support saved queries for new TKOshoward1-0/+20
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski8-385/+384
2008-06-02Change the VARCHAR for url from 65k to 1kmbligh1-1/+1
2008-05-21Reason column width in table tko.tests needs to be increased to a larger valuembligh1-0/+5
2008-05-21Risk: Mediumjadmanski1-0/+22
2008-05-21 Overview:mbligh1-0/+18
2008-05-01Add a new status field called TEST_NA (in addition to PASS and FAIL). mbligh1-0/+6
2008-04-18Add tests.started_time to the results database, and add support in thembligh1-0/+149
2008-03-12Add downgrade support to migrate. This is really necessary for doing real mi...mbligh3-6/+154
2008-02-19Strip the optional fields (e.g. timestamps) out of the reason fieldsmbligh1-0/+72
2008-02-19Add job queued, started and finished timestamps to the tko db andmbligh1-0/+74
2008-02-15add missing tko/migrationsmbligh1-0/+190