Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | make scheduler write host keyval files at the beginning of the job. presentl... | showard | 1 | -6/+38 |
2008-09-04 | -modify scheduler throttling code to track number of running processes rather... | showard | 2 | -33/+163 |
2008-09-03 | Rate limit the final parse of the scheduler. If more than 100 or so run at a... | showard | 1 | -1/+33 |
2008-08-28 | Invalid SQL is created if you have one-time hosts but no 'real' hosts | mbligh | 1 | -0/+2 |
2008-08-22 | revert an earlier change to when exactly we set the 'Starting' status. this ... | showard | 1 | -2/+2 |
2008-08-19 | Remove another old & obsolete file. | jadmanski | 1 | -160/+0 |
2008-08-18 | -Refactor new monitor_db scheduling algorithm into it's own class | showard | 2 | -125/+188 |
2008-08-15 | Rewrite the scheduling algorithm yet again. This time, we make separate DB q... | showard | 1 | -82/+118 |
2008-08-13 | -add basic abort functionality test to scheduler unit tests. this | showard | 2 | -53/+188 |
2008-07-31 | Provides a mechanism in the UI to choose to skip the verification stage. | showard | 1 | -11/+21 |
2008-07-29 | Fixed the job timeouts. Jobs should no longer time out early. | mbligh | 1 | -1/+1 |
2008-07-28 | I left some debugging code in monitor_db_unittest.py. This goes with a patch ... | mbligh | 1 | -5/+0 |
2008-07-28 | Need changes to fix the monitor_db unittest | mbligh | 1 | -0/+8 |
2008-07-24 | Normalize the --host-protection name, since autoserv is somewhat | jadmanski | 1 | -0/+2 |
2008-07-17 | Fixed the logic in the scheduler unit tests. Checks that the command | mbligh | 1 | -2/+2 |
2008-07-17 | Adding new columns "locked_by_id" and "lock_time" to the hosts table, to | showard | 1 | -1/+1 |
2008-07-15 | Initial release of test auto importer | showard | 1 | -2/+2 |
2008-07-09 | Add support to the scheduler to pass in the host.protection value as | jadmanski | 2 | -4/+11 |
2008-07-03 | Adding protection levels to hosts. Allows the user to specify how much | showard | 1 | -1/+1 |
2008-07-03 | Updating the RPC interface and scheduler unit tests to match up with | showard | 1 | -0/+2 |
2008-07-03 | Added a new input that allows used to specify a one-time host when | showard | 1 | -4/+4 |
2008-07-03 | Adding a timeout field to the "Create Job" tab, modified the create_job | showard | 1 | -3/+34 |
2008-07-03 | If a job is marked as Abort/Aborting/Aborted, do not change its status | mbligh | 1 | -5/+14 |
2008-06-23 | Fixed the monitor_db_unittest to be more robust. When checking that the comma... | mbligh | 1 | -6/+6 |
2008-06-13 | Fix a bug introduced into recovery code in my refatoring for testability. Pi... | showard | 1 | -9/+1 |
2008-06-11 | Needed to fix problems caused by the use of the old import usage which has | mbligh | 1 | -1/+3 |
2008-06-06 | Add distinct to query to cut time spent in half | showard | 1 | -1/+1 |
2008-06-06 | Convert all python code to use four-space indents instead of eight-space tabs. | jadmanski | 4 | -2042/+2042 |
2008-06-06 | minor refactorings to scheduler to make it more testable. the corresponding ... | showard | 1 | -10/+15 |
2008-06-06 | Move the mock libraries from client/unittest into client/common_lib/test_utils. | jadmanski | 1 | -1/+331 |
2008-06-05 | -check ACLs directly in the scheduler (bypassing ineligible_host_queues) | showard | 2 | -35/+39 |
2008-05-30 | Add __init__.py file. | showard | 1 | -0/+0 |
2008-05-29 | Rewrite scheduling algorithm to use two queries + some data processing, rathe... | showard | 2 | -84/+150 |
2008-05-29 | The beginning of a unit test for the scheduler. Right now it only tests the ... | showard | 1 | -0/+302 |
2008-05-27 | A bit of refactoring to monitor_db.py to clean up some code and make it more ... | showard | 1 | -36/+28 |
2008-05-27 | Rename monitor_db to monitor_db.py. This makes it import-able, which is nece... | showard | 1 | -1/+1 |
2008-05-23 | Add distinct to query to cut time spent in half | showard | 1 | -1/+1 |
2008-05-22 | It occurred to me that because of the change to batch up emails, if an except... | showard | 1 | -0/+1 |
2008-05-16 | Risk: Medium | jadmanski | 1 | -10/+21 |
2008-05-15 | Batch up notification emails within a single tick, and send em out all together. | showard | 1 | -16/+41 |
2008-05-08 | -make scheduler monitor number of running tasks and keep it limited to some m... | showard | 1 | -6/+30 |
2008-05-06 | Every time we modify ACLs we have to recompute ineligible host queues. We ca... | showard | 1 | -4/+4 |
2008-04-30 | notify_email is a global config parameter which monitor_db reads out. | mbligh | 1 | -3/+5 |
2008-04-30 | -include acl-inaccessible hosts in ineligible_host_queues blocks. | mbligh | 1 | -2/+18 |
2008-04-24 | Never delete hosts or labels. Instead, mark them as invalid. | mbligh | 1 | -4/+6 |
2008-04-17 | Use the new parser library directly inside of autoserv, instead of | mbligh | 1 | -16/+8 |
2008-04-15 | Fix bug in logging to host logs. | mbligh | 1 | -6/+14 |
2008-04-04 | Tested by scheduling jobs against machines that had Repair Failed status and ... | mbligh | 1 | -23/+51 |
2008-04-03 | Modify all the common.py to set up an autotest_lib.* namespace as well | mbligh | 1 | -23/+5 |
2008-03-25 | -when no pidfile is found by PidfileRunMonitor, just wait, and after a timeou... | mbligh | 1 | -54/+147 |