summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-06-17get rid of some now-obsolete codeshoward2-4/+5
2009-06-08quick script to generate schema diagrams for AFE and TKO. should make it eas...showard2-0/+59
2009-06-08Python setuptools were not getting correct permissions aftermbligh1-2/+17
2009-06-08Check for mysql_config and tell the user what to do if it is not found.mbligh1-1/+9
2009-05-13When test_importer is run in a tree checked out from SVN, it crashes on SVNmbligh1-1/+1
2009-05-12Add the ability for users to add test attributes. Non-user-created attribute...showard1-0/+1
2009-05-12Remove csv_encoder_unittest from the default set that is run as itshoward1-1/+2
2009-04-17Package upkeepmbligh1-1/+14
2009-04-08Add an additional migration-ish step for django to the release script.mbligh1-1/+11
2009-03-25Run migrations in release, toombligh1-0/+28
2009-03-12Update test_importer to drop synch_typejadmanski1-17/+17
2009-03-09Post-release procedures for autotest, with site-specific hooksmbligh1-0/+129
2009-02-26Fix up the unit test suite to not try to run unit tests that itjadmanski1-0/+2
2009-02-07Adds numpy and matplot lib (used by new_tko) to the modules built andmbligh1-61/+131
2009-02-05This overkill of a "script" will fetch, build and install pythonmbligh1-0/+535
2009-02-03This patch replaces TAB indents with 4 spaces in coverage_suite.py as permbligh1-32/+32
2009-02-03Now the packager.py will actually print out helpful information when you type...mbligh1-2/+4
2008-11-22Make run_pylint executablembligh1-0/+0
2008-11-20Update test_importer to import experiemental by defaultmbligh1-1/+1
2008-11-20Add some C code for exposing the sem_* functions in Linux necessarymbligh3-0/+125
2008-11-07make unittests executable in svnmbligh1-0/+0
2008-11-04We really need a way for users to check their control file when itmbligh1-0/+31
2008-10-16Oops... I didn't know that we had this much stuff under utils, a lot ofmbligh1-1/+2
2008-10-14Get rid of dependencies between database-based unit tests in unittest_suite.p...showard1-28/+0
2008-10-10Fix argument passing to packagermbligh1-2/+2
2008-10-06Move migration system into database/ directory.showard1-2/+2
2008-10-02Add directory upload for upload --all option to streamline uploading of packagesmbligh1-15/+69
2008-10-01two new major features:showard1-7/+64
2008-09-30Remove debug statement from test_importershoward1-5/+6
2008-09-30Quick change to compensate for .. relative to the utils directoryshoward1-1/+5
2008-09-26Update test_importermbligh1-105/+175
2008-09-12Add a unit test to check that the GWT code compiles. I added it as a "long" ...showard1-0/+1
2008-09-04Change the debug variable in the unittest_suite to a debug flag.mbligh1-3/+5
2008-08-22heck for pylint and print a more useful error message if it can't bembligh1-0/+7
2008-08-22Make sure that the __init__.py file is included when we exclude the profilers...mbligh1-2/+31
2008-08-21If there were errors in a function which had dependencies, then itsmbligh1-1/+1
2008-08-14Rename tests to a more intuitive name.mbligh1-0/+0
2008-08-08Fixing the unit test suite. Tests were failing because they were beingshoward1-3/+36
2008-08-08Two missing files from the packaging system patch, including the all-importan...showard1-0/+206
2008-08-01Unbuffering the unittest output as it helps sometimes.mbligh1-1/+1
2008-07-31Adding a couple of __init__.py files that didn't make it in.showard1-0/+0
2008-07-30makes unittest running parallel. The code which does the parallel processing ...mbligh1-26/+51
2008-07-29To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_...mbligh3-0/+246
2008-07-22Fix up the run_pylint script to better understand the autotest_lib.*jadmanski1-0/+12
2008-07-15Initial release of test auto importershoward1-0/+345
2008-06-30Eliminate the /tools directory in favour of a /utils directory.jadmanski1-0/+303
2008-06-25Moving the pylint running into a utils directory.jadmanski2-0/+79