- 3d6ae11 Export CSV support for spreadsheet view. by showard · 16 years ago
- 5644da8 Make mock.py fail fast when an unexpected call occurs by throwing an exception. by showard · 16 years ago
- 66b510e Fix create_embedded_plot() to use the *Plot classes. This fixes the "Link to this graph" feature in TKO. by showard · 16 years ago
- 8ad3120 Moved to the new logging. by mbligh · 16 years ago
- 831b661 Summary - A couple of LTP module bugfixes by mbligh · 16 years ago
- 9deeefa Re-factor the option parsing following a suggestion from Greg. by mbligh · 16 years ago
- 83c1e9e Call out to site_monitor_db: site_init_monitor_db by mbligh · 16 years ago
- d1e8140 Summary: Make the prefix format for the log files generated by tests by mbligh · 16 years ago
- 6d85ad9 Do the Python < 2.4 switcheroo before importing modules that may not by mbligh · 16 years ago
- 32cb5b4 We now store the failures due to constraints and dont raise by mbligh · 16 years ago
- cd63a21 Fixed the default command value to make utils.CmdResult().__repr__() work. by mbligh · 16 years ago
- 53cb10c Fix CLI unittests to call check_playback in all cases, not just when by showard · 16 years ago
- 6d845a7 increase timeout for JSON-P queries to 60s by showard · 16 years ago
- de01b76 Parameter "plot_info" should've been "plot_type" -- was a mistake. by showard · 16 years ago
- d4ead17 Add missing mock god check playback and fix the test. by showard · 16 years ago
- 648a35c Add support for submitting a job into an atomic group to the CLI. by showard · 16 years ago
- b27f4ad Update CLI to allow scheduling jobs against labels by showard · 16 years ago
- 756d82e Monkey patch the logging module to make debugging poorly written by showard · 16 years ago
- d262415 Fixed indenting multiline quoted content that uses triple quotes (" or by showard · 16 years ago
- 29f7cd2 Here is a patch, which extends the autotest system with recurring job by showard · 16 years ago
- 0bbfc21 Make autoserv --collect_crashinfo only run when Autoserv actually failed (exit status nonzero) or was aborted. I was being lazy and always running it, but it seems that introduced very annoying latency into job runs. by showard · 16 years ago
- b4df82d add @Override tag to overriding method in CommonClassFactory.java by showard · 16 years ago
- fbdab0b Support multiple embedded graph widgets on the same page. This required two changes to avoid collisions with shared global resources: by showard · 16 years ago
- 20f9bdd fix Agent.abort() when it's called before the agent has started (in that case, it should do nothing -- but the logic was making it basically ignore the abort). this should fix jobs being aborting in the "starting" phase (a phase that lasts one cycle before "running" starts). by showard · 16 years ago
- fb9c0fa Special-case the crashinfo-only mode of running a job to only run by jadmanski · 16 years ago
- c9e427e Document job.results_platform_map by mbligh · 16 years ago
- 38b0915 Cleanup - don't use list object to return "list" of jobs that can by mbligh · 16 years ago
- c86113b Added server_job.set_test_tag() function (similar to the one in by mbligh · 16 years ago
- 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 16 years ago
- 948e2ba Make sure that in a repair operation autotest runs a verify on by mbligh · 16 years ago
- feac010 Added support to AbstractSSHHost.get_file() to not try to preserve the by mbligh · 16 years ago
- 9fd9afe Add a method to get the number of logical cores per cpu socket on a machine. by mbligh · 16 years ago
- b82b1f2 Make a couple of errant files executable by mbligh · 16 years ago
- 7e08f58 Sometimes this open_session call throws an EOFError if the other end by jadmanski · 16 years ago
- 6a3e87f When we try to start a new session on a machine that's shutting down, by jadmanski · 16 years ago
- 11fbbce Because we all love another layer of try-finally indentation...make by jadmanski · 16 years ago
- 56cdd56 Fixed a unittest that previous change of mine broke. by showard · 16 years ago
- d04b4b6 Changed get_hosts() rpc call to return the acls to which the hosts by showard · 16 years ago
- b7a52fd globalInitialize() starts a timer and every 10 minutes requests by showard · 16 years ago
- 9f4500a Last few changes necessary to make first embeddable graphs work by showard · 16 years ago
- d920518 Make RepairTask write job_queued and job_finished keyvals so they can be parsed into TKO when failed repair results are parsed. by showard · 16 years ago
- 6b73341 Fix two bugs introduced in previous change to add collect_crashinfo support. by showard · 16 years ago
- 7b50daf Add a missing import of error to oprofile. by jadmanski · 16 years ago
- c84a950 Change the client, babysitter, scheduler logging configs to append to by jadmanski · 16 years ago
- 9e33f27 New (and much more complex) version of the collect rpm -qa patch. by jadmanski · 16 years ago
- 181d289 fix a simple bug in the parser -- in one code path, old_tests never gets bound, but it gets referenced later anyway by showard · 16 years ago
- 0f76934 Explicitly check for empty results when looking for old tests. Otherwise we'll generate invalid SQL in the subsequent query. by showard · 16 years ago
- d3dc199 Add support to the scheduler to run autoserv --collect_crashinfo after a job finishes or is aborted. by showard · 16 years ago
- fb64e6a Add atomicgroup support to the command line interface. by showard · 16 years ago
- 915958d Fix monitor_db_unittest, broken by previous change to refactor cleanup code. Two main things here: by showard · 16 years ago
- d097661 Change the file logger to open the server.log file in append mode by jadmanski · 16 years ago
- 3bff909 Fix a race condition in server_job._update_collected_logs_list where by jadmanski · 16 years ago
- 48925de Drop the code that's removing status.log at the start of a job. by jadmanski · 16 years ago
- fe3e6a7 This is a hack, but right now I can't see any other way of working by jadmanski · 16 years ago
- 5896298 Only write a job keyval out if there isn't already a keyval with by jadmanski · 16 years ago
- 382303a When we "touch" status.log make sure we don't damage any already existing log. by jadmanski · 16 years ago
- 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 16 years ago
- 77e8da8 When a subcommand is started, clear out the return code. Otherwise if by jadmanski · 16 years ago
- b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 16 years ago
- 87ba02a extract code for generated autoserv command lines to a common place, including support for -l and -u params, and make verify, repair and cleanup tasks pass those params. this should make failed repairs include the right user and job name when parsed into tko. by showard · 16 years ago
- 3181c7b Prevent jobs from being created via the RPC interface that will be impossible by showard · 16 years ago
- 47d9e7d Prevent creating jobs via the frontend directly on hosts in an atomic group by showard · 16 years ago
- 69e8458 Index the test_id field on test_labels_tests. When people query with an exclusion of multiple labels, MySQL will want to use this index to join from tests to test_labels_tests on the test_idx. by showard · 16 years ago
- b9db516 Changes to make frontend.py work with atomic groups by mbligh · 16 years ago
- 2352988 Add systemtap test by mbligh · 16 years ago
- 959ed87 host.reboot() will now take an optional reboot command. The reboot by mbligh · 16 years ago
- 7af0997 This is the second CL relating to a re-implementation of how by mbligh · 16 years ago
- 0bc42bd Add dejagnu as a dependency by mbligh · 16 years ago
- 43b739a Update oprofile to version 0.9.4 by mbligh · 16 years ago
- 99eab42 Build oprofile in parallel, it takes a while and I got tired of waiting when by mbligh · 16 years ago
- dff2245 Add systemtap as a dependency. Some tests may want to use tapsets for by mbligh · 16 years ago
- 1ede6a3 Don't specify an absolute path in os.path.join, otherwise it wont work by mbligh · 16 years ago
- cc01164 Raise an AutotestError instead of the default. We end up with a pretty by mbligh · 16 years ago
- 94c4431 Moved the part of initialize() that needs to execute after setup() to be by mbligh · 16 years ago
- ae69f26 Fix a typo in the join_bg_jobs function. by mbligh · 16 years ago
- 2f13dfb Give the warning and the workaround a chance to happen by default. by mbligh · 16 years ago
- a446440 Add a workaround to a bug where machines are not rebooting sometimes by mbligh · 16 years ago
- cf57ae2 Move update checksum out of upload_pkg_parallel this shouldn't be done in parallel. by mbligh · 16 years ago
- 29541d7 Change tests to have a default for the invalid field by mbligh · 16 years ago
- 1a519b9 Move server import only into the upload section as a temporary fix for being able to use packages.py on clients until upload funcationality can be put into a server side package lib by mbligh · 16 years ago
- e183681 Package upkeep by mbligh · 16 years ago
- 16115e1 There might still be a potential hang when exhausing the ssh std* by jadmanski · 16 years ago
- 4d35724 Provide the ability to Re-validate results that had been by showard · 16 years ago
- eaccf8f move escape_user_sql() to the manager class, where it better belongs, make it not static, since it doesn't need to be and we need to override it, and override it in TestViewManager to specify the table whenever test_idx is used (otherwise it can be an ambiguous reference when test_attributes is joined) by showard · 16 years ago
- 701f626 Add information collecting method so we can see what state the system was in when by showard · 16 years ago
- aa085e9 Change connect_timeout default from 30 seconds to 5 minutes by showard · 16 years ago
- d1677eb Update management so that it adds permissions for 'atomicgroup' by showard · 16 years ago
- edd5897 Allow display of the message of the day in tko as well as afe. by showard · 16 years ago
- 3b2b930 * extract code for displaying graphs and managing graph drilldowns from *Frontend classes (which also manage the graph setup UI) into separate Plot classes (a Plot class and two subclasses, MetricsPlot and MachineQualHistogram). eventually, these plot classes will be usable as embedded widgets in other pages. by showard · 16 years ago
- 946a7af Ensure one-time-hosts get unlocked when created. by showard · 16 years ago
- 76e29d1 Fix monitor_db.DBObject.save() to handle None values as NULL properly. by showard · 16 years ago
- d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 16 years ago
- ebeabce The paramiko.Transport.connect method doesn't seem to support any by jadmanski · 16 years ago
- 225bdc1 Allow the RPC interface to create jobs in an atomic group without by showard · 16 years ago
- 3562a06 Fix get_info_for_clone() when the HQE has no atomic_group. by showard · 16 years ago
- d1e741b Fix up a "bug" in ParamikoHost where reading std* streams after closing by jadmanski · 16 years ago
- 159edc0 This gives us fixed width, and saves some space. by mbligh · 16 years ago
- dc41731 New prefix for file logging by mbligh · 16 years ago
- d991198 Add a 10 second timeout to the conmux-attach call, by mbligh · 16 years ago
- f3294cc Move clean up functions into seperate file/classes by mbligh · 16 years ago