Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View


Categories: config db docs os slave
Legend:   Passed Failed Failed Again Running Exception Offline No data

config db docs os slave
Dustin J. Mitchell
Destroy the un-updatable directory when not updatable

Without this, the subsequent 'svn checkout' will fail.  Fixes #2211.
Dustin J. Mitchell
remove bogus '@HEAD' from svn tests
Dustin J. Mitchell
Merge branch 'master' of github.com:buildbot/buildbot

* 'master' of github.com:buildbot/buildbot:
  GerritChangeSource should set repository attribute
Dustin J. Mitchell
Merge branch 'bug2211'

* bug2211:
  typo mod_ -> mode_
  use regular expressions to parse 'svn info' output
  Use 'svn info' to check source dirs' branches
Dustin J. Mitchell
typo mod_ -> mode_
Seo Sanghyeon
GerritChangeSource should set repository attribute

So that Git() build step can check out any Gerrit project.

Fixes #2215.
Dustin J. Mitchell
Document that user objects don't help MailNotifier .. yet

This is actually the case in all previous versions of MailNotifier,
although the documentation has been misleading/wrong since forever.
Refs #2207.
Dustin J. Mitchell
Merge remote-tracking branch 'lorentz/master'

* lorentz/master:
  run 'svnversion' in source dir for full/export
Dustin J. Mitchell
run 'svnversion' in source dir for full/export

Fixes #2204.
Dustin J. Mitchell
Only accept strings/lists for env values

This includes a docs update as well as a better exception.  Fixes #2212.
Dustin J. Mitchell
release notes for previous commit
Federico G. Schwindt
Change MailNotifier mode to allow for more flexibility

The attached patch changes mode to be a list allowing for example to
receive emails when there is a change and for any successive failures or
only for warnings.

The change also handles backward compatibility when passing a string and
in particular for "all" and "warnings" string modes.

The only change wrt to the current behaviour is that mode="all" will
report whether the build failed, passed or warnings were found instead
of "The Buildbot has finished a build" in the default message. I believe
this is an improvement, ymmv.
Dustin J. Mitchell
Track the status of the gerritChangeSource process

separately from self.parent, which does not mean 'running'

Fixes #2208.
Dustin J. Mitchell
Merge branch 'source-urls' of git://github.com/tomprince/buildbot

* 'source-urls' of git://github.com/tomprince/buildbot:
  Mercurial: Combine baseURL argument with repourl argument.
  SVN: Rename svnurl to repourl.

(I fixed a typo in docs during the merge)
Dustin J. Mitchell
note that the db schema is not an API
Dustin J. Mitchell
fix docs typo
Tom Prince
Merge pull request #325 from sanxiyn/master

GerritStatusPush should be able to ignore build results

Fixes #2209.
Seo Sanghyeon
status_gerrit: selectively sending reviews

Do not send reviews if reviewCB returns None for message.
Tom Prince
Fix pyflakes errors.
Tom Prince
web: Return server.NOT_DONE_YET from change_hooks.

twisted.web.resource predates deferreds, and so has idiosyncratic handling of
asynchronous results. Fix /change_hook handling to return proper results and
add support from properly testing this in FakeRequest.test_render.

Fixes #2206.
Tom Prince
Update MAINTAINERS.
Tom Prince
Remove tailor from list of unknown authors.

Tailor is a program for migrating vcs repositories between formats. It also
appears to have been used as a name by warner for a handful of commits.
Tom Prince
Get rid of internal usage of deprecated who argument for addChange.

The who argument has been renamed to author.

Fixes #2202.
Dustin J. Mitchell
Darcs: Replace --partial with --lazy

Fixes #2201.
Dustin J. Mitchell
remove docs for change links