Timeline
07/11/11:
- 12:11 Ticket #2045 (Implicit limit of 1000 builders per slave) created by
- It has been noted that when > ~1000 builders are configured for a single …
07/10/11:
- 15:40 Ticket #2044 (Make buildbot high-scores board) created by
- refs: * http://twistedmatrix.com/highscores/ * …
- 13:03 Ticket #2043 (Upgrades from 0.8.3 get column lengths wrong) created by
- From 0.8.3: […]
- 12:15 Ticket #2042 (remove schedulers.state column) created by
- This is no longer used - schedulers now store their state in the …
- 07:13 Ticket #1767 (SVNPoller does not support logEnviron) closed by
- fixed: Merge branch 'bug_1767' of git://github.com/bdbaddog/buildbot * …
07/09/11:
- 17:37 Ticket #2041 (use consumeErrors for all gatherResults calls) created by
- gatherResults does not, by default, pass consumeErrors to the underlying …
- 15:59 Ticket #2036 (sqlalchemy-migrate == 0.6 in master/setup.py) closed by
- fixed: Allow sqlalchemy-migrate-0.7 as well This works in my testing, at least. …
- 15:01 Ticket #2026 (svnpoller logs with "svnPoller:" and "SVNPoller":) closed by
- fixed: Merged: […]
- 14:44 Ticket #985 (wierd behaviour for some custom property values from force build page) closed by
- fixed: Allow users to customize the sanity-checking regexes This doesn't add …
- 07:42 Ticket #2029 (inconsistent state for a builder) closed by
- fixed: refactor _startBuildFor to handle failure better When the ping fails, …
- 07:41 Ticket #2005 (SQLAlchemy Operational errors with SQLite: Database is locked) closed by
- worksforme: That sounds like a great solution! I'll call it worksforme, but if others …
07/07/11:
- 10:05 Ticket #1958 (Monkey-patch Twisted memory leak) closed by
- fixed: I haven't seen any problems, so let's call it fixed.
07/06/11:
- 11:54 Ticket #2040 (.buildbot-sourcedata sometimes contains unicode strings, causes full ...) created by
- we don't have a perfect repro yet, but we noticed that some of our …
- 08:08 Ticket #2039 (rmdir slaveside command return 0 even if it fails) created by
- https://github.com/buildbot/buildbot/blob/master/slave/buildslave/commands/ …
- 08:08 Ticket #2037 (config reload events don't appear in waterfall (0.8.4p1)) closed by
- invalid: RTFM'd
- 06:13 Ticket #2038 (detect_bug1810.db appears to be missing) closed by
- duplicate: Actually, it's a permissions problem - #2016
- 05:34 Ticket #2038 (detect_bug1810.db appears to be missing) created by
- when migrating from master 0.8.3p1 to 0.8.4p1 using buildbot …
07/05/11:
- 18:17 Ticket #2034 (web interface renders strange in gtkwebkit-based browsers) closed by
- worksforme: Well, AFAICT it's not a Buildbot bug, but a webkit bug. Perhaps file it …
- 18:09 Ticket #2007 (Try --wait reports 'no build') closed by
- fixed: Bugfixes for try's monitoring of builds in progress Fixes #2007. …
- 18:06 Ticket #2035 (_ComputeRepositoryURL requires more info than IProperties makes available) closed by
- fixed: I fixed this in [9a861eb624264659c05990ed3720fffc4eb361e6] by adding a …
- 17:45 Ticket #2037 (config reload events don't appear in waterfall (0.8.4p1)) created by
- we're using the debug client to reload the config, and formerly, we'd see …
- 01:15 Ticket #2036 (sqlalchemy-migrate == 0.6 in master/setup.py) created by
- is sqlalchemy-migrate == 0.6 really mandatory ? or can it be …
07/03/11:
- 19:10 Ticket #2035 (_ComputeRepositoryURL requires more info than IProperties makes available) created by
- In 0.8.4, the class of the object passed to getRenderingFor methods was …
- 03:36 Ticket #2034 (web interface renders strange in gtkwebkit-based browsers) created by
- try browsing the web ui for some buildbots in webkitgtk-based browsers …
07/02/11:
- 18:30 Ticket #1052 (blamelist lost via trigger) reopened by
- we're seeing the same problem in 0.8.4p1 - triggered builds (with …
- 18:00 Ticket #2027 (Unhandled error in Deferred (0.8.4p1)) closed by
- fixed: handle early disconnects from web clients Fixes #2027. Changeset: …
- 15:39 Ticket #2028 (startBuild failing with assertion, causes builder to never fire.) closed by
- fixed: remove incorrect assertion Fixes #2028. Changeset: …
- 15:39 Ticket #2021 ((more) email breakage in 0.8.4p1) closed by
- fixed: Add a hasProperties method to builds This better-defines the interface of …
- 15:39 Ticket #2024 (Documentation for "WithProperties" is incorrect) closed by
- fixed: Add a hasProperties method to builds This better-defines the interface of …
- 15:39 Ticket #2025 (If global and/or per builder mergeRequests is not set, the default ...) closed by
- fixed: Use a properly-formed default mergeRequests function This function takes …
- 15:39 Ticket #2030 (Build Properties should clarify the order in which properties are applied) closed by
- fixed: Describe property precedence explicitly Fixes #2030. Changeset: …
- 15:39 Ticket #2031 (buildbot try --with-properties truncates property vals with '=') closed by
- fixed: Allow try --properties with '=' in value And add a whole mess of tests, …
07/01/11:
- 07:16 Ticket #2033 (MergeRequest_fn broken in 0.8.4 branch) closed by
- duplicate: I think this is the same as #2025 - at any rate, it has the same fix.
- 06:41 Ticket #2033 (MergeRequest_fn broken in 0.8.4 branch) created by
- I got this trace since I rebased yesterday to the latest version of 0.8.4 …
06/30/11:
- 17:07 Ticket #2032 (Log tracebacks in separate logfile (not in twistd.log)) created by
- It would be useful to log tracebacks in a separate file. Rather than …
- 15:40 Ticket #2031 (buildbot try --with-properties truncates property vals with '=') created by
- E.g. --with-properties=FLAGS=V=1 passes 'FLAGS':'V', instead of …
- 08:35 Ticket #2030 (Build Properties should clarify the order in which properties are applied) created by
- Build properties are applied with a certain precedence, which is not …
06/29/11:
- 21:34 Ticket #2029 (inconsistent state for a builder) created by
- The metabuildbot currently has py27-tw0280 completely idle, but with six …
- 17:27 Ticket #2028 (startBuild failing with assertion, causes builder to never fire.) created by
- Here's the stack trace. djmitche sugguests that it's likely the right …
- 17:13 Ticket #2027 (Unhandled error in Deferred (0.8.4p1)) created by
- I see this frequently in the buildmaster logs, though I haven't yet been …
- 16:29 Ticket #2026 (svnpoller logs with "svnPoller:" and "SVNPoller":) created by
- Minor nit but the logs look like: […]
- 16:20 Ticket #2025 (If global and/or per builder mergeRequests is not set, the default ...) created by
- If global and/or per builder mergeRequests is not set, the default …
- 13:33 Development edited by
- (diff)
- 13:28 Ticket #2024 (Documentation for "WithProperties" is incorrect) created by
- The example for using a callable with WithProperites? includes an example …
- 12:01 Ticket #1963 (FileUpload creates truncated file when buildslave is not on localhost) closed by
- worksforme: Re-open if you can reproduce?
- 11:59 Ticket #1955 (Suboptimal default for submodules) closed by
- fixed: OK, well, as you state, nothing we can change.
- 11:27 Ticket #2023 (RemoteShellCommand undocumented) created by
- ...and yet it seems to be essential to writing any build step that runs a …
- 09:11 Ticket #2022 (Stale Broker errors not caught on reconfig) created by
- We're seeing reconfigs "wedged", meaning they never complete. As I …
- 07:46 Ticket #2021 ((more) email breakage in 0.8.4p1) created by
- […]
06/28/11:
- 19:11 Ticket #2020 (can't run the debugclient in 0.8.4p1) closed by
- fixed: Don't import reactor in runner.py This was introduced by yours truly in …
- 19:03 Ticket #1911 (Cannot checkout from default branch trunk when creating a Scheduler that ...) closed by
- invalid: hm, no response.
- 19:02 Ticket #1841 (mozilla slaves failing in 'git') closed by
- fixed: This isn't a problem anymore - adding retries has helped.
- 18:59 Ticket #1814 (Make Buildbot more awesome.) closed by
- fixed: I think 0.8.4 took care of this.. 0.8.4p1 at least.
- 18:48 Ticket #1908 (Warn users of about changing db_url during an upgrade.) closed by
- worksforme: ipv6guru - the default value is sqlite:///state.sqlite, so if you're …
- 18:21 Ticket #2020 (can't run the debugclient in 0.8.4p1) created by
- […] this is particularly problematic to us as we run our buildmaster …
- 18:16 Ticket #2017 (attaching logs to build mail is broken in 0.8.4p1) closed by
- fixed: Fix typos in MailNotifier?'s support for buildsets Fixes #2017. This adds …
- 18:03 Ticket #2019 (graceful shutdown and triggered builds don't play as expected (0.8.4p1)) created by
- we have several builders that act as coordinators for a set of triggered …
- 17:03 Ticket #2018 (build mail breakage in 0.8.4p1) closed by
- duplicate: duped to #2017
- 14:51 Ticket #2018 (build mail breakage in 0.8.4p1) created by
- the fix I mention in #2017 moves the error further into the mail code. …
- 13:35 Ticket #2017 (attaching logs to build mail is broken in 0.8.4p1) created by
- […] It looks like this change may be related: […] I think …
- 08:53 Ticket #2016 (upgrade-master errror: local variable conn1 referenced before assignment) closed by
- fixed: Create the bug-test DB in a temporary dir Fixes #2016. Changeset: …
- 03:49 Ticket #2016 (upgrade-master errror: local variable conn1 referenced before assignment) created by
- The fix for #1810 has broken upgrade-master on my system: […] I'm …
06/27/11:
- 09:13 Ticket #1927 (buildbot: commit notification crashes with Unicode characters in git ...) closed by
- fixed: As of [605ac9aaf644613a43f076fd25ddcbef93a6c087], Sender has an encoding …
- 08:43 Ticket #2015 (master.cfg can not be provisioned with adjacent cfg files as of 0.8.4p1) closed by
- fixed: Excellent - merged. Thanks!
06/26/11:
- 14:43 Ticket #1957 (Expand blamelist only by 'interested users' that are relevant for the ...) closed by
- fixed: Merge branch 'ticket_1957' of git://github.com/dzhurley/buildbot * …
- 13:00 Ticket #2012 (SetProperty text status may fill WebStatus waterfall) closed by
- fixed: Abbreviate property lists from SetProperty? Fixes #2012. Changeset: …
- 12:01 Ticket #2013 (Description of "installdir" parameter for Visual Studio step is unclear) closed by
- fixed: adjust docs for vstudio.py's installdir Fixes #2013. Changeset: …
- 11:59 Ticket #2014 (The MailNotifier's subject can't be overriden anymore with a function) closed by
- fixed: Allow MailNotifier? subject to be overridden Fixes #2014. Changeset: …
- 09:44 Ticket #2010 (ProgrammingError using PostgreSQL) closed by
- fixed: Fix postgres problems with bbtmp_claim_ids Fixes #2010. Changeset: …
06/25/11:
- 12:20 Ticket #1998 (pageTitle not properly set in rss / atom feed) closed by
- fixed: Fix error in atom/rss feed titles fix typo displaying 'None' instead of …
- 12:10 Ticket #2008 (mergeRequests globally or per builder seems to not function) closed by
- fixed: Builder configuration should default mergeRequests to None, not True …
06/24/11:
- 08:19 Ticket #2015 (master.cfg can not be provisioned with adjacent cfg files as of 0.8.4p1) created by
- The fix for Ticket#1928 breaks the testing/loading of a master.cfg file …
- 03:24 Ticket #2014 (The MailNotifier's subject can't be overriden anymore with a function) created by
- The MailNotifier's documentation states that the messageFormatter …
06/23/11:
- 13:58 FAQ edited by
- (diff)
- 10:56 Ticket #2013 (Description of "installdir" parameter for Visual Studio step is unclear) created by
- I would suggest the following description to clarify: Base Visual Studio …
- 07:27 Ticket #2012 (SetProperty text status may fill WebStatus waterfall) created by
- When setting many properties at once in a SetProperty step, the status …
06/22/11:
- 05:35 Ticket #2011 (Traceback popping from empty deque in addChange) created by
- Got an error this morning in response to an addChange which then caused …
- 02:59 Ticket #2010 (ProgrammingError using PostgreSQL) created by
- I have migrated to Builbot 0.8.4p1, and switched the database backend to …
06/21/11:
- 21:32 Ticket #2009 (twisted dependency is out dated) closed by
- worksforme: with a brand-new virtualenv: […] in the 8.x.0 days, Twisted still …
- 19:09 Ticket #2009 (twisted dependency is out dated) created by
- twisted.words is used by trunk buildbot, but the dependency as specified …
- 14:31 Ticket #2008 (mergeRequests globally or per builder seems to not function) created by
- I have an example where one builder fires off 20 triggers into another …
- 09:20 Ticket #2007 (Try --wait reports 'no build') created by
- When submitting a 'try' build with the --wait option, the client shows …
- 08:51 Ticket #2006 (AnyBranchScheduler derives from Scheduler and gives warning) closed by
- fixed: Looks like this was fixed by d6b33ade2275e6560a7de65bed96b2b7733b0c20
- 08:37 Ticket #2006 (AnyBranchScheduler derives from Scheduler and gives warning) created by
- Using an AnyBranchScheduler? gets you warnings in the logs about use of the …
- 07:13 Ticket #2002 (fatal: Could not parse object ...) closed by
- invalid: While I think comment:5 is worth thinking about, I'm happy/sorry to report …
- 02:50 Ticket #2005 (SQLAlchemy Operational errors with SQLite: Database is locked) created by
- Since the switch to SQLAlchemy in 0.8.4, I get many tracebacks in the log …
06/20/11:
- 19:49 SuccessStories edited by
- (diff)
- 19:24 Ticket #2003 (SingleBranchScheduler not available from buildbot.scheduler) closed by
- fixed: Point to new import location in warning for Scheduler This gives better …
- 19:24 Ticket #2004 (Documentation still refers to deprecated Scheduler) closed by
- fixed: s/Scheduler/SingleBranchScheduler/. Fixes #2004 Changeset: …
- 13:48 Ticket #2004 (Documentation still refers to deprecated Scheduler) created by
- http://buildbot.net/buildbot/docs/latest/Configuring-Schedulers.html#Config …
- 13:43 Ticket #2003 (SingleBranchScheduler not available from buildbot.scheduler) created by
- After upgrading to 0.8.4, I fixed the WARNINGs from a reconfig and renamed …
- 12:59 Ticket #2002 (fatal: Could not parse object ...) created by
- This problem with Git has occurred with other projects, e.g. …
- 10:57 Ticket #2001 (check docs for WithProperties and callables) created by
- The object passed to a callable for WithProperties? has changed - it's now …
- 09:16 Ticket #2000 ("alwaysUseLatest" doesn't do what it says) created by
- I have a project that uses 3 git repos with "alwaysUseLatest" set. The …
06/19/11:
- 22:48 Ticket #1982 (handle UnauthorizedLogin exceptions on the slave) closed by
- fixed: merged - [ec09a04a6f32668aa3ca893a190f231e51b808db]
- 22:43 Ticket #1984 (fix RemoteCommand.commandCounter) closed by
- fixed: better handling of command identifiers Fixes #1984. Changeset: …
- 21:30 Ticket #1999 (Include full filename in warnings, if known) created by
- WarningCountingShellCommand can collect full pathnames by minding the …
- 21:19 Ticket #1945 (add systemwide metrics support) closed by
- fixed: This has landed now.
- 13:44 Ticket #1998 (pageTitle not properly set in rss / atom feed) created by
- The RSS and ATOM feeds no longer set the pageTitle which results in the …
- 11:48 Ticket #1997 (Gather metrics on query times) created by
- Add a decorator for DB connector components that can time how long a …
- 11:47 Ticket #1996 (Unit tests for all master-side step classes) created by
- This is *looong* overdue.
- 11:06 ReleaseProject edited by
- (diff)
- 10:57 Ticket #1995 (suppressionFile causes traceback on slave) closed by
- fixed: Make the keepstamp uploadFile argument optionsl This command is used not …
- 10:52 Ticket #1995 (suppressionFile causes traceback on slave) created by
- […] The step is: […]
06/18/11:
- 22:58 Ticket #1991 (connect caching config parameters with caches) closed by
- fixed: Merge branch 'cacheconfig' * cacheconfig: Document the new ccaches? …
- 22:47 Ticket #1994 (means to add periodic metrics checks without modifying metrics.py) created by
- It would be great to be able to register a particular metric for …
- 22:19 WikiStart edited by
- (diff)
- 20:49 Ticket #1993 (gather metrics on caches, move buildbot.cache to buildbot.process.cache) created by
06/17/11:
- 22:32 Ticket #1988 (Incompatible change in svn_buildbot.py with steps/source.py) closed by
- fixed: Trying to replicate this. The step is: […] but I'm using a …
- 15:28 Milestone 0.8.4p1 completed
06/16/11:
- 21:25 Ticket #1992 (master hangs on startup) created by
- Several people have observed this now, although I can't replicate it. The …
- 21:25 Ticket #1991 (connect caching config parameters with caches) created by
- I implemented a generic caching system in 0.8.4, but didn't connect it to …
- 19:59 ReleaseProject edited by
- (diff)
- 14:01 Ticket #1990 (Source steps falling back to complete re-initialization should not be ...) created by
- Currently, if a source step fails to successfully update to a particular …
- 03:42 Ticket #1989 (gitpoller: repo poll failed) created by
- Hi I am using buildbot 0.8.2 and GIT 1.7.4 version In master.cfg file i …
06/15/11:
- 23:49 Ticket #1988 (Incompatible change in svn_buildbot.py with steps/source.py) created by
- I'm not sure this is a bug, however it's a change worth mentioning …
- 13:18 Ticket #1986 (exceptions.TypeError: a float is required) closed by
- fixed: perspective_addChange should handle when==None Fixes #1986. Changeset: …
- 13:18 Ticket #1987 (sendchange fails with TypeError) closed by
- fixed: ensure that ch.files is a list before trying to modify sendchange, in …
- 12:59 CuttingReleases edited by
- (diff)
- 12:56 WikiStart edited by
- (diff)
- 12:49 Ticket #1987 (sendchange fails with TypeError) created by
- With the latest version from the master branch, downloaded today from …
- 12:37 DowngradingTo083 created by
- 07:25 Ticket #1986 (exceptions.TypeError: a float is required) created by
- twisted.log of buildbot main process (on every commit) […]
- 07:17 Ticket #1985 (AttributeError: Sender instance has no attribute 'stop') closed by
- fixed: Fix breakage in hgbuildbot due to 605ac9aa; Fixes #1985 Changeset: …
- 03:36 Ticket #1985 (AttributeError: Sender instance has no attribute 'stop') created by
- Mercurial hook fails with this stack trace: […]
06/14/11:
- 18:24 RunningBuildbotOnWindows edited by
- Clarify how the environment works (diff)
- 18:18 RunningBuildbotOnWindows edited by
- another trivial fix (diff)
- 18:17 RunningBuildbotOnWindows edited by
- trivial fixes (diff)
- 14:15 RunningBuildbotOnWindows edited by
- (diff)
- 12:48 RunningBuildbotOnWindows edited by
- (diff)
- 12:47 RunningBuildbotOnWindows edited by
- (diff)
- 12:46 RunningBuildbotOnWindows edited by
- (diff)
- 12:41 RunningBuildbotOnWindows edited by
- (diff)
06/13/11:
- 21:55 Ticket #1984 (fix RemoteCommand.commandCounter) created by
- This is pretty sloppily handled in buildstep.py. No big deal, but needs …
- 20:15 Ticket #1983 (Catch Stale Broker errors on duplicate notification) closed by
- worksforme: Whoops, this is part of the old, unreformed DuplicateSlaveArbitrator. …
- 09:08 Ticket #1983 (Catch Stale Broker errors on duplicate notification) created by
- […] This is pretty much an indication that we can immediately accept …
06/12/11:
- 15:18 CuttingReleases edited by
- (diff)
- 14:35 WikiStart edited by
- (diff)
- 14:21 ReleaseProject edited by
- (diff)
- 13:43 CuttingReleases edited by
- (diff)
- 11:21 Ticket #1823 (Verify interaction of Dependent scheduler with retried builds) closed by
- fixed: * Dependent works with a regular OK build * when upstream ends with …
- 11:15 Ticket #1853 (Honour change filter in build details page (option)) closed by
- worksforme: I should have read this more closely when the bug was filed. This is …
- 11:02 Ticket #1930 (Make large-scale modular configurations easier) closed by
- fixed: Update and expand docs on reconfigs This points to dabraham's bbproto …
- 05:12 Milestone 0.8.4 completed
- This version will have * all DB access done asynchronously * DB access …
06/10/11:
- 21:18 Ticket #1976 (Git build step fails after SVN step) closed by
- worksforme: Source steps currently expect to the only such step in the factory, and …
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)