1. e183681 Package upkeep by mbligh · 16 years ago
  2. 7e2d952 Add an additional migration-ish step for django to the release script. by mbligh · 16 years ago
  3. cc1b999 by mbligh · 16 years ago
  4. da49cdf Update test_importer to drop synch_type by jadmanski · 16 years ago
  5. 88e12a1 by mbligh · 16 years ago
  6. 80718c7 Fix up the unit test suite to not try to run unit tests that it by jadmanski · 16 years ago
  7. 623c518 by mbligh · 16 years ago
  8. fa29d66 This overkill of a "script" will fetch, build and install python by mbligh · 16 years ago
  9. 7139727 This patch replaces TAB indents with 4 spaces in coverage_suite.py as per by mbligh · 16 years ago
  10. de613a9 Now the packager.py will actually print out helpful information when you type --help. Before it by mbligh · 16 years ago
  11. 31476eb Make run_pylint executable by mbligh · 16 years ago
  12. 79410e1 Update test_importer to import experiemental by default by mbligh · 16 years ago
  13. fa9be08 Add some C code for exposing the sem_* functions in Linux necessary by mbligh · 16 years ago
  14. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  15. 066b0eb We really need a way for users to check their control file when it by mbligh · 16 years ago
  16. a32a743 Oops... I didn't know that we had this much stuff under utils, a lot of by mbligh · 16 years ago
  17. 7f9dd3d Get rid of dependencies between database-based unit tests in unittest_suite.py. There's no need anymore, now that they all use SQLite. by showard · 16 years ago
  18. ddcd90f Fix argument passing to packager by mbligh · 16 years ago
  19. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  20. 9fc7797 Add directory upload for upload --all option to streamline uploading of packages by mbligh · 16 years ago
  21. 989f25d two new major features: by showard · 16 years ago
  22. b6f9553 Remove debug statement from test_importer by showard · 16 years ago
  23. 66a5ef8 Quick change to compensate for .. relative to the utils directory by showard · 16 years ago
  24. 322ec1a Update test_importer by mbligh · 16 years ago
  25. 3de2a76 Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow). by showard · 16 years ago
  26. 43758df Change the debug variable in the unittest_suite to a debug flag. by mbligh · 16 years ago
  27. 65e06b1 heck for pylint and print a more useful error message if it can't be by mbligh · 16 years ago
  28. dbfc4e3 Make sure that the __init__.py file is included when we exclude the profilers directory whilst packaging the autotest client. This is necessary for code that tries to import the profiler. Change the packager utility to pass in the actual tar string with the --exclude options instead of the exclude_dirs list. Change the packages code accordingly to handle this. by mbligh · 16 years ago
  29. ab0b038 If there were errors in a function which had dependencies, then its by mbligh · 16 years ago
  30. be3c12d Rename tests to a more intuitive name. by mbligh · 16 years ago
  31. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  32. 9d02fb5 Two missing files from the packaging system patch, including the all-important packages.py. I suspect mbligh forgot to svn add them. by showard · 16 years ago
  33. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  34. b53d4ef Adding a couple of __init__.py files that didn't make it in. by showard · 16 years ago
  35. eeb1357 makes unittest running parallel. The code which does the parallel processing understands the concept of dependencies and rate limiting. The former is a feature that's unused by this code, but I'll be sending something out soon that makes use of it by mbligh · 16 years ago
  36. bd1eb20 To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_suite.py to utils/unittest_suite.py and then apply this patch. by mbligh · 16 years ago
  37. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  38. 909c7a6 Initial release of test auto importer by showard · 16 years ago
  39. a54d93b Eliminate the /tools directory in favour of a /utils directory. by jadmanski · 16 years ago
  40. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago