Timeline


and

07/27/11:

12:30 WikiStart edited by dustin
(diff)
09:51 Ticket #2065 (Error during setup of buildslave on Windows 7 64bit) created by materialdreams
Running "python setup.py build" resulted in the following error: …
00:44 Ticket #2064 (Buildbot 0.8.4p2 incompatible with Twisted-8.1.0) created by materialdreams
To take advantage of some new features I just upgraded from 0.8.2 to …

07/26/11:

22:24 Ticket #2063 (Documentation for IRC bot configuration is wrong) closed by dustin
fixed: Ah - support for that syntax was only added in 0.8.4. From the line …
18:23 Ticket #2062 (BaseBasicScheduler.stableTimerFired can return uncaught failures) closed by Dustin J. Mitchell
fixed: handle failures from stableTimerFired Fixes #2062. Changeset: …
05:14 Ticket #2063 (Documentation for IRC bot configuration is wrong) created by ajb
The manual currently describes configuring the IRC bot as: […] This …

07/25/11:

22:50 Ticket #827 (ChangeSources may produce changes containing non-ascii bytestrings) reopened by dustin

07/22/11:

14:16 Ticket #2062 (BaseBasicScheduler.stableTimerFired can return uncaught failures) created by dwlocks
found while overriding BaseScheduler?.addBuildsetForChanges.
10:40 Ticket #2061 (patch: make P4Poller pick up where it left off) created by dberger
[…]
08:57 Ticket #1866 (on reload config, running builds become idle in builders page) reopened by dberger
still happens in 0.8.4p1
07:43 Ticket #2060 (Trial's tests parameter doesn't accept Property objects) created by dwyerk
buildbot.steps.python_twisted.Trial(tests=Property('my_tests')) causes an …

07/21/11:

20:53 Ticket #1866 (on reload config, running builds become idle in builders page) closed by dustin
fixed: This status tracking has been completely rewritten in 0.8.4, so I suspect …

07/20/11:

00:42 Ticket #2059 (document JSON status) created by dustin
"Where is the JSON documented?" is fast becoming a FAQ - #832 is the …
00:29 Ticket #2057 (AnyBranchScheduler should inherit from SingleBranchScheduler) closed by dustin
fixed: This was fixed a while back: […]
00:27 Ticket #1843 (LibVirtSlave fails to destroy domain on buildFinished) closed by Nick Mills
fixed: Fix #1843. The `domain' member of LibVirtSlave? was incorrectly …
00:18 Ticket #2058 (SVN docs are too prescriptive, wrong) created by dustin
The docs for the SVN step get into setting up change sources, schedulers, …

07/19/11:

19:10 Ticket #2057 (AnyBranchScheduler should inherit from SingleBranchScheduler) created by dwlocks
right now it inherits from Scheduler, which means there are Deprecation …
17:29 Ticket #2056 (builders sometimes stay in an idle, plus 1 state) created by dwlocks
sometimes builders sit "idle, plus #" even when there are available …

07/18/11:

12:57 Ticket #2055 (buildmaster spins when build starts) created by mmorse
My buildmaster starts properly and I can access its web pages. The …
11:26 Ticket #2054 (buildbot/github post-receive URL timestamp problem) created by mmorse
I'm trying to trigger a buildbot run whenever there's a change to a github …
10:56 RunningBuildbotWithVirtualEnv edited by Tobi
add pip install mock (diff)

07/17/11:

19:59 Ticket #2052 (Apparent bug in WarningCountingShellCommand) closed by Dustin J. Mitchell
fixed: Make all getProperties calls use the same signature This fixes the …
12:56 Ticket #1052 (blamelist lost via trigger) closed by Dustin J. Mitchell
fixed: Merge branch 'trigger' of  git://github.com/tomprince/buildbot * 'trigger' …
11:45 WikiStart edited by dustin
(diff)
10:48 Ticket #1036 (buildrequest can be multiply claimed on MySQL) closed by Dustin J. Mitchell
fixed: Use atomic inserts to claim build requests This differs from the previous …

07/15/11:

11:54 Ticket #2053 (Too much code in try block) created by dabrahams
[ https://github.com/buildbot/buildbot/blob/26bdbcec654a1f3517fedd9a78512221

07/14/11:

19:52 Ticket #2052 (Apparent bug in WarningCountingShellCommand) created by dabrahams
I'm getting this traceback: […]
15:56 Ticket #2051 (Triggerable exception on shutdown) closed by Dustin J. Mitchell
fixed: Correctly notify waiters when a Triggerable shuts down Fixes #2051
15:47 Ticket #2051 (Triggerable exception on shutdown) created by dustin
[…]

07/13/11:

13:36 Ticket #2050 (Use metrics to start benchmarking Buildbot's performance in metabuildbot) created by dustin
We should start gathering data on buildbot's performance on a per-checkin …
10:04 Ticket #2043 (Upgrades from 0.8.3 get column lengths wrong) closed by dustin
fixed: Fixed: […]
05:57 Ticket #2049 (Broken parsing in pylint) created by dwyerk
The change shown here …

07/12/11:

09:38 Ticket #2048 (Also adding 'committer' to interested users for MailNotifier) created by deng
It would be nice if Buildbot could notify both the author as well as the …

07/11/11:

21:44 Ticket #2047 (incorporate buildbot.master.LogRotation into buildbot.config) created by dustin
This is a little lump of configuration that was made before the …
21:43 Ticket #2046 (patch_author and patch_comment make MySQL dialect less than happy) created by dustin
[…]
12:11 Ticket #2045 (Implicit limit of 1000 builders per slave) created by xrg
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 dustin
refs: *  http://twistedmatrix.com/highscores/ * …
13:03 Ticket #2043 (Upgrades from 0.8.3 get column lengths wrong) created by dustin
From 0.8.3: […]
12:15 Ticket #2042 (remove schedulers.state column) created by dustin
This is no longer used - schedulers now store their state in the …
07:13 Ticket #1767 (SVNPoller does not support logEnviron) closed by Dustin J. Mitchell
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 dustin
gatherResults does not, by default, pass consumeErrors to the underlying …
15:59 Ticket #2036 (sqlalchemy-migrate == 0.6 in master/setup.py) closed by Dustin J. Mitchell
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 dustin
fixed: Merged: […]
14:44 Ticket #985 (wierd behaviour for some custom property values from force build page) closed by Dustin J. Mitchell
fixed: Allow users to customize the sanity-checking regexes This doesn't add …
07:42 Ticket #2029 (inconsistent state for a builder) closed by Dustin J. Mitchell
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 dustin
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 dustin
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 dberger
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 in3xes
 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 dberger
invalid: RTFM'd
06:13 Ticket #2038 (detect_bug1810.db appears to be missing) closed by dustin
duplicate: Actually, it's a permissions problem - #2016
05:34 Ticket #2038 (detect_bug1810.db appears to be missing) created by NateBragg
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 dustin
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 Dustin J. Mitchell
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 dustin
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 dberger
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 makowski
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 dustin
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 landry
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 dberger
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 Dustin J. Mitchell
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 Dustin J. Mitchell
fixed: remove incorrect assertion Fixes #2028. Changeset: …
15:39 Ticket #2021 ((more) email breakage in 0.8.4p1) closed by Dustin J. Mitchell
fixed: Add a hasProperties method to builds This better-defines the interface of …
15:39 Ticket #2024 (Documentation for "WithProperties" is incorrect) closed by Dustin J. Mitchell
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 Dustin J. Mitchell
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 Dustin J. Mitchell
fixed: Describe property precedence explicitly Fixes #2030. Changeset: …
15:39 Ticket #2031 (buildbot try --with-properties truncates property vals with '=') closed by Dustin J. Mitchell
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 dustin
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 tardyp
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 bdbaddog
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 rmorison
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 mitcholiver
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 dustin
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 bdbaddog
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 dberger
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 bdbaddog
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 bdbaddog
If global and/or per builder mergeRequests is not set, the default …
13:33 Development edited by dustin
(diff)
13:28 Ticket #2024 (Documentation for "WithProperties" is incorrect) created by mitcholiver
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 dustin
worksforme: Re-open if you can reproduce?
11:59 Ticket #1955 (Suboptimal default for submodules) closed by dustin
fixed: OK, well, as you state, nothing we can change.
11:27 Ticket #2023 (RemoteShellCommand undocumented) created by dabrahams
...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 dustin
We're seeing reconfigs "wedged", meaning they never complete. As I …
07:46 Ticket #2021 ((more) email breakage in 0.8.4p1) created by dberger
[…]

06/28/11:

19:11 Ticket #2020 (can't run the debugclient in 0.8.4p1) closed by Dustin J. Mitchell
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 dustin
invalid: hm, no response.
19:02 Ticket #1841 (mozilla slaves failing in 'git') closed by dustin
fixed: This isn't a problem anymore - adding retries has helped.
18:59 Ticket #1814 (Make Buildbot more awesome.) closed by dustin
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 dustin
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 dberger
[…] 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 Dustin J. Mitchell
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 dberger
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 dustin
duplicate: duped to #2017
14:51 Ticket #2018 (build mail breakage in 0.8.4p1) created by dberger
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 dberger
[…] 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 Dustin J. Mitchell
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 cortana
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 dustin
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 dustin
fixed: Excellent - merged. Thanks!
Note: See TracTimeline for information about the timeline view.