Skip to content

v1.6.0

Compare
Choose a tag to compare
@bb-bot bb-bot released this 17 Nov 08:40
· 6971 commits to master since this release
v1.6.0
bfec087

Bug fixes

  • Fixed missing buildrequest owners in the builder page (#4207,
    #3904)
  • Fixed display of the buildrequest number badge text in the builder page when
    on hover.
  • Improved FileUpload efficiency (#3709)
  • Fix usage of master paths when doing Git operations on worker (#4268)

Improved Documentation

  • Misc improvement in Git source build step documentation.
  • Improve documentation of AbstractLatentWorker.
  • Improve the documentation of the Buildbot concepts by removing unneeded
    details to other pages.

Features

  • Added a page that lists all pending buildrequests (#4239)
  • Builder page now has a plot displaying the evolution of build times over time
  • Add method getResponsibleUsersForBuild in
    :py:class:~buildbot.notifier.NotifierBase so that users can override
    recipients, for example to skip authors of changes.
  • Added SSL proxy capability to base web application's developer test setup
    (gulp dev proxy --host the-buildbot-host --secure).
  • The Material design Web UI has been removed as unmaintained. It may be
    brought back if a maintainer steps up.
  • Add define parameter to RpmBuild to specify additional --define parameters.