Sun, 28 Aug 2005 12:38:36 +0000 |
cmlenz |
Fix unit tests broken by [http://projects.edgewall.com/trac/changeset/2132 r2132] in Trac.
|
Sun, 28 Aug 2005 12:08:44 +0000 |
cmlenz |
* Move the `CommandLine` class from `bitten.util.cmdline` to `bitten.build.api`.
|
Sun, 28 Aug 2005 12:06:45 +0000 |
cmlenz |
Don't import the summarizers module explicitly, rather declare the module from the egg's `trac_plugin.txt` file.
|
Sat, 27 Aug 2005 11:15:59 +0000 |
cmlenz |
Adapt to Trac [http://projects.edgewall.com/trac/changeset/2132 r2132].
|
Sat, 27 Aug 2005 07:58:12 +0000 |
cmlenz |
Flip the switch: Bitten is now BSD-licensed.
|
Sat, 27 Aug 2005 07:32:37 +0000 |
cmlenz |
Forgot to add new module in [169].
|
Sat, 27 Aug 2005 07:28:30 +0000 |
cmlenz |
Reports can now be "summarized" on the build results page, with special components rendering summary HTML fragments for specific report types. The summaries are displayed as tabs next to the log of the build step. Currently summarizers for test results and code coverage exist.
|
Thu, 25 Aug 2005 14:36:51 +0000 |
cmlenz |
Don't use ez_setup; it's causing [http://mail.python.org/pipermail/distutils-sig/2005-August/004987.html problems] with setuptools 0.6a1.
|
Mon, 22 Aug 2005 18:33:12 +0000 |
cmlenz |
Fix initialization of ''family'' variable in slave registration.
|
Mon, 22 Aug 2005 18:30:21 +0000 |
cmlenz |
Some fixes to problems with the Posix version of `Commandline.execute()` introduced in [165].
|
Mon, 22 Aug 2005 18:25:52 +0000 |
cmlenz |
Some style/documentation improvements to make Pylint happier.
|
Mon, 22 Aug 2005 15:44:01 +0000 |
cmlenz |
Minor cleanup to tempdir usage in recipe unit tests.
|
Mon, 22 Aug 2005 15:43:24 +0000 |
cmlenz |
Fix return code interpretation on Win32. Closes #38.
|
Mon, 22 Aug 2005 11:58:10 +0000 |
cmlenz |
Improvements to program execution from recipe commands. Also, adds a `<sh:pipe>` command, but that doesn't really work yet (doesn't get input from stdin). Related to #34.
|
Mon, 22 Aug 2005 11:21:18 +0000 |
cmlenz |
* Fix `pythontools` unit tests on windows.
|