Timeline
03/23/10:
- 15:16 Ticket #757 (MailNotifier filter for specific builders) created by
- We've got a lot of builders testing a lot of different configurations, …
- 13:02 Ticket #754 (buildbot-0.8.0 AssertionError: reactor already installed) closed by
- fixed: don't import schema globally, since it ends up pulling in a reactor; fixes …
- 08:38 Ticket #756 (Buildbot broken by addition of builder properties) created by
- E.g. […]
- 04:22 Ticket #755 (update debugclient to specify repository in faked commit) created by
- [http://buildbot.net/trac/attachment/ticket/467/buildbot-0.7.12-multiple-re …
- 04:16 Ticket #754 (buildbot-0.8.0 AssertionError: reactor already installed) created by
- $ buildbot debugclient: […]
03/22/10:
- 20:19 Ticket #736 (Slave-side log buffering) closed by
- fixed: Oh, right .. so we can close this bug? If it turns out that the buffering …
- 20:07 Ticket #750 (SetProperty allows having both 'property' and 'extract_fn' set) closed by
- fixed: […]
- 19:18 Ticket #467 (SVN - allow multiple repositories) closed by
- fixed: A similar, but more advanced version, of this has been merged into 0.8.0. …
- 09:27 Ticket #753 (xmlrpc_getBuild fails for failed builds) created by
- For any build which finished with a failure the method fails with […]
- 09:04 Ticket #752 (Add support of WithProperties to SVN defaultBranch.) created by
- I maintain several projects in the same subversion repository. Being able …
- 07:58 Ticket #751 (Sending SIGTERM before SIGKILL to a remote shell command that has timed ...) closed by
- wontfix: The buildbot timeout is more of a system-stability thing than an …
- 03:24 Ticket #751 (Sending SIGTERM before SIGKILL to a remote shell command that has timed ...) created by
- I have a test step that does not produce output for one hour (the test or …
03/19/10:
- 18:47 BuildbotNetAdmin edited by
- fix formatting markup (diff)
- 18:46 BuildbotNetAdmin edited by
- Fix link to latest docs (diff)
- 16:32 MetaBuildbotConfig edited by
- redirect → proxy (diff)
- 12:32 Ticket #750 (SetProperty allows having both 'property' and 'extract_fn' set) created by
- if SetProperty? has a property kwarg and extract_fn kwarg the property is …
03/18/10:
- 09:33 Ticket #749 (db_poll_interval changes not picked up on reconfig) created by
- If you change the db_poll_interval and then reconfig, the master still …
- 09:04 Ticket #748 (MySQL Exception when adding change) created by
- I hit this exception when a new change was detected via our hg poller. …
03/17/10:
- 15:31 Ticket #747 (Random corruption in log file) created by
- Not sure if this is a buildbot problem, but maybe it is. As part of our …
03/16/10:
- 12:32 Ticket #668 (Allow unsetting env variables on ShellCommand) closed by
- fixed: Allow ShellCommand? to unset environment variables (fix #668) Changeset: …
- 11:01 Ticket #746 (upgrade-master with missing state.sqlite file hangs forever) created by
- To reproduce, rm master/state.sqlite buildbot upgrade-master master
- 08:46 Ticket #745 (Initial slave connection can be slow) created by
- Slaves can sometimes take more than 10 seconds to connect to the master. …
03/15/10:
- 17:10 Ticket #744 ("queued" status for dependent builders) created by
- I've got a scheduler which is dependent on my main build: […] These …
03/14/10:
- 14:20 Ticket #743 (add a /slaves status page that only shows slave status (comes with patch)) created by
- I have 130 slaves that each have tons of builders associated with them. …
03/11/10:
- 23:26 Ticket #253 (buildbot.tac is not relocatable because it remembers its basedir) closed by
- fixed: fixed in 1400c91b276d5f71a7f58975e0be6c999a4231b7
- 22:57 Ticket #735 (Reason for rebuilds include HTML entities) closed by
- fixed: Fixed in [21296a797c53ce8a855978d4cbdacf6950623a0a]
- 22:35 Ticket #731 (Mail notifier: Wrong default message) closed by
- fixed: Clearer English in default mail message Use a few more words to describe …
- 19:02 Ticket #715 (document new Auth/Authz stuff) closed by
- fixed: document authorization implementation in texinfo fixes #715 Changeset: …
- 17:54 Ticket #666 (Update docs to document new console view) closed by
- fixed: [16ec41a6a1500d0117007fcd84ca89cf530a03aa] and …
- 17:47 Ticket #734 (Exception rendering console) closed by
- fixed: This got fixed a while back
- 17:43 Ticket #709 (test_config fails if port 9999 is in use) closed by
- wontfix: Ideally we won't even be doing port-based stuff in tests.
- 17:32 Ticket #733 (pending builds cancellation doesn't work) closed by
- duplicate: dup #730
- 16:44 Ticket #742 (A "reconfig" invalidates build state display in /builders) created by
- In df0a02ffd6207cc2e888411919457d283fde487e, if you've got slaves in the …
- 12:43 Ticket #741 ('last_processed' entry missing for a scheduler) closed by
- duplicate: Ah, that's the key, then! This is actually a dupe of #732, which we …
- 10:10 Ticket #741 ('last_processed' entry missing for a scheduler) created by
- using master: df0a02ffd6207cc2e888411919457d283fde487e […] Fixed by: …
- 08:46 Ticket #740 (Changecommentlink/revlink should take project/repo into consideration) created by
- We must the changecommentlink/revlink properties to WebStatus? so that they …
- 06:22 Ticket #739 (HTML logs are included in pickles) created by
- I recently started adding HTML logs from my buildsystem to buildbot, and …
03/09/10:
- 16:39 Ticket #738 (Record true start/end time for build steps) created by
- Buildbot currently records the start/end time for steps on the master. …
- 07:30 Ticket #737 (Stale slave connection breaks reconfig) created by
- If one of the slaves has a stale connection, then a reconfig will break …
- 07:20 Ticket #736 (Slave-side log buffering) created by
- A lot of the load on the master comes from handling log data in small …
- 07:15 Ticket #735 (Reason for rebuilds include HTML entities) created by
- When I rebuild a build via the web interface, the reason gets recorded in …
- 06:49 Ticket #734 (Exception rendering console) created by
- […]
03/08/10:
- 14:36 Ticket #733 (pending builds cancellation doesn't work) created by
- You can't cancel pending builds anymore.
- 13:39 Ticket #732 (changing scheduler class in config will mix up in-db state) created by
- The "schedulers" table keeps state for schedulers. But it's only keyed by …
- 05:27 Ticket #731 (Mail notifier: Wrong default message) created by
- The default mail of buildbot starts with this: The Buildbot has finished …
03/07/10:
- 15:05 Ticket #717 (Fix json/simplejson handling) closed by
- fixed: Be very careful in how JSON support is imported And only do it once, in …
- 15:01 Ticket #725 (start testing with a clean slate) closed by
- fixed: This ticket instructs me to _start_ testing with a clean slate. I've …
03/04/10:
- 17:49 Ticket #730 (Pending builds not displayed) created by
- In version 95d054247cdab08bac88e7fb8df2f01242a2a7b3, the list of pending …
03/01/10:
- 12:08 Development edited by
- fix spello (page is moved too) (diff)
- 12:08 TowardBetterBuildbotTests created by
02/28/10:
- 10:33 Ticket #729 (use TCP keepalives (optionally) for slaves and IRC) created by
- 12:32 < exarkun> djmitche: broker.transport.setTcpKeepalive(True) should …
02/26/10:
- 10:01 Ticket #728 (Perforce version 2009.1 introduces a new type of operation that breaks ...) closed by
- fixed: great - thanks!
- 09:09 Ticket #728 (Perforce version 2009.1 introduces a new type of operation that breaks ...) created by
- Perforce version 2009.1 introduces a new type of operation that breaks …
02/25/10:
- 13:48 BuildbotNetAdmin edited by
- (diff)
- 13:29 TestStepSubclasses created by
- 13:27 HelpfulPages edited by
- (diff)
- 13:26 HelpfulPages edited by
- (diff)
02/24/10:
02/23/10:
- 00:33 WikiStart edited by
- fix link to api docs (are under current, not latest) (diff)
02/22/10:
- 22:09 Ticket #727 (console history reflects current status rather than history) created by
- I'm using the buildbot console version 0.7.12rc2 and I noticed that when a …
02/21/10:
- 09:06 WikiStart edited by
- remove link to Documentation (diff)
- 09:05 Documentation edited by
- (diff)
- 08:47 Ticket #726 (install Amanda on buildbot.net) created by
- buildbot.net should get cleaned up a bit, and have Amanda installed on it, …
02/20/10:
- 20:09 Ticket #718 (sporadic failure in ...) closed by
- wontfix: see #725
- 20:08 Ticket #714 (sqlite error on shutdown) closed by
- fixed: fix thread leak, fix sqlite errors on shutdown, add tests This fixes a …
- 20:08 Ticket #722 (buildbot.db leaks threads) closed by
- fixed: fix thread leak, fix sqlite errors on shutdown, add tests This fixes a …
- 19:38 Ticket #724 (buildbot.test.runs.test_db.Base uses 'shutDown' instead of 'tearDown') closed by
- fixed: ..and the tests are completely removed in #725
- 17:24 Ticket #721 (buildbot.test.runs.test_db.Builder badly isolated) closed by
- wontfix: closed in preference to #725
- 17:24 Ticket #712 (generic_get seems unused?) closed by
- fixed: gone now.
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)