Age | Commit message (Expand) | Author | Files | Lines |
2009-02-07 | Fix two typos, one just a UI typo and one an actual bug due to an incorrect f... | showard | 1 | -1/+1 |
2009-02-07 | Remove the old acl_groups_users and acl_groups_hosts many2many pivot | showard | 5 | -14/+36 |
2009-02-04 | Up both stack limits to 512, since people have reported problems. | showard | 2 | -2/+2 |
2009-02-03 | -changes to TableView to more transparently treat "special" columns (group co... | showard | 2 | -96/+110 |
2009-02-03 | Filename for rpc_test.txt is wrong | mbligh | 1 | -1/+1 |
2009-02-03 | Add help text for the new reboot before/after rpc params. | mbligh | 1 | -0/+2 |
2009-02-03 | Improved error message to the user when entering a host as a one time | mbligh | 1 | -1/+3 |
2009-02-03 | The name field in the labels table was not declared UNIQUE in the initial | mbligh | 1 | -0/+14 |
2009-01-31 | Fix the missing 'os' import. | showard | 1 | -2/+5 |
2009-01-26 | Bypass only_if_needed labels for specifically-requested hosts. This is a wor... | showard | 1 | -14/+0 |
2009-01-26 | Wrap the TKO drop-down log viewers with scroll panels, so that when FF3 cuts ... | showard | 2 | -3/+6 |
2009-01-26 | Add job name search feature to AFE job list tab. | showard | 5 | -23/+55 |
2009-01-24 | Allow control file body text to be supplied as an alternative to a list | mbligh | 3 | -41/+134 |
2009-01-22 | Remove three unused imports added by someone's previous change. Grr. | showard | 1 | -3/+0 |
2009-01-20 | Check synch_count in RPC method, before job gets created. Also remove a call... | showard | 2 | -7/+9 |
2009-01-20 | First pass at an implementation of a message of the day. Decided | showard | 5 | -9/+34 |
2009-01-16 | When aborting host queue entries, completely ignore completed entries. They ... | showard | 1 | -0/+1 |
2009-01-16 | Make sure the debug messages from models get printed while the scheduler is r... | showard | 1 | -2/+2 |
2009-01-14 | Fix creation of "Basic Admin" group, at long last. | showard | 1 | -2/+8 |
2009-01-08 | since global config now considers an empty value as a nonexistent value, chan... | showard | 1 | -4/+7 |
2009-01-07 | Change drop-down log viewers in TKO to use JSONP instead of XmlHttpRequests s... | showard | 2 | -37/+105 |
2008-12-11 | Add 'Verifying' to class Job so that View Job allows users to view machines | mbligh | 2 | -7/+4 |
2008-12-05 | Preparation for adding a widget to edit job dependencies in the create job vi... | showard | 3 | -3/+29 |
2008-12-03 | Add profiler support to the server-side control file generation. | jadmanski | 2 | -4/+2 |
2008-12-03 | gps pointed out that "== and != work in most cases but its better to use is | mbligh | 2 | -5/+5 |
2008-12-01 | Continue to add/remove the valid hosts or users to the label or ACL in | mbligh | 1 | -2/+3 |
2008-11-24 | * allow scheduler email "from" address to be specified in global config | showard | 1 | -2/+2 |
2008-11-24 | Return a decent error message when an invalid label is passed to create_job()... | showard | 1 | -0/+3 |
2008-11-19 | Eliminate duplicate exception messages for non-requested only_if_needed label... | showard | 1 | -1/+1 |
2008-11-19 | When reading machine label values from history, ensure they get stored correc... | showard | 1 | -10/+9 |
2008-11-18 | Don't reset active bit when setting status to "Abort". The scheduler needs t... | showard | 1 | -2/+6 |
2008-11-18 | Adds the ability for the client.bin.base_job class to keep track of run | mbligh | 3 | -6/+9 |
2008-11-15 | Fix server side control files generated by the autotest front end. kernel is... | mbligh | 2 | -1/+40 |
2008-11-14 | Fix job detail tab to point to the right place for status and debug log links... | showard | 1 | -5/+5 |
2008-11-14 | Fix bug in generation of error message for unauthorized abort that occurs whe... | showard | 1 | -1/+9 |
2008-11-14 | Don't include a kernel version tag prefix when only one kernel was given. | mbligh | 2 | -4/+4 |
2008-11-14 | Fix the frontend unittests for the previous change. | mbligh | 1 | -3/+3 |
2008-11-13 | Fix a typo in rpc_utils.py | showard | 1 | -1/+1 |
2008-11-13 | Handle the case where there are no only_if_needed labels in host filtering code. | showard | 1 | -7/+8 |
2008-11-13 | Use quotes instead of underscores in the UI because underscores are ugly. | showard | 1 | -1/+1 |
2008-11-13 | The kernel global needs to be set properly for many existing control files to | mbligh | 1 | -2/+2 |
2008-11-12 | Add a user preference for showing experimental tests, disabled by default, an... | showard | 6 | -3/+35 |
2008-11-12 | Add a checkbox 'exclude "only if needed" labels' to host lists in AFE, checke... | showard | 6 | -35/+132 |
2008-11-12 | allow users to abort other users' jobs, but only for machines that are both A... | showard | 2 | -7/+26 |
2008-11-12 | Return an actually useful error when one of the bulk RPCs is called (i.e. lab... | showard | 2 | -12/+24 |
2008-11-12 | Implement sync_count. The primary change here is replacing the job.synch_typ... | showard | 14 | -131/+302 |
2008-11-11 | Disable test type selector when "edit control file" mode is entered. | showard | 1 | -0/+1 |
2008-11-05 | Add support for running a test over a sequence of multiple kernels. | mbligh | 2 | -19/+71 |
2008-11-05 | Add a formal cleanup phase to the scheduler flow. | showard | 1 | -1/+1 |
2008-11-04 | Add two missing status descriptions to the AFE dictionary of status messages,... | showard | 1 | -1/+3 |