Age | Commit message (Expand) | Author | Files | Lines |
2009-05-11 | Represent a group of machines with either the atomic group label name, | showard | 2 | -23/+191 |
2009-05-08 | Only run crashinfo collection when Autoserv exited due to some signal -- not ... | showard | 2 | -12/+24 |
2009-05-08 | Pick hosts out of an atomic group in order rather than randomly so that | showard | 1 | -3/+5 |
2009-05-05 | Change Agent.abort() again. This time, it runs through its queue of AgentTas... | showard | 2 | -40/+50 |
2009-05-01 | Call out to site_monitor_db: site_init_monitor_db | mbligh | 1 | -0/+9 |
2009-04-29 | Here is a patch, which extends the autotest system with recurring job | showard | 1 | -1/+53 |
2009-04-29 | Make autoserv --collect_crashinfo only run when Autoserv actually failed (exi... | showard | 2 | -3/+23 |
2009-04-29 | fix Agent.abort() when it's called before the agent has started (in that case... | showard | 2 | -3/+15 |
2009-04-28 | Make a couple of errant files executable | mbligh | 1 | -0/+0 |
2009-04-27 | Make RepairTask write job_queued and job_finished keyvals so they can be pars... | showard | 2 | -17/+51 |
2009-04-27 | Fix two bugs introduced in previous change to add collect_crashinfo support. | showard | 2 | -32/+126 |
2009-04-24 | Change the client, babysitter, scheduler logging configs to append to | jadmanski | 2 | -2/+2 |
2009-04-22 | Add support to the scheduler to run autoserv --collect_crashinfo after a job ... | showard | 4 | -328/+417 |
2009-04-22 | Fix monitor_db_unittest, broken by previous change to refactor cleanup code. ... | showard | 3 | -4/+12 |
2009-04-20 | extract code for generated autoserv command lines to a common place, includin... | showard | 2 | -11/+34 |
2009-04-16 | Add information collecting method so we can see what state the system was in ... | showard | 1 | -1/+39 |
2009-04-16 | Change connect_timeout default from 30 seconds to 5 minutes | showard | 1 | -1/+1 |
2009-04-15 | Fix monitor_db.DBObject.save() to handle None values as NULL properly. | showard | 2 | -3/+35 |
2009-04-09 | This gives us fixed width, and saves some space. | mbligh | 2 | -4/+4 |
2009-04-09 | New prefix for file logging | mbligh | 2 | -2/+4 |
2009-04-08 | Move clean up functions into seperate file/classes | mbligh | 2 | -70/+147 |
2009-04-07 | Ensure exception information from monitor_db goes to logs. | showard | 2 | -2/+10 |
2009-04-07 | Add a check for AUTOTEST_SCHEDULER_LOG_DIR | showard | 2 | -6/+11 |
2009-04-07 | Change killing %d to %s | showard | 1 | -1/+1 |
2009-04-01 | Move monitor_db_babysitter to using utils.run to start monitor_db with enviro... | mbligh | 2 | -13/+12 |
2009-04-01 | Add write_pid to common code | mbligh | 2 | -0/+4 |
2009-03-27 | Couple fixes for Lucas and Rodrigo's logging changes | showard | 1 | -6/+8 |
2009-03-21 | Fix the AtomicGroup name display in the admin interface. | showard | 2 | -1/+18 |
2009-03-21 | Ensure RepairTasks aren't associated with the queue entries that spawned them... | showard | 2 | -27/+64 |
2009-03-20 | As discussed on the mailing list, we implemented logging with a single | showard | 5 | -68/+142 |
2009-03-12 | Add the concept of an Atomic Group to the scheduler and database. | showard | 2 | -47/+615 |
2009-03-12 | chdir when starting monitor_db to avoid issues such as | showard | 1 | -0/+5 |
2009-03-12 | a) Reduce the number of instances of DBObject classes created for the same row | showard | 2 | -22/+137 |
2009-03-03 | Updated patch including unit test fixes. | showard | 4 | -64/+37 |
2009-02-25 | Only look at enabled drones when computing the max # of processes that can be... | showard | 1 | -2/+5 |
2009-02-25 | Internal cleanup - don't use a ._fields() method, just define a class | showard | 1 | -72/+36 |
2009-02-17 | Get rid of the host_queue_entries.priority field in the autotest_web DB. It's... | showard | 2 | -6/+6 |
2009-02-17 | Cleaned up some useless imports and moved autoser_parser actual argument | mbligh | 1 | -1/+0 |
2009-02-11 | Update two calls to _write_keyval to call the new _write_keyval_after_job ins... | showard | 1 | -2/+2 |
2009-02-07 | * Write job_queued keyval before running the job, so it's available to the co... | showard | 2 | -18/+31 |
2009-02-07 | Remove the old acl_groups_users and acl_groups_hosts many2many pivot | showard | 2 | -4/+4 |
2009-02-04 | The change to copy and parse failed repair results was broken for drone setup... | showard | 3 | -20/+57 |
2009-02-03 | Move all MySQLdb imports after the 'import common' so that a MySQLdb | mbligh | 2 | -2/+3 |
2009-01-30 | when "stopping" a sync job, don't stop verifying entries, because they still ... | showard | 1 | -11/+15 |
2009-01-30 | * when repair fails in a situation that fails a queue entry (i.e. repair trig... | showard | 4 | -13/+84 |
2009-01-30 | * add "Do not verify" host protection level and implement it in scheduler | showard | 2 | -38/+60 |
2009-01-30 | Fail quickly if we are accidentally started as root | mbligh | 1 | -0/+5 |
2009-01-26 | Bypass only_if_needed labels for specifically-requested hosts. This is a wor... | showard | 2 | -31/+26 |
2009-01-20 | Make maximum process throttling configurable on a per-drone basis. | showard | 6 | -46/+89 |
2009-01-16 | Make sure the debug messages from models get printed while the scheduler is r... | showard | 1 | -1/+1 |