summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Represent a group of machines with either the atomic group label name,showard4-23/+255
2009-05-11Add host attributes to AFE. Nothing actually uses them; they're purely for u...showard7-54/+231
2009-05-08Add the ability to filter based on test labels.showard2-74/+210
2009-05-08Added ability to clone a job on specific hosts.showard3-10/+33
2009-05-08Escape user SQL for attribute filtering. Not sure why this wasn't failing be...showard1-0/+1
2009-05-08Only run crashinfo collection when Autoserv exited due to some signal -- not ...showard2-12/+24
2009-05-08Fixed compiler warnings: unused imports and unread field.showard3-16/+7
2009-05-08CSV support for TKO table view.showard8-55/+234
2009-05-08Pick hosts out of an atomic group in order rather than randomly so thatshoward1-3/+5
2009-05-06Fix up a possible race in the profiler startup; have the serverjadmanski2-7/+17
2009-05-06Use a set instead of a list to store currently running reasons, andjadmanski1-5/+6
2009-05-05Fixed FindBugs warnings: changed some inner classes to static inner classes.showard3-3/+3
2009-05-05Updated the 'view=' URL parameter to match new view ID in frontend.showard1-0/+10
2009-05-05When the user performs a whole-table action in TKO spreadsheet view, make sur...showard2-7/+15
2009-05-05Change Agent.abort() again. This time, it runs through its queue of AgentTas...showard2-40/+50
2009-05-05Improved embedded graphing sample -- use more generic, more interesting queries.showard1-5/+6
2009-05-04Change the autotest.run implementation to only automatically addjadmanski1-1/+1
2009-05-02Export CSV support for spreadsheet view.showard14-88/+306
2009-05-02Make mock.py fail fast when an unexpected call occurs by throwing an exception.showard1-1/+11
2009-05-02Fix create_embedded_plot() to use the *Plot classes. This fixes the "Link to...showard1-5/+13
2009-05-01Moved to the new logging.mbligh1-56/+48
2009-05-01Summary - A couple of LTP module bugfixesmbligh2-2/+2
2009-05-01Re-factor the option parsing following a suggestion from Greg.mbligh10-416/+389
2009-05-01Call out to site_monitor_db: site_init_monitor_dbmbligh1-0/+9
2009-05-01Summary: Make the prefix format for the log files generated by testsmbligh1-1/+1
2009-05-01Do the Python < 2.4 switcheroo before importing modules that may notmbligh1-9/+18
2009-05-01We now store the failures due to constraints and dont raisembligh2-5/+24
2009-05-01Fixed the default command value to make utils.CmdResult().__repr__() work.mbligh1-1/+1
2009-05-01Fix CLI unittests to call check_playback in all cases, not just whenshoward1-7/+22
2009-05-01increase timeout for JSON-P queries to 60sshoward1-1/+1
2009-05-01Parameter "plot_info" should've been "plot_type" -- was a mistake.showard1-2/+2
2009-05-01Add missing mock god check playback and fix the test.showard1-2/+3
2009-05-01Add support for submitting a job into an atomic group to the CLI.showard2-2/+33
2009-05-01Update CLI to allow scheduling jobs against labelsshoward3-12/+71
2009-04-29Monkey patch the logging module to make debugging poorly writtenshoward2-1/+91
2009-04-29Fixed indenting multiline quoted content that uses triple quotes (" orshoward3-2/+69
2009-04-29Here is a patch, which extends the autotest system with recurring jobshoward14-165/+744
2009-04-29Make autoserv --collect_crashinfo only run when Autoserv actually failed (exi...showard2-3/+23
2009-04-29add @Override tag to overriding method in CommonClassFactory.javashoward1-0/+1
2009-04-29Support multiple embedded graph widgets on the same page. This required two ...showard7-107/+165
2009-04-29fix Agent.abort() when it's called before the agent has started (in that case...showard2-3/+15
2009-04-29Special-case the crashinfo-only mode of running a job to only runjadmanski2-8/+14
2009-04-28Document job.results_platform_mapmbligh1-4/+12
2009-04-28Cleanup - don't use list object to return "list" of jobs that canmbligh1-14/+11
2009-04-28Added server_job.set_test_tag() function (similar to the one in mbligh3-24/+88
2009-04-28Modified import_site_class() to not wrap baseclass with a local dummymbligh3-12/+15
2009-04-28Make sure that in a repair operation autotest runs a verify onmbligh1-1/+3
2009-04-28Added support to AbstractSSHHost.get_file() to not try to preserve thembligh3-4/+55
2009-04-28Add a method to get the number of logical cores per cpu socket on a machine.mbligh1-0/+13
2009-04-28Make a couple of errant files executablembligh2-0/+0