Age | Commit message (Expand) | Author | Files | Lines |
2009-06-18 | Ensure one-time-hosts aren't in the Everyone ACL, and make the scheduler igno... | showard | 2 | -0/+21 |
2009-06-18 | temporary fix for bug in scheduling when at capacity. if no drone has capaci... | showard | 2 | -5/+63 |
2009-06-17 | add a log message to the scheduler thats useful for debugging atomic groups | showard | 1 | -0/+4 |
2009-06-16 | Fix _atomic_and_has_started() to check *only* for states that are a | showard | 2 | -8/+13 |
2009-06-15 | Do not call .set_host if the host is already set. | showard | 1 | -1/+4 |
2009-06-10 | Ensure all entry points get the import-time logging logic executed before oth... | showard | 2 | -2/+3 |
2009-06-10 | Make scheduler and babysitter use the new logging_manager system. | showard | 6 | -115/+57 |
2009-06-10 | Redesign the reverify hosts feature. Host status is no longer changed | showard | 1 | -3/+33 |
2009-06-10 | Have the scheduler wait a configurable amount of time before starting | showard | 3 | -48/+468 |
2009-06-10 | convert a few straggling print statements in the scheduler code to logging calls | showard | 3 | -7/+6 |
2009-06-08 | Add an option to global config to disable to the scheduler isn't accidentally... | showard | 1 | -1/+9 |
2009-06-08 | Add logging info for drones so we know what drone drone_utility is running on... | showard | 1 | -1/+2 |
2009-06-08 | Change behavior of Force Reverify: no longer executes cleanup before. | showard | 1 | -7/+9 |
2009-05-29 | Have the scheduler check for and sometimes cleanup various DB inconsistencies. | showard | 1 | -11/+109 |
2009-05-29 | make AgentTasksTest inherit from BaseSchedulerTest. it didn't used to, since... | showard | 1 | -1/+3 |
2009-05-29 | make the readonly connection fallback to the regular Django connection when r... | showard | 1 | -1/+3 |
2009-05-26 | fix JobManager.get_status_counts, which was returning incorrect counts in som... | showard | 1 | -138/+9 |
2009-05-26 | Make recovered tasks correctly handle being aborted before being started. Un... | showard | 2 | -26/+68 |
2009-05-26 | Explcitly catch SystemExit so we don't stack trace when we exit with sys.exit | showard | 1 | -0/+2 |
2009-05-20 | Sort hosts when choosing them for use in an atomic group and when | showard | 2 | -12/+97 |
2009-05-15 | Add ability to reverify a host from the Host List. | showard | 1 | -0/+5 |
2009-05-15 | Update debug_scheduler logging config to use INFO instead of debug. | showard | 1 | -1/+1 |
2009-05-13 | Fix recurring run code to reflect recent changes to rpc_utils.create_new_job(). | showard | 1 | -13/+3 |
2009-05-13 | Add an extra check for existence of Autoserv results in GatherLogsTask -- in ... | showard | 2 | -2/+4 |
2009-05-13 | Add job maximum runtime, a new per-job timeout that counts time since the job... | showard | 3 | -4/+26 |
2009-05-13 | Fix scheduler unittest for parser's new -P flag | mbligh | 1 | -1/+1 |
2009-05-13 | Add post-parse site hooks (parse -P to trigger, default = off) | mbligh | 1 | -1/+1 |
2009-05-12 | Add job option for whether or not to parse failed repair results as part of a... | showard | 2 | -9/+26 |
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 |