bbangert / buildbot-xmlrpc


Buildbot fork with additional XMLRPC methods and bugfixes.
Clone URL : http://bitbucket.org/bbangert/buildbot-xmlrpc/ (size: 1.9 MB)
commit 722: ba6e24126dbf
parent 721: d5dba11f1608
branch: default
tags: buildbot-0.7.9
ChangeLog-0.7.9: add changes since 0.7.8
warner@lothar.com
4 months ago

Changed (Δ5.2 KB):

raw changeset »

ChangeLog-0.7.9 (126 lines added, 0 lines removed)

Up to file-list ChangeLog-0.7.9:

1
Tue Sep 16 08:44:22 PDT 2008  warner@lothar.com
2
  * release buildbot-0.7.9
3
  
4
  	* buildbot/__init__.py: release buildbot-0.7.9
5
  	* docs/buildbot.texinfo: same
6
7
Mon Sep 15 22:55:47 PDT 2008  warner@lothar.com
8
  * remove leftover .rej files
9
10
Mon Sep 15 22:50:40 PDT 2008  warner@lothar.com
11
  * MANIFEST.in, Makefile: remove references to ChangeLog
12
13
Mon Sep 15 22:39:28 PDT 2008  warner@lothar.com
14
  * NEWS: update for upcoming release
15
16
Thu Sep 11 20:39:15 PDT 2008  warner@lothar.com
17
  * NEWS: add updates for all changes since the last release. Still needs some work.
18
19
Sat Sep  6 19:20:09 PDT 2008  warner@lothar.com
20
  * test_slavecommand.py: undo breakage triggered by the elapsedTime patch.
21
  Make test more flexible, by not assuming the rc will be in the last update.
22
23
Fri Sep  5 18:04:04 PDT 2008  dustin@zmanda.com
24
  * add build access modes
25
26
Fri Sep  5 18:03:44 PDT 2008  dustin@zmanda.com
27
  * docstrings, name changes, optimizations, new BaseLockId parent class
28
29
Fri Sep  5 18:03:23 PDT 2008  dustin@zmanda.com
30
  * build the default git branch if none is specified to startVC
31
32
Fri Sep  5 18:03:05 PDT 2008  dustin@zmanda.com
33
  * make FileDownload create directories too; docs
34
35
Fri Sep  5 18:02:43 PDT 2008  dustin@zmanda.com
36
  * make FileUpload destination absolute before trying to make intervening directories
37
38
Fri Sep  5 18:02:27 PDT 2008  dustin@zmanda.com
39
  * have the build report and the step report include the time started, finished and elapsed time
40
41
Fri Sep  5 18:01:58 PDT 2008  dustin@zmanda.com
42
  * get FileUpload to create directories recursively if the path leading up to the file does not exist on the master
43
44
Fri Sep  5 18:01:32 PDT 2008  dustin@zmanda.com
45
  * fix sendchange when HEAD is specified
46
47
Fri Sep  5 18:01:18 PDT 2008  dustin@zmanda.com
48
  * docs for 'buildbot restart'
49
50
Fri Sep  5 18:01:00 PDT 2008  dustin@zmanda.com
51
  * make 'buildbot restart' work when buildbot is not running
52
53
Fri Sep  5 18:00:02 PDT 2008  dustin@zmanda.com
54
  * Change 'git-foo' to 'git foo', as the former is not supported in >=git-1.6 (patch by Ben)
55
56
Fri Sep  5 17:59:45 PDT 2008  dustin@zmanda.com
57
  * (closes #328) use read(n) instead of the (now-removed) extract method (patch from xyld)
58
59
Fri Sep  5 17:59:09 PDT 2008  dustin@zmanda.com
60
  * (closes #332) append the test summary to the description rather than replacing it
61
62
Thu Apr 24 11:38:02 PDT 2008  zooko@zooko.com
63
  * remove trailing whitespace
64
65
Thu Apr 24 11:38:10 PDT 2008  zooko@zooko.com
66
  * editing improvement to docstring
67
68
Tue Apr 22 19:03:02 PDT 2008  zooko@zooko.com
69
  * don't retire a missing-notification-timer until you finish accepting a slave
70
  Previously, we retired the timer when we began accepting the slave.  However, if we then detected duplicate connection and rejected one of the connections, then the resulting detach would start a new missing-notification-timer.  With this patch, the missing-notification-timer that is started by detaching a connection is soon retired by the other connection leading to acceptance of the buildslave.  So this probably fixes the other way that issue #211 was happening (after the previous patch that was intended to fix #211).
71
72
Thu Apr 17 07:00:45 PDT 2008  zooko@zooko.com
73
  * send header showing elapsed time after slave/commands.py ShellCommand completes
74
75
Wed Apr 16 13:26:42 PDT 2008  zooko@zooko.com
76
  * log the version of buildbot at startup of slave
77
78
Wed Apr 16 13:26:36 PDT 2008  zooko@zooko.com
79
  * log the version of buildbot source code in creation of master
80
81
Tue Apr 15 13:20:22 PDT 2008  zooko@zooko.com
82
  * don't create a new missing-timer task if there is already one there
83
  Doing that would mean that the one that is already there will not be cleaned up if the buildslave reattaches before the timer goes off, so this patch probably fixed #211.
84
85
Fri Sep  5 08:35:21 PDT 2008  dustin@zmanda.com
86
  * #162:fix-default-value.patch
87
  fix the default value for public_html
88
89
Fri Sep  5 08:34:33 PDT 2008  dustin@zmanda.com
90
  * #162:pubhtml.patch
91
  add a configurable public_html to WebStatus
92
93
Wed Sep  3 14:57:01 PDT 2008  warner@lothar.com
94
  * docs fix: patches are applied with 'patch', not with 'diff'
95
  
96
  	* docs/buildbot.texinfo (BuildSet): fix typo, closes #343.
97
  
98
99
Thu Jul 31 19:05:14 PDT 2008  warner@lothar.com
100
  * compress old changelog
101
  
102
  	* ChangeLog-0.7.8.bz2: compress old changelog
103
104
Thu Jul 31 19:03:45 PDT 2008  warner@lothar.com
105
  * bump version to 0.7.8+ while between releases
106
  
107
  	* buildbot/__init__.py (version): bump version to 0.7.8+ while
108
  	between releases
109
  	* docs/buildbot.texinfo: same
110
111
Thu Jul 31 19:02:19 PDT 2008  warner@lothar.com
112
  * move old ChangeLog to ChangeLog-0.7.8
113
  
114
  	* ChangeLog-0.7.8: rename old ChangeLog. We're going to try a new
115
  	scheme: use GNU-style ChangeLog entries, stored in the darcs
116
  	commit comments (i.e. in the extended patch name). The first few
117
  	lines of the comment can be the usual descriptive thing, but the
118
  	trailing part of the comments should be the ChangeLog entry. At
119
  	release time, we'll dump all of these into a new ChangeLog-NNN for
120
  	the new release. There will be no "ChangeLog" file in the source
121
  	tree. I'm not sure how well this will work, but we'll give it a
122
  	try.
123
  
124
125
Thu Jul 24 16:30:40 PDT 2008  warner@lothar.com
126
  tagged buildbot-0.7.8