1. a766c2b Update the release script to use the new GWT compilation script. by mbligh · 15 years ago
  2. 6d7c565 Improve error message when a disk is low on space. by mbligh · 15 years ago
  3. b2649f9 Upgrade to Django 1.0.4. In the course of normal development I ran into this Django bug: by showard · 15 years ago
  4. 7ebba66 Fix a bug in build_externals, it wasn't updating PYTHONPATH by lmr · 15 years ago
  5. ed9f6fb Fixed reversed logic in GWT client compile script by showard · 15 years ago
  6. 853d8f4 if install_client not if not install_client. Fixes clients not being installed when running with -a option. by showard · 15 years ago
  7. 97b7f5a Create a compile script for our GWT clients. There are now 4 different bash by showard · 15 years ago
  8. a9a7121 Changing property for 2 scripts that require executable bits by lmr · 15 years ago
  9. 34ab099 beginnings of a new scheduler functional test. this aims to test the entire monitor_db.py file holistically, made possible by the fact that monitor_db.py is already isolated from all direct system access through drone_manager (this was a necessary separation for distributed scheduling). by mocking out the entire drone_manager, as well as other major dependencies (email manager, global config), and filling a test database, we can allow the dispatcher to execute normally and allow it to interact with all the other code in monitor_db. at the end, we can check the state of the database and the drone_manager, and (probably most importantly, given the usual failure mode of the scheduler) we can ensure no exceptions get raised from monitor_db. by showard · 15 years ago
  10. 9ea7f8a Script to perform pre-commit patch checking by lmr · 15 years ago
  11. 770e19c Added "tko_publish.py" to the utils directory. It can be used to rsync by mbligh · 15 years ago
  12. a64df1a Let unittest_suite --full cleanup stray leftover .pyc files for us. by mbligh · 15 years ago
  13. e5699e2 Make build_externals.py to use the logging manager library by mbligh · 15 years ago
  14. 6136442 Update build_externals with GWT 1.7.0. by showard · 15 years ago
  15. f64c0d5 Remove tcpserver by mbligh · 15 years ago
  16. abd7e48 add autotest init script by mbligh · 15 years ago
  17. fd38707 Minor cosmetic fix about libmysqlclient15-dev name in build_externals.py. by mbligh · 15 years ago
  18. 982d13f Minor cleanup in packager.py and solved an invalid reference to a by mbligh · 15 years ago
  19. 1dc2643 Fix invalid SQL being executed when add_label_dependencies() is called by mbligh · 15 years ago
  20. beb687d Update the atfork version, a couple bugfixes to it were necessary before by mbligh · 15 years ago
  21. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  22. db530cc Adds the python-atfork package and renames a couple of methods that by mbligh · 15 years ago
  23. 25d656c Don't import from the server/samples directory by default. These all by mbligh · 15 years ago
  24. f51b289 Upgrade to Paramiko 1.7.5 by mbligh · 15 years ago
  25. 36cec88 minor refactoring, make a generic method available via the base class. by mbligh · 15 years ago
  26. f341fd1 Add support for checking for some files on the OS first prior to by mbligh · 15 years ago
  27. c27c231 A very large first-pass refactoring of the packaging code. Ultimately by jadmanski · 15 years ago
  28. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  29. 279e533 Fix SourceForge links in build_externals.py. SourceForge seems to have by mbligh · 15 years ago
  30. 4b5c31e * update documentation in test_importer by mbligh · 15 years ago
  31. f6547fe Add kwarg level to logging.basicConfig call. by showard · 15 years ago
  32. ed2afea make SpecialTasks recoverable. this involves quite a few changes. by showard · 15 years ago
  33. b155d0c Add paramiko and GWT to build_externals. by mbligh · 15 years ago
  34. 780fa7f Clean up the test discovery a bit. Uses os.walk instead of the obsolete by mbligh · 15 years ago
  35. 6855822 set executable on test_importer.py by mbligh · 15 years ago
  36. ef1edaf Update the unittest finder to look for _test.py suffixes as well. by showard · 15 years ago
  37. d4feabc Add a command line utility to read variables (This will help random one off scripts that need to access this variables) by mbligh · 15 years ago
  38. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  39. f1175bb get rid of some now-obsolete code by showard · 15 years ago
  40. ed5d92d quick script to generate schema diagrams for AFE and TKO. should make it easier to keep the diagrams on the wiki up to date. including the open-source tool modelviz.py. by showard · 15 years ago
  41. 489e0e0 Python setuptools were not getting correct permissions after by mbligh · 15 years ago
  42. 3916b26 Check for mysql_config and tell the user what to do if it is not found. by mbligh · 15 years ago
  43. e8474bb When test_importer is run in a tree checked out from SVN, it crashes on SVN by mbligh · 15 years ago
  44. f8b1904 Add the ability for users to add test attributes. Non-user-created attributes (added by the parser) are still immutable. by showard · 15 years ago
  45. 363cdb5 Remove csv_encoder_unittest from the default set that is run as it by showard · 15 years ago
  46. e183681 Package upkeep by mbligh · 15 years ago
  47. 7e2d952 Add an additional migration-ish step for django to the release script. by mbligh · 15 years ago
  48. cc1b999 by mbligh · 15 years ago
  49. da49cdf Update test_importer to drop synch_type by jadmanski · 15 years ago
  50. 88e12a1 by mbligh · 15 years ago
  51. 80718c7 Fix up the unit test suite to not try to run unit tests that it by jadmanski · 15 years ago
  52. 623c518 by mbligh · 15 years ago
  53. fa29d66 This overkill of a "script" will fetch, build and install python by mbligh · 15 years ago
  54. 7139727 This patch replaces TAB indents with 4 spaces in coverage_suite.py as per by mbligh · 15 years ago
  55. de613a9 Now the packager.py will actually print out helpful information when you type --help. Before it by mbligh · 15 years ago
  56. 31476eb Make run_pylint executable by mbligh · 16 years ago
  57. 79410e1 Update test_importer to import experiemental by default by mbligh · 16 years ago
  58. fa9be08 Add some C code for exposing the sem_* functions in Linux necessary by mbligh · 16 years ago
  59. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  60. 066b0eb We really need a way for users to check their control file when it by mbligh · 16 years ago
  61. a32a743 Oops... I didn't know that we had this much stuff under utils, a lot of by mbligh · 16 years ago
  62. 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
  63. ddcd90f Fix argument passing to packager by mbligh · 16 years ago
  64. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  65. 9fc7797 Add directory upload for upload --all option to streamline uploading of packages by mbligh · 16 years ago
  66. 989f25d two new major features: by showard · 16 years ago
  67. b6f9553 Remove debug statement from test_importer by showard · 16 years ago
  68. 66a5ef8 Quick change to compensate for .. relative to the utils directory by showard · 16 years ago
  69. 322ec1a Update test_importer by mbligh · 16 years ago
  70. 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
  71. 43758df Change the debug variable in the unittest_suite to a debug flag. by mbligh · 16 years ago
  72. 65e06b1 heck for pylint and print a more useful error message if it can't be by mbligh · 16 years ago
  73. 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
  74. ab0b038 If there were errors in a function which had dependencies, then its by mbligh · 16 years ago
  75. be3c12d Rename tests to a more intuitive name. by mbligh · 16 years ago
  76. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  77. 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
  78. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  79. b53d4ef Adding a couple of __init__.py files that didn't make it in. by showard · 16 years ago
  80. 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
  81. 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
  82. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  83. 909c7a6 Initial release of test auto importer by showard · 16 years ago
  84. a54d93b Eliminate the /tools directory in favour of a /utils directory. by jadmanski · 16 years ago
  85. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago