Timeline
10/21/10:
- 14:19 Ticket #1010 (irc bot reacts badly if you use 'join' without channel name) closed by
- fixed: remove support for JOIN and LEAVE commands These commands are dangerous, …
- 13:30 RunningBuildbotOnWindows edited by
- trimmed down a bunch, testing my Builder cfg for now but will update the … (diff)
- 13:18 Ticket #1018 (console.html template is broken) closed by
- fixed: fix typo in console.html template Patch by 'Kami' on trac - fixes #1018. …
- 13:16 Ticket #834 (log message stream encoding inserts spurious newlines into logs) closed by
- worksforme: My hypothesis was that this occurred when a chunk boundary fell between …
- 13:08 Ticket #507 ('view log as text' output has DOS line endings?) closed by
- wontfix: From my looking around, this is doing what's expected - it gets output …
- 12:29 Ticket #1019 (buildbot.net isn't a good mail-sender) created by
- speakeasy.net, at least, refuses to accept email from us: Oct 20 13:59:47 …
- 11:54 Ticket #1018 (console.html template is broken) created by
- When trying to view the console page, the following exception is thrown: …
- 11:22 Ticket #769 (Cancelling a pending build for a Triggerable scheduler causes the ...) closed by
- worksforme: It works in 0.8.1rc3-554-gd2ea5cb.
- 11:17 Ticket #1016 (exceptions.AttributeError: 'DirectoryLister' object has no attribute ...) closed by
- duplicate: This has been fixed in master, as marcusl points out. See #963.
- 10:29 Ticket #1017 (add a twistd.hostname on startup) created by
- For buildslave roots that are on an NFS or otherwise shared filesystem, it …
- 00:38 SuccessStories edited by
- Added OpenVPN project to SuccessStories page. (diff)
10/20/10:
- 12:44 SuccessStories edited by
- (diff)
- 10:13 Ticket #1016 (exceptions.AttributeError: 'DirectoryLister' object has no attribute ...) created by
- I am trying to add a directory with the latest version of the buildbot and …
- 10:05 SuccessStories edited by
- Octopus updates as per David Strubbe (diff)
10/19/10:
- 16:45 RunningBuildbotOnWindows edited by
- saving prelim changes since i need to run. (diff)
- 12:00 Ticket #1014 (wrong sort method for revisions in console view) closed by
- fixed
- 11:54 Ticket #1015 (allow project-based selection of events in waterfall view) closed by
- duplicate: See #789. This would, indeed, be great.
10/14/10:
- 10:03 Ticket #1015 (allow project-based selection of events in waterfall view) created by
- For the waterfall view the set of events displayed can already be …
- 09:54 Ticket #1014 (wrong sort method for revisions in console view) created by
- The console view shows the most recent revisions, and sorts them in …
- 09:39 Ticket #1013 (treat repository like revision in sourcestamps) created by
- In our setup using Git, the revision links, column headers in the grid …
- 09:29 Ticket #1012 ("Rebuild" loses properties of the SourceStamp (and corresponding 'real' ...) created by
- The 'Project' and 'Repository' properties of the SourceStamp are …
- 09:28 RunningBuildbotOnWindows edited by
- Updated email address… (diff)
- 07:59 Ticket #1011 (Add $(property:~replacement) syntax that turns anything false into ...) created by
- There are lots of places that properties are None, rather than missing. …
10/13/10:
- 13:32 DownloadInstall edited by
- updated the fedora link to the buildbot package (diff)
10/11/10:
- 17:47 Ticket #885 (The repo url property of the Git step doesn't accept WithProperties.) closed by
- fixed: Support WithProperties? for Git repourl Fixes #885. Changeset: …
- 15:29 Ticket #1010 (irc bot reacts badly if you use 'join' without channel name) created by
- […]
10/07/10:
- 13:18 Ticket #997 (Move remaining data to db) closed by
- duplicate: Yeah, close enough (#24 was filed before we had a schedulerdb, but..)
10/05/10:
- 13:22 Ticket #1009 (Detect builds that fail consecutively for different reasons) created by
- It's possible for a given builder to fail twice in a row, but for …
10/04/10:
- 14:07 Ticket #966 (Wrong description for steps skipped via doStepIf) closed by
- fixed: Mark buildstep status as done when skipped. Also add a 'skipped' marker …
- 13:27 Ticket #1008 (Last build status only reports last failure for multiple ...) created by
- Sometimes there may be a string of steps in a build process that are all …
- 07:41 Ticket #1007 (Monkey patch os.chdir to throw an exception on call) closed by
- fixed: Patch os.chdir to raise an exception, once twistd is done with it Fixes …
- 07:29 Ticket #1007 (Monkey patch os.chdir to throw an exception on call) created by
- Global mutable states are dangerous and some parts of the script assumes …
- 01:05 Ticket #889 ("Rebuild" propagates too many properties to the new build) closed by
- fixed: Only persist non-runtime properties in rebuilds. Properties which are set …
- 00:13 Ticket #776 (MySQL warns about default values for BLOB/TEXT columns) closed by
- fixed: MySQL doesn't like default vals for text fields. Don't try to pass them …
10/03/10:
- 20:30 Ticket #892 (revision=None breaks console view) closed by
- fixed: Be more resilient to non-integer revisions Fixes #892 Changeset: …
- 20:22 Ticket #986 (VC9 does not give the correct path to devenv.exe) closed by
- fixed: Merge branch 'bug986' * bug986: insalldir ends in '9.0', not '9' give …
- 19:40 Ticket #628 (Completion of builds forced from IRC announced twice) closed by
- fixed: measure reported build statuses and only report each one once per Contact …
- 19:26 Ticket #762 (default text size really small in chromium-browser) closed by
- worksforme: If this is still the case in 0.8.2, let's see if we can't special-case the …
- 18:04 Ticket #922 (instant notification of tree-stable-timer in progress) closed by
- fixed: Implement scheduler.getPendingBuildTimes The waterfall uses this to work …
- 17:46 Ticket #644 (Add option to show the number of warnings) closed by
- fixed: Include the number of warnings in the "warnings" link text Fixes #644 …
- 17:46 Ticket #777 (Document buildbot.slave.commands.base.Obfuscated) closed by
- fixed: Document the Obfuscated class Fixes #777 Changeset: …
- 17:39 Ticket #977 (WithProperties() cannot by used for setting VCS's workdir) closed by
- fixed: http://github.com/buildbot/buildbot/commit/6c46eda94825c8232e85d82ab257ccbc …
- 17:35 Ticket #847 (more error handling in transfer: error on close) closed by
- fixed: Handle errors on master-side close in FileUpload? A file isn't truly …
- 16:59 Ticket #348 ('Force Build' on branches with special characters as '+' are ignored) closed by
- fixed: Added + and ~ characters to the regex; probably best to leave some of the …
- 16:53 Ticket #895 (svn poller should use pass environment to getProcessOutput) closed by
- fixed: Fixed a while back: […]
- 16:41 Ticket #961 (IRC bot does not remove duplicates from blamelist) closed by
- fixed: uniquify the blamelist used by the IRC bot, using set() Fixes #961 …
- 16:23 ReleaseProject edited by
- (diff)
- 16:21 OngoingProjects edited by
- add ReleaseProject (diff)
- 16:18 Ticket #338 (SVN source incompatible with repo/branch/project scheme) closed by
- fixed: Merge branch 'ticket_338' of git://github.com/gvalkov/buildbot * …
- 15:58 Ticket #808 (Blame info lost across trigger step->scheduler) closed by
- fixed: Make absolute SourceStamps? also copy .changes from the original Fixes …
- 14:19 Ticket #982 (BuildSlave properties aren't re-read on buildmaster reload) closed by
- fixed: http://github.com/buildbot/buildbot/commit/60adc640cb9af538f0d68c4c1e58dcad …
- 14:06 SuccessStories edited by
- add OpenERP (diff)
- 13:51 SuccessStories edited by
- add synergy (diff)
- 13:48 Ticket #989 (upgrade-master skips database creation.) closed by
- fixed: Better error messaes and docs for MySQL setup Fixes #989 Changeset: …
- 13:48 Ticket #991 (improve documentation: setting up a darcs buildbot) closed by
- fixed: add pointers to contrib scripts to documentation Fixes #991. Changeset: …
- 13:20 Ticket #1006 (remove FreshCVSSource, FCMaildirSource, BonsaiMaildirSource, and ...) created by
- Added in 0.8.2: […]
- 12:53 Ticket #988 (tables.sql is incompatible with MySQL (and it's missing v5 indexes)) closed by
- fixed: update tables.sql to work with MySQL. New tables.sql by PiotrSikora?. …
- 12:53 Ticket #1005 (Add a generic method for submitting changes via web /change_hook/base url) closed by
- fixed: Merge branch 'change_hook' of git://github.com/AndyHowell/buildbot This …
10/02/10:
- 00:09 Ticket #1005 (Add a generic method for submitting changes via web /change_hook/base url) created by
- This enhancement will allow a user to submit a change request via the web …
10/01/10:
- 17:47 WikiStart edited by
- fix links to 0.8.{0,1}p1; add link to security alert (diff)
- 17:43 SecurityAlert081 created by
- 17:03 CuttingReleases edited by
- (diff)
- 16:52 ReleaseProject edited by
- (diff)
- 15:14 Ticket #1004 (comprehensive handling of build artifacts) created by
- It'd be nice to be able to provide a way for webstatus to serve raw files …
09/30/10:
- 19:43 OngoingProjects edited by
- (diff)
- 19:42 repovc edited by
- (diff)
- 19:42 repovc edited by
- (diff)
- 19:35 repovc created by
- 19:34 OngoingProjects edited by
- (diff)
- 13:33 Ticket #1002 (unhandled error in master log) closed by
- fixed: Should be fixed in d369a6ca4c6cc948acd21ded41699d5d3946bc13 - reopen if …
- 12:52 Ticket #790 (Handle revs from different repositories in console view) closed by
- fixed: http://github.com/buildbot/buildbot/commit/2577ff9b63e83212839c9fede5e43b01 …
09/29/10:
- 13:57 Ticket #1003 (use addCleanup in CommandTestMixin) closed by
- fixed: Actually, it wasn't even necessary - I just set it to do the cleanup …
- 13:43 Ticket #1003 (use addCleanup in CommandTestMixin) created by
- We're no longer beholden to Twisted-2.5.0, so this code can be improved …
- 11:36 Ticket #1002 (unhandled error in master log) created by
- Saw this type of exceptions in the log recently, not sure what causes this …
- 10:31 Ticket #1001 (start_instance on a latent BuildSlave called before stop_instance finished) created by
- We are using a descendant of an AbstractLatentBuildSlave, which is …
- 10:08 Ticket #1000 ("Force All Builds" misses repo, project information) created by
- Note, this is related to, but not a duplicate of #999. Builds induced by …
- 09:55 Ticket #999 ("Force Build" misses repo, project information) created by
- The form around a builders 'Force Build' knob misses repository and …
- 02:43 Ticket #998 (better handling for tags in changesources) created by
- git_buildbot.py currently ignores tags ("Ignoring refname …
09/28/10:
- 18:48 Ticket #997 (Move remaining data to db) created by
- It would be nice if build history information, such as when builds …
- 15:53 SubmittingPatches edited by
- (diff)
- 12:33 Ticket #996 (set up vulnerability-handling process) created by
- In interests of being better prepared for the next security vulnerability, …
- 11:38 Ticket #693 (default git checkout does not do git clean) closed by
- duplicate: #669 encompasses this ticket, going to close it as duplicate.
- 11:16 git edited by
- (diff)
- 09:12 Ticket #995 (Build end time = 0 (Dec 31, 1969)) created by
- One time, a build didn't complete. The master was probably restarted at …
- 09:04 Ticket #994 (reconfig by graceful failover) created by
- A few alternatives to reconfiguration came up in IRC. One particularly …
- 08:56 Ticket #993 (Expose category information in a structured way) created by
- Builders can have a category ([ticket:928 maybe multiple categories in the …
09/27/10:
- 22:31 Ticket #230 (svn mode=export does not get a got_revision) closed by
- fixed: Merge branch 'ticket_230' of git://github.com/gvalkov/buildbot * …
09/24/10:
- 11:27 Ticket #992 (jinja2.exceptions.UndefinedError: 'dict object' has no attribute ...) closed by
- fixed: set rev_repo in build line information Fixes #992 Changeset: …
- 10:53 Ticket #992 (jinja2.exceptions.UndefinedError: 'dict object' has no attribute ...) created by
- Seen e.g. on /one_line_per_build and /builders/$buildername URIs. …
09/23/10:
- 04:54 Ticket #991 (improve documentation: setting up a darcs buildbot) created by
- Hi all. I've set up a buildmaster and buildslaves successfully. What I'm …
- 02:58 SuccessStories edited by
- Added my Buildbot for Reu2. Note: Reu2 Buildbot is a work in progress. (diff)
09/22/10:
- 15:48 Ticket #990 (metabuildbot windows slaves don't see error exit from git.CMD) created by
- […] To summarize: git.CMD ran and printed an error, but somehow …
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)