Timeline
06/13/12:
- 02:12 Ticket #2318 (invalid character (Chinese) in BuildStep's stdout log (BuildSlave on ...) created by
- version: Buildbot: 0.8.6p1 Twisted: 12.0.0 Jinja: 2.6 …
06/12/12:
- 07:35 Ticket #2317 (Multiple issue with Buildmaster) created by
- I have this Multiple issues with Buildbot.. in IRC some gave answer but …
- 06:43 Ticket #2316 (option --db not recognized, when trying to upgrade MySQL database) created by
- If the cdb_url? = "sqlite:///state.sqlite" entry in master.cfg …
06/11/12:
- 22:36 Ticket #2315 (test_master.py tests change singal handling but don't restore state ...) created by
- BuildMaster.startService calls singal.signal, but the tests that call …
06/08/12:
- 11:54 Ticket #2258 (master-side Git timeout ineffective) closed by
- fixed
- 11:18 Ticket #2314 (SVN Checkout Through BuildBot Freezes) created by
- An SVN checkout through buildbot on the following buildslave freezes. If …
- 04:17 Ticket #2313 (more than 40 exception in buildbot twistd.log) created by
- There are more than 40 exception like below. And there is no issues with …
- 01:18 Ticket #2312 (Add the build status to build properties) created by
- Scenario: We'd like to add the build status as a custom mail header. For …
06/06/12:
- 23:48 Ticket #2311 (Forced Scheduler don't erforce required or need_email) created by
- [ https://github.com/buildbot/buildbot/blob/master/master/buildbot/status/we …
- 14:51 Ticket #2310 (upgrade-master doesn't support master.cfg located outside of basedir) created by
- Some buildbot subcommands (e.g., buildbot checkconfig) currently assume …
- 10:46 Ticket #2249 (change merging is no longer picking the newest change) closed by
- worksforme: Let's re-open this if we find more data..
06/05/12:
- 13:32 Ticket #2309 (When 'nextBuild' picks something other than the oldest build, build ...) created by
- On the WebKit Buildbot we recently altered our …
06/02/12:
- 13:05 Ticket #2308 (change classification fallback to update fails on postgres) created by
- Harry sent along the traceback and logs, and I had a look. I think what's …[…]
- 11:19 Ticket #2307 (HgPoller: native poller for Mercurial) created by
- Buildbot does not currently ship with a poller for Mercurial. To my …
05/31/12:
- 10:30 MasterSlaveCommunication edited by
- Minor changes (diff)
- 10:16 MasterSlaveCommunication edited by
- Remove remote_ prefixes, as they are implementation details. (diff)
- 10:13 MasterSlaveCommunication edited by
- Add some comments on the current protocol description. (diff)
- 09:47 MasterSlaveCommunication edited by
- (diff)
- 08:14 Ticket #268 (I wish to be free of the use of the word "blame" to mean responsibility.) closed by
- fixed: […]
- 04:03 Ticket #77 (Better way for python to kill subprocesses on win32?) reopened by
- This is not fixed in 0.8.5. Some options are listed in …
05/30/12:
- 20:59 Ticket #2203 (svn copy method, timeout setting has no impact) closed by
- fixed: Make master-side source steps respect timeout option. Fixes #2248, #2203. …
05/29/12:
- 15:36 SuccessStories edited by
- new location for Monotone (diff)
- 07:49 MasterSlaveCommunication edited by
- (diff)
05/28/12:
- 11:59 DevelopmentPlan edited by
- Add a link to master-slave communication protocol page. (diff)
- 11:57 MasterSlaveCommunication created by
- 09:23 Ticket #2306 (pyflakes.test.test_script.CheckTests.test_permissionDenied failure) closed by
- fixed: Fixed: […]
- 09:20 Ticket #2225 (LoggingBuildStep should take an option to specify which exit codes ...) closed by
- fixed: Factor checking of cmd.rc to allow other successful results. This …
05/27/12:
- 19:10 Ticket #2306 (pyflakes.test.test_script.CheckTests.test_permissionDenied failure) created by
- Buildbot slave is installed on a WinXP SP3 VM. Running the tests, I get: …
- 11:49 Ticket #2302 (Make FakeMaster not be a mock.) closed by
- fixed: Make FakeMaster? a full class, not a Mock This is a compromise between …
- 09:54 Ticket #2301 (buildbot waterfall page shows error after reconfig) closed by
- fixed: Fix race condition during web status reconfig. Service.setServiceParent …
- 08:48 Ticket #2304 (Code from CVS branches can't be checked out) closed by
- fixed: Fixes #2304 (self.branch was always empty) Changeset: …
- 08:45 RunningBuildbotWithVirtualEnv edited by
- (diff)
05/26/12:
- 21:56 Ticket #2305 (If doStepIf callable errors out build ends badly) closed by
- fixed: Handle exceptions in hideStepIf Fixes #2305. Changeset: …
05/23/12:
- 03:30 Ticket #2305 (If doStepIf callable errors out build ends badly) created by
- My callable had the wrong number of arguments so threw a TypeError? inside …
05/22/12:
- 14:11 PaidSupport edited by
- (diff)
- 13:58 PaidSupport edited by
- (diff)
- 11:52 Ticket #580 (I wish buildbot could run without daemonizing) closed by
- worksforme: This is implemented now in master, and will ship in 0.8.7. And as I said …
- 11:45 Ticket #580 (I wish buildbot could run without daemonizing) reopened by
- buildbot start ... sure seems to daemonize to me.
- 10:20 Ticket #2304 (Code from CVS branches can't be checked out) created by
- It's not possible to check out code from a specific branch using a CVS …
- 05:21 Ticket #2303 (Connectivity to Jenkins for CI) created by
- Hello I am a Build and Release Engineer. We are currently trying to test …
05/20/12:
- 09:49 Ticket #2070 (Step subclasses are confusing) closed by
- fixed
- 08:32 Ticket #2000 ("alwaysUseLatest" doesn't do what it says) closed by
- fixed
- 08:10 Ticket #2149 (MasterShellCommand cannot be interrupted) closed by
- fixed: Allow MasterShellCommand? to be interrupted. Fixes #2149. Changeset: …
05/19/12:
- 18:20 Ticket #2287 (master-side cvs step doesn't verify that checkout points to correct ...) closed by
- fixed: Check that cvs checkout is pointing at the correct location. This checks …
- 16:08 Ticket #2251 (SingleBranchScheduler in 0.8.5 (and 0.8.6) does not show "next in ... ...) closed by
- fixed: Make basic schedulers report pending build times. Fixes #2251. …
- 15:55 Ticket #2230 (_ComputeRepositoryURL is broken with respect to multi-repo changes.) closed by
- fixed: Fix _ComputeRepositoryURL for multirepo support. Fixes #2241, #2230. …
- 15:55 Ticket #2241 (invalid getSourceStamp call in oldsource.py) closed by
- fixed: Fix _ComputeRepositoryURL for multirepo support. Fixes #2241, #2230. …
- 08:42 Ticket #2126 (buildbot try --properties=prop=value doesn't work with try_jobdir) closed by
- fixed
- 08:27 Ticket #571 (MailNotifier to send emails on build exceptions) closed by
- wontfix: Closing this, as I don't know if this should be the case. It is now …
05/18/12:
- 12:54 Ticket #2246 (buildbot.status.builder.BuilderStatus uses slow LRU implementation) closed by
- fixed
- 10:43 Ticket #2284 (BuildMaster instance has no attribute 'statusTargets') closed by
- fixed: Fix BuildSlave._mail_missing_message for …
- 10:41 Ticket #2302 (Make FakeMaster not be a mock.) created by
- It is impossible to test the fix for #2284 with a mock for the master …
05/17/12:
- 20:31 Ticket #2301 (buildbot waterfall page shows error after reconfig) created by
- buildbot waterfall page shows the following errors after reconfig […] …
05/16/12:
- 22:25 Ticket #1054 (sqlite3.ProgrammingError when starting a rebuild with non-ASCII chars in ...) closed by
- fixed: Decode form values from HTTP POSTs Fixes #1054. One hopes. Changeset: …
- 21:55 Ticket #2300 (Waterfall's ?branch= parameter is broken with source stamp sets.) created by
- 21:41 Ticket #2298 (shell.SetProperty does not understand the hideStepIf parameter) closed by
- invalid: right - hideStepIf was added in 0.8.6.
- 21:14 Ticket #2299 (while pruning changes: too many SQL variables) closed by
- fixed: Prune changes in batches of 100. Fixes #2299. Changeset: …
05/15/12:
- 09:23 Ticket #2272 (Eviction of BuildStatus objects) closed by
- worksforme
- 07:37 Ticket #2299 (while pruning changes: too many SQL variables) created by
- After moving a few tasks form one client to another I used …
05/14/12:
- 11:39 Ticket #2298 (shell.SetProperty does not understand the hideStepIf parameter) created by
- Setting hideStepIf=true in a shell.SetProperty? buildstep causes a runtime …
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)