summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-01-27Do simplejson imports in json_rpc lazily, so that the library is only neededjadmanski1-0/+1
2010-01-25First version of new RESTful AFE interface. Includes a substantial library (...showard1-0/+1
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard1-1/+1
2010-01-12Exclude new monitor_db_cleanup_test from the "short" test suite.showard1-0/+1
2010-01-12Change test importer to use Django modelsshoward1-270/+161
2010-01-11Massive permission fixlmr7-2/+2
2010-01-11Remove the bundled version of simplejson on the autotestmbligh1-0/+12
2009-12-29Set a ulimit on monitor_db to prevent it and all of its subprocesses frommbligh1-2/+3
2009-12-23Update to Django 1.1.1. I want to use a new feature for my RESTful interface...showard1-2/+4
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward1-17/+20
2009-12-21Because we have our own more-updated unittest.py in test_utils, any unit test...mbligh1-9/+10
2009-12-19Adds a command line tool to reverify all Repair Failed hosts.mbligh1-0/+40
2009-12-10Updates to coverage_suite.py.showard1-26/+55
2009-12-02Add an option to change usersmbligh1-4/+17
2009-12-02Disable E1101/E1103 "Instace of ... has no ... member" in run_pylintlmr1-0/+5
2009-11-23Move import common to the top of our import list so that we use the site-pack...showard1-1/+1
2009-11-21A script to start and stop programs as daemons.mbligh1-0/+67
2009-11-06Update the release script to use the new GWT compilation script.mbligh1-10/+5
2009-11-06Improve error message when a disk is low on space.mbligh1-6/+6
2009-10-28Upgrade to Django 1.0.4. In the course of normal development I ran into this...showard1-5/+4
2009-10-23Fix a bug in build_externals, it wasn't updating PYTHONPATHlmr1-5/+8
2009-10-20Fixed reversed logic in GWT client compile scriptshoward1-3/+3
2009-10-20if install_client not if not install_client. Fixes clients not being installe...showard1-1/+1
2009-10-14Create a compile script for our GWT clients. There are now 4 different bashshoward1-0/+188
2009-10-12Changing property for 2 scripts that require executable bitslmr1-0/+0
2009-10-05beginnings of a new scheduler functional test. this aims to test the entire ...showard1-0/+1
2009-10-05Script to perform pre-commit patch checkinglmr1-0/+418
2009-09-18Added "tko_publish.py" to the utils directory. It can be used to rsyncmbligh1-0/+110
2009-09-18Let unittest_suite --full cleanup stray leftover .pyc files for us.mbligh1-0/+4
2009-09-18Make build_externals.py to use the logging manager librarymbligh1-14/+10
2009-09-09Update build_externals with GWT 1.7.0.showard1-3/+23
2009-09-09Remove tcpservermbligh1-5/+0
2009-09-04add autotest init scriptmbligh1-0/+65
2009-09-03Minor cosmetic fix about libmysqlclient15-dev name inmbligh1-1/+1
2009-09-03Minor cleanup in packager.py and solved an invalid reference to a mbligh1-10/+1
2009-09-03Fix invalid SQL being executed when add_label_dependencies() is calledmbligh1-0/+4
2009-09-03Update the atfork version, a couple bugfixes to it were necessary beforembligh1-2/+2
2009-08-27Make a bunch of stuff executablembligh5-0/+0
2009-08-24Adds the python-atfork package and renames a couple of methods thatmbligh1-13/+35
2009-08-24Don't import from the server/samples directory by default. These allmbligh1-11/+21
2009-08-24Upgrade to Paramiko 1.7.5mbligh1-2/+2
2009-08-24minor refactoring, make a generic method available via the base class.mbligh1-6/+8
2009-08-11Add support for checking for some files on the OS first prior tombligh1-1/+24
2009-08-05A very large first-pass refactoring of the packaging code. Ultimatelyjadmanski1-6/+7
2009-08-03This is the result of a batch reindent.py across our tree.mbligh1-3/+3
2009-07-28Fix SourceForge links in build_externals.py. SourceForge seems to havembligh1-8/+10
2009-07-11* update documentation in test_importermbligh1-13/+19
2009-07-08Add kwarg level to logging.basicConfig call.showard2-6/+6
2009-07-07make SpecialTasks recoverable. this involves quite a few changes.showard1-0/+1
2009-07-02Add paramiko and GWT to build_externals.mbligh1-14/+102