Mercurial > bitten > bitten-test
annotate ChangeLog @ 895:7d93d6358fe0
Use our own HTTPBasicAuthHandler under Python 2.6 to avoid issue http://bugs.python.org/issue8797. Fixes #658.
author | hodgestar |
---|---|
date | Wed, 09 Mar 2011 14:48:35 +0000 |
parents | ff5774b26df9 |
children | 6ac02ad71cc4 |
rev | line source |
---|---|
680
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
1 Version 0.7 |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
2 (???, from 0.7.x branch) |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
3 http://svn.edgewall.org/repos/bitten/tags/0.7 |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
4 |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
5 * ??? |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
6 |
877 | 7 Version 0.6b3 |
878 | 8 (21 October 2010, from 0.6.x branch) |
877 | 9 http://svn.edgewall.org/repos/bitten/tags/0.6b3 |
10 | |
11 * Basic support for Trac 0.12, supporting just a '(default)' repository. | |
12 * For Trac 0.12+ and DVCS repository connectors, shortened revision | |
13 numbers will be displayed. | |
14 * Attachments via `<attach />` command is completely redone to eliminate | |
15 serious performance issues. | |
16 * Removed sorting of revisions received from Trac as they are already | |
17 sorted chronologically. Use `rev_time` if any other sorting is needed. | |
18 * Moved Report Format from wiki to distributable documentation. | |
19 * Use Genshi `NewTextTemplate` for uniform notification template syntax. | |
20 * Fixed issue in use of drop index during database upgrade on MySQL. | |
21 * Added upgrade script to fix sequences on PostgreSQL tables. | |
22 * Fixed missing field in group by clause that caused lint report submission | |
23 to fail. | |
24 * Coverage context menu links correctly, and Coverage from browsing will | |
25 locate the most recent annotation between currently browsed revision and | |
26 previous change for file. | |
27 * Set 'Content-Length' header on master-slave communication. | |
28 * Fix for an issue where a renamed/deleted config would crash timeline if a | |
29 build with this config was in range. | |
30 * Shell output encoding improvements. | |
31 * Redirect after login will now redirect to same /builds url. | |
32 * Improved command-line calls on Windows, using shell for built-in commands | |
33 and scripts (like `java:ant`). | |
34 * Improvements to the `hg:pull` command. | |
35 * Support linking to individual steps on builds. | |
36 * Safer parsing of `java:junit` xml in case an optional attribute is missing. | |
37 * Delete attachments properly in some corner cases where incomplete builds are | |
38 cancelled or invalidated. | |
39 * Improved error messages for failed Python recipe commands specified via | |
40 a module or function. | |
41 * Added timeout limiting for shell and python recipe commands. | |
42 * `onerror` attribute can now be specified on `<build>` elements as well | |
43 as `<step>` elements. | |
44 * Charts now only show if there's applicable reports, and restrict themselves | |
45 to the versions of the active configuration. | |
46 * Times shown in the ui are now consistently times from the master, and not | |
47 inter-mixed times between the server and slaves, which caused skew issues. | |
48 * Steps are now shown while in-progress, and builds are considered aborted | |
49 based on the time since the last interaction with the serve, not since | |
50 starting. Slaves now send keepalive messages to the server to avoid timing | |
51 out during long build steps. | |
52 * Fix reference to database field in pylint report generation to solve issue | |
53 running query on PostGreSQL. | |
54 * Report charting re-implemented using Flot. | |
55 * Svn commands gained username, password and no_auth_cache options. Verbose | |
56 flag now behaves less cryptically. | |
57 * No longer create 'snapshots' directory in environments of new | |
58 projects (`initenv`). | |
59 * Added page on upgrades to distributed documentation. | |
60 * New utility script for removing duplicate builds encountered when upgrading. | |
61 * Add 'Platform' to Build web display and notifications. | |
62 * Other minor fixes. | |
63 | |
64 | |
687
a68d7bf9fbdf
Fixed a setup.py bug + updated changelog with 0.6b2 release.
osimons
parents:
683
diff
changeset
|
65 Version 0.6b2 |
878 | 66 (12 September 2009, from 0.6.x branch) |
687
a68d7bf9fbdf
Fixed a setup.py bug + updated changelog with 0.6b2 release.
osimons
parents:
683
diff
changeset
|
67 http://svn.edgewall.org/repos/bitten/tags/0.6b2 |
680
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
68 |
682
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
680
diff
changeset
|
69 * Slave-only install changed to `./setup.py --without-master install` (or any |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
680
diff
changeset
|
70 other valid distribution command). |
683
0c4fec90c8e2
0.6dev: Update all tools and docs to use the new `http://bitten.edgewall.org/tools/` namespace as default. Old namespace will still work, but a notice appears when editing config if deprecated namespace is in use. Both will work for now, though.
osimons
parents:
682
diff
changeset
|
71 * Tools namespace changed to `http://bitten.edgewall.org/tools/`. Both new and |
0c4fec90c8e2
0.6dev: Update all tools and docs to use the new `http://bitten.edgewall.org/tools/` namespace as default. Old namespace will still work, but a notice appears when editing config if deprecated namespace is in use. Both will work for now, though.
osimons
parents:
682
diff
changeset
|
72 old namespace will work, but Admin will issue a deprecation notice when |
0c4fec90c8e2
0.6dev: Update all tools and docs to use the new `http://bitten.edgewall.org/tools/` namespace as default. Old namespace will still work, but a notice appears when editing config if deprecated namespace is in use. Both will work for now, though.
osimons
parents:
682
diff
changeset
|
73 using the old namespace. |
0c4fec90c8e2
0.6dev: Update all tools and docs to use the new `http://bitten.edgewall.org/tools/` namespace as default. Old namespace will still work, but a notice appears when editing config if deprecated namespace is in use. Both will work for now, though.
osimons
parents:
682
diff
changeset
|
74 |
680
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
75 |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
76 Version 0.6b1 |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
77 (10 September 2009, from 0.6.x branch) |
c30ff14dcbd0
Resetting version and changelog information in trunk.
osimons
parents:
654
diff
changeset
|
78 http://svn.edgewall.org/repos/bitten/tags/0.6b1 |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
79 |
654
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
80 * Python 2.4 is now required for slave, while master should still work using |
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
81 Python 2.3 (as is also Trac 0.11 minimum). |
393 | 82 * Switch to using HTTP for communication between the build master and build |
83 slaves. This means the `build-master` executable is no longer needed or | |
84 installed, the build simply runs in the scope of the Trac site. | |
85 * Build recipes now need to include instructions for performing the checkout | |
86 from the version control repository. The slave no longer receives a snapshot | |
87 archive of the code, but performs the checkout itself based on the | |
88 instructions in the build recipe. | |
651
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
89 * Many fixes for compatibility with more recent versions of Trac, and Bitten |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
90 now requires Trac 0.11. |
654
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
91 * The administration interface is now properly integrated with the Trac web |
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
92 administration component. |
651
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
93 * Unicode (non-ascii) support for recipes and command-line input and output. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
94 * Improved authentication support in bitten-slave, including support for the |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
95 popular AccountManager plugin. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
96 * New command-line execute() using Python subprocess module that in particular |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
97 improves the situation for slaves executing commands on Windows. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
98 * Build logs are moved from database and into project log/bitten directory as |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
99 text files. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
100 * Slave-only install now possible by running 'python setup-slave.py install'. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
101 * Fixes related to creating and deleting builds correctly, including database |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
102 upgrade to avoid thread race conditions. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
103 * Some improvements to the Admin user interface for creating/editing |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
104 configurations and platforms. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
105 * Attachment support for configurations and builds, including a new general |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
106 <attach> command to use in recipes. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
107 * <hg:pull> command added. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
108 * Many fixes and improvements for pre-existing commands. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
109 * Improvements for coverage, lint and test summary display. |
393 | 110 |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
111 |
348 | 112 Version 0.5.3 |
113 (18 April 2006, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
114 http://svn.edgewall.org/repos/bitten/tags/0.5.3 |
348 | 115 |
116 * Fix double-escaping of report summaries. | |
117 * Fix build master error when build log contains no messages. | |
118 | |
393 | 119 |
334 | 120 Version 0.5.2 |
121 (17 January 2006, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
122 http://svn.edgewall.org/repos/bitten/tags/0.5.2 |
334 | 123 |
124 * Fixes the main navigation tab that was broken in 0.5.1. | |
125 | |
393 | 126 |
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
|
127 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
|
128 (10 January 2006, from 0.5.x branch) |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
129 http://svn.edgewall.org/repos/bitten/tags/0.5.1 |
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
|
130 |
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
|
131 * 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
|
132 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
|
133 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
|
134 * 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
|
135 * 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
|
136 * 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
|
137 |
393 | 138 |
266 | 139 Version 0.5 |
140 (6 October 2005, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
141 http://svn.edgewall.org/repos/bitten/tags/0.5 |
266 | 142 |
143 * BDB XML is no longer being used for report storage. Instead, | |
144 collected metrics data is stored in the Trac database. | |
145 * Snapshot archives created by the master are checked for integrity | |
146 prior to their transmission to the slaves. | |
147 * Improvements to the build status presentation in Trac. | |
148 * Changes to the build recipe format. See the documentation on the web | |
149 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
|
150 * 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
|
151 <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
|
152 the existing commands. |
266 | 153 * Recipe commands and command attributes in recipes can now reference |
154 slave configuration values. | |
155 * The names of the master and slaves scripts have changed: `bittend` | |
156 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
|
157 * The build master can now handle multiple Trac environments. |
266 | 158 * The build slave now by default removes any working directories when |
159 done. | |
160 * Build configurations can now be completely deleted. | |
161 * Build configurations can now have a minimum and maximum revision | |
162 specified. Any revisions outside that range will not be built. | |
163 * The build configuration editor now validates the supplied values. | |
164 * Fix management of target platforms when running under mod_python. | |
165 * Improved performance of the build log formatter that is responsible | |
166 for linking file references in build logs to the repository browser. | |
167 * Add paging to the build configuration view. | |
168 * Fix compatibility with PySQLite2. |