Timeline
12/31/09:
- 08:34 Ticket #668 (Allow unsetting env variables on ShellCommand) created by
- The buildbot's default environ might contain some values that are not …
12/30/09:
- 20:04 Ticket #646 (DirectoryUpload ignores its 'mode' argument) closed by
- fixed: Looks like that's in place, too: […] On further thought, I don't want …
- 19:57 Ticket #583 (triggered build failure doesn't stop triggering builder) closed by
- worksforme: I can't replicate this - I just set up the following config: […] and …
- 17:39 Ticket #667 (Git: Initial clone should use "--depth 1" option) created by
- The git repositories that buildbot needs could be considered "leaf" …
- 14:27 Ticket #666 (Update docs to document new console view) created by
- The console view that was added to the web status is not documented. …
- 12:45 Ticket #651 (Console view -> jinja) closed by
- fixed: […] Needs more testing with a "populated" buildbot, but remaining …
- 12:34 FAQ created by
- 12:27 WikiStart edited by
- (diff)
12/29/09:
- 15:40 Ticket #492 ("try_wait" in .buildbot/options does not work) closed by
- fixed: […]
- 15:40 Ticket #286 (.buildbot/options not picking up username etc for sendchange) closed by
- fixed: […]
- 09:11 Ticket #664 (sporadic connection lost problems) closed by
- fixed: […] Thanks for your hard work!
- 03:30 Ticket #640 (Mercurial always clobbers if repo-url contains password) closed by
- fixed: […] :)
12/28/09:
- 14:55 Ticket #367 (buildbot sighup fails if a LockAccess object is used instead of a Lock ...) closed by
- fixed: This was fixed in commit e092d24fe9fdf4d01d2d9c8752c7036982973af1. I …
- 13:24 Ticket #619 (Lock access documentation is (still) wrong) closed by
- duplicate: Duplicate of #367.
12/27/09:
- 16:15 Ticket #527 (make "buildbot start" directory optional) closed by
- fixed: […] Thanks Daniel!
- 12:40 Ticket #665 (Remove head(), header(), body() & footer() from HtmlResource) closed by
- fixed: […]
12/26/09:
- 12:24 Ticket #10 (Builders should be defined as instances, not as a dictionary) closed by
- fixed: […]
- 08:40 Ticket #614 (Add default property for builddir) closed by
- wontfix: Oh, I forgot that this is a value only really known on the slave. I'd …
- 05:28 SuccessStories edited by
- (diff)
12/25/09:
- 11:58 Ticket #663 (Copy index.html to templates/root.html in upgrademaster()) closed by
- fixed: […]
- 08:46 Ticket #654 (Change.asHTML() -> jinja) closed by
- fixed: […]
- 07:51 Ticket #653 (IHTMLLog -> jinja) closed by
- fixed: […]
- 07:29 Ticket #665 (Remove head(), header(), body() & footer() from HtmlResource) created by
- When console view has been converted (#651), we can very remove a lot of …
- 07:21 Ticket #655 (Make all templates inherit layout.html) closed by
- fixed: […]
- 06:50 Ticket #652 (Convert IBox:es to jinja) closed by
- fixed: commit 70a6bb6dbf1a7b806de315e3a1144cbf23fbdd7a Author: Marcus Lindblom …
12/24/09:
12/21/09:
- 09:27 Ticket #664 (sporadic connection lost problems) created by
- I have problems with buildbot intermittently dropping slave connections …
12/20/09:
- 17:20 Ticket #549 ("rebuild" button breaks on space-in-pathname, but hitting it a second time ...) closed by
- worksforme: I think some proper quoting would help there, although I'm no windows …
- 17:19 Ticket #395 (when i change the vcs executable, buildslave stops being able to invoke it ...) closed by
- worksforme: OK, I just tried this out, moving svn from /usr/bin to /bin between …
- 12:49 Ticket #638 (<type 'exceptions.AttributeError'>: IRCContact instance has no attribute ...) closed by
- fixed: Thanks for the report! This should do the trick: {[{ diff --git …
- 09:20 Ticket #663 (Copy index.html to templates/root.html in upgrademaster()) created by
- Currently we've overriden index.html with the RootPage? class. We don't …
- 08:08 Ticket #662 (include 'Jinja2' in setup.py) closed by
- fixed: Merged in …
- 07:46 Ticket #662 (include 'Jinja2' in setup.py) created by
- The setup.py doesn't automatically pull in Jinja.
12/19/09:
- 11:44 Ticket #660 (Enable html-escaping by default and mark python-generated HTML as safe) closed by
- wontfix: Auto-escaping is not on by default, for reasons listed …
- 11:37 Ticket #661 (Add support for Mercurial to console view) created by
- The console view currently requires a linear integer revision id to work. …
- 09:51 web edited by
- (diff)
- 09:51 web edited by
- formatting (diff)
- 09:50 web edited by
- split page into two columns (diff)
- 09:47 Ticket #656 (Root page (index.html) -> jinja template) closed by
- fixed: Fixed in [3694085c4f0bb8db6450dd9b4cf6e08147acaa30] on marcusl/jinja.
- 09:46 Ticket #590 (buildbot.test.test_vc.Bzr.testCheckout fails a lot) closed by
- wontfix: meh, buildbot tests suck, story at 11
- 09:46 Ticket #464 (MailNotfier customMesg= implementation uses too much memory) closed by
- fixed: […] Let's see how that works out.
- 08:56 web edited by
- (diff)
- 08:56 Ticket #660 (Enable html-escaping by default and mark python-generated HTML as safe) created by
- Currently it's the other way around, i.e. the template designer must …
- 08:42 web edited by
- Todo-items moved to tickets (diff)
- 08:39 Ticket #659 (Add bytecode cache for jinja) created by
- Jinja support bytecode caching faster startup (to avoid having to re-parse …
- 08:37 Ticket #658 (Add frozen config support (zip/egg/pyexe) to Jinja templates) created by
- Perhaps jinja2.PackageLoader helps here.
- 08:36 Ticket #657 (Support different jinja template directories) created by
- Configure WebStatus? to take a template_dir argument so that it's …
- 08:34 Ticket #656 (Root page (index.html) -> jinja template) created by
- Need to use jinja template here in order to use layout.html. The current …
- 08:32 Ticket #655 (Make all templates inherit layout.html) created by
- This will allow us to properly re-user header/footer stuff everywhere, as …
- 08:31 Ticket #654 (Change.asHTML() -> jinja) created by
- This method is also used in e-mails, which don't have a jinja env …
- 08:31 Ticket #653 (IHTMLLog -> jinja) created by
- Using either jinja2.TemplateStream or partial rendering…
- 08:30 Ticket #652 (Convert IBox:es to jinja) created by
- 08:29 Ticket #651 (Console view -> jinja) created by
- 08:28 web edited by
- Added ticket lists (diff)
- 08:21 web edited by
- Merge everything up to head of djmitche/master -> jinja branch done! :) (diff)
- 07:53 Ticket #645 (Crash when handling a lot of objects) closed by
- fixed: A (hopefully more correct) variant: […] Please reopen if this isn't …
- 07:50 Ticket #220 (IRC status does not like builders with spaces in them) closed by
- fixed
- 07:42 Ticket #248 (allow space in text part of links on /builders page) closed by
- wontfix: I think we can get away with properly quoting builder names everywhere. …
- 06:31 web edited by
- Added console view to jinjafication todo-list (diff)
12/18/09:
- 21:29 Ticket #497 (step.SVN has no relation to BuildmasterConfig sources) closed by
- worksforme: If this is still a problem (it's 3 years old..) then it should be asked on …
- 21:24 Ticket #615 (Way to configure LogObservers) closed by
- duplicate: bug #593 in particular
- 21:23 Ticket #603 (buildbot start master/slave fails the first time because twistd.log does ...) closed by
- worksforme: reopen with any more information..
- 20:59 Ticket #367 (buildbot sighup fails if a LockAccess object is used instead of a Lock ...) reopened by
- Albert, what do you think?
- 20:49 Ticket #604 (gzip compression of log files) closed by
- fixed: Fixed in …
- 20:38 Ticket #626 (P4Base.parseGotRevision returns wrong revision in some cases) closed by
- fixed: I know nothing about p4, but I suppose I can do that: […]
- 20:21 Ticket #610 (subunit support would be nice and allow sexy UI reporting of tests.) closed by
- fixed
- 20:06 Ticket #637 (windows buildslave fails with empty password) closed by
- wontfix: Hmm, I'm not sure there's a way to send an empty password, then - this is …
- 19:59 Ticket #633 (buildbot reconfig BASEDIR) closed by
- worksforme
- 19:50 Ticket #611 (changes.py throws exception if revision is not set) closed by
- fixed: This was dup'd elsewhere and fixed: […]
- 19:49 Ticket #617 (bad assert in mail notifier) closed by
- fixed: thanks!
- 19:47 Ticket #602 (Exception in buildslave setBuilddir (bot.py) 'No such file or directory') closed by
- fixed: Good point - thanks!
- 19:45 Ticket #620 (Web status pages should use HtmlResource.footer) closed by
- fixed: Great, thanks! And no, it didn't apply cleanly.
- 19:36 Ticket #465 (Git test failure with non-C locale) closed by
- worksforme
- 19:33 Ticket #486 (SVN ChangeSrc: error if change msg contains ASCII ctrl chars) closed by
- worksforme: need more info..
- 19:25 Ticket #484 (Basic Alienbrain support) closed by
- wontfix: Let's re-open this if there's more interest.
- 19:20 Ticket #481 (Initial support for Visual SourceSafe) closed by
- wontfix: still no demand. I'm very keen to not add code for something that we …
- 08:39 SchedulerDB edited by
- (diff)
- 08:26 SchedulerDB edited by
- (diff)
- 08:23 SchedulerDB created by
12/17/09:
- 23:24 Development edited by
- (diff)
- 23:24 TracImport edited by
- (diff)
- 23:23 WikiStart edited by
- removed spam (diff)
- 08:58 Ticket #650 (switch to CIA for IRC notifications) created by
- the github bot keeps getting kicked for flooding. CIA is much more …
- 08:57 Ticket #649 (install github Trac plugin) created by
- github will push change notif's directly onto tickets, apparently. See …
- 08:31 Ticket #648 (Would like 'delete/clean' option for DirectoryUpload step) closed by
- fixed: Use a MasterShellCommand? step to do the cleanup first. We are trying to …
- 08:05 Ticket #253 (buildbot.tac is not relocatable because it remembers its basedir) closed by
- duplicate: dup'd in #647
- 07:57 Ticket #600 (fix up buildbot/buidlslave initscripts for gentoo) closed by
- invalid: Oh, I didn't realize that they ship with gentoo. Gentoo seems to be on …
- 07:16 Ticket #648 (Would like 'delete/clean' option for DirectoryUpload step) created by
- I have configured a BuildFactory? to upload the result of a build to a …
- 04:17 Development edited by
- (diff)
- 04:16 TracImport edited by
- (diff)
- 04:14 WikiStart edited by
- (diff)
- 03:51 ScreenShots edited by
- removed sneaky spam (diff)
- 03:50 SuccessStories edited by
- removed spam (diff)
- 03:43 Development edited by
- remove spam (diff)
- 03:43 WikiStart edited by
- remove spam (diff)
- 03:13 Development edited by
- (diff)
- 03:12 WikiStart edited by
- (diff)
- 00:12 Ticket #647 (buildbot.tac specifies a relative path for twistd.log) created by
- Buildbot's log file will be created in the current working directory of …
12/16/09:
- 21:36 Ticket #646 (DirectoryUpload ignores its 'mode' argument) created by
- The mode argument gets filtered down to FileUpload, which uses it for …
- 21:34 Ticket #641 (New Default CSS) closed by
- fixed: OK, […] This changes it to the original CSS posted to this bug. …
- 05:30 Ticket #645 (Crash when handling a lot of objects) created by
- Using git post-push hook, we get following: […] This seems to happen …
- 03:21 ScreenShots edited by
- (diff)
- 03:17 ScreenShots edited by
- (diff)
- 03:14 SuccessStories edited by
- (diff)
12/12/09:
- 13:44 web edited by
- merge in progress (diff)
12/10/09:
- 02:43 Ticket #643 (Problems with /grid and /tgrid) closed by
- fixed: Pushed to git trunk. Should be in 0.7.12 release.
- 02:43 Ticket #642 (Specifying extra build properties for force/resubmit build does not work) closed by
- fixed: Pushed to git trunk. Should be in 0.7.12 release.
12/08/09:
- 06:19 Ticket #644 (Add option to show the number of warnings) created by
- It would be nice if you could include the number of warnings in order to …
- 02:22 Ticket #643 (Problems with /grid and /tgrid) created by
- I have problems with /grid and /tgrid in latest Buildbot git. The problem …
- 01:43 Ticket #642 (Specifying extra build properties for force/resubmit build does not work) created by
- There is a very useful new feature in latest git that one can specify …
- 01:33 Ticket #606 (Allow setting logfiles with WithProperties) closed by
- fixed: This is fixed in current git tree (I fixed it in class LoggingBuildStep?, …
12/05/09:
- 11:12 Ticket #641 (New Default CSS) created by
- I would like to suggest a new default CSS style for the buildbot waterfall …
12/04/09:
- 00:18 DownloadInstall edited by
- update p1 to p3 version in CoolCold?'s repo (diff)
12/01/09:
- 05:02 WikiStart edited by
- remove spam (diff)
- 03:59 WikiStart edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)