Mercurial > bitten > bitten-test
annotate ChangeLog @ 401:a10942252ebc
Use POST for submitting step results, instead of PUT.
author | cmlenz |
---|---|
date | Fri, 03 Aug 2007 13:29:05 +0000 |
parents | e3ab7698dae7 |
children | 933105ab516b |
rev | line source |
---|---|
393 | 1 Version 0.6 |
2 (?, from 0.6.x branch) | |
3 http://bitten.cmlenz.net/repos/bitten/tags/0.6.0 | |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
4 |
393 | 5 * Switch to using HTTP for communication between the build master and build |
6 slaves. This means the `build-master` executable is no longer needed or | |
7 installed, the build simply runs in the scope of the Trac site. | |
8 * Build recipes now need to include instructions for performing the checkout | |
9 from the version control repository. The slave no longer receives a snapshot | |
10 archive of the code, but performs the checkout itself based on the | |
11 instructions in the build recipe. | |
12 * Many fixes for compatibility with more recent versions of Trac. | |
13 | |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
14 |
348 | 15 Version 0.5.3 |
16 (18 April 2006, from 0.5.x branch) | |
17 http://bitten.cmlenz.net/repos/bitten/tags/0.5.3 | |
18 | |
19 * Fix double-escaping of report summaries. | |
20 * Fix build master error when build log contains no messages. | |
21 | |
393 | 22 |
334 | 23 Version 0.5.2 |
24 (17 January 2006, from 0.5.x branch) | |
25 http://bitten.cmlenz.net/repos/bitten/tags/0.5.2 | |
26 | |
27 * Fixes the main navigation tab that was broken in 0.5.1. | |
28 | |
393 | 29 |
328
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
30 Version 0.5.1 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
31 (10 January 2006, from 0.5.x branch) |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
32 http://bitten.cmlenz.net/repos/bitten/tags/0.5.1 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
33 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
34 * Fixes compatibility with Trac 0.9.3 release, as well as the current trunk. |
330
f116a5068e4e
Update README to reflect that Trac 0.9.3 is now required.
cmlenz
parents:
328
diff
changeset
|
35 This also means that Bitten now longer works with versions of Trac earlier |
f116a5068e4e
Update README to reflect that Trac 0.9.3 is now required.
cmlenz
parents:
328
diff
changeset
|
36 than 0.9.3. |
328
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
37 * Improves PostgreSQL compatibility. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
38 * Fixes encoding of non-ASCII characters in command output. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
39 * Fix for missing log output when using <java:ant> on Windows. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
40 |
393 | 41 |
266 | 42 Version 0.5 |
43 (6 October 2005, from 0.5.x branch) | |
44 http://bitten.cmlenz.net/repos/bitten/tags/0.5 | |
45 | |
46 * BDB XML is no longer being used for report storage. Instead, | |
47 collected metrics data is stored in the Trac database. | |
48 * Snapshot archives created by the master are checked for integrity | |
49 prior to their transmission to the slaves. | |
50 * Improvements to the build status presentation in Trac. | |
51 * Changes to the build recipe format. See the documentation on the web | |
52 site for details. | |
269
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
53 * New recipe commands: <sh:pipe>, <c:configure>, <c:cppunit>, |
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
54 <java:ant>, <java:junit>, and <x:transform>. Various improvements to |
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
55 the existing commands. |
266 | 56 * Recipe commands and command attributes in recipes can now reference |
57 slave configuration values. | |
58 * The names of the master and slaves scripts have changed: `bittend` | |
59 is now `bitten-master`, `bitten` is now `bitten-slave`. | |
269
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
60 * The build master can now handle multiple Trac environments. |
266 | 61 * The build slave now by default removes any working directories when |
62 done. | |
63 * Build configurations can now be completely deleted. | |
64 * Build configurations can now have a minimum and maximum revision | |
65 specified. Any revisions outside that range will not be built. | |
66 * The build configuration editor now validates the supplied values. | |
67 * Fix management of target platforms when running under mod_python. | |
68 * Improved performance of the build log formatter that is responsible | |
69 for linking file references in build logs to the repository browser. | |
70 * Add paging to the build configuration view. | |
71 * Fix compatibility with PySQLite2. |