Skip to content

v3.11.0

Compare
Choose a tag to compare
@p12tic p12tic released this 25 Jan 19:46
· 849 commits to master since this release
v3.11.0
15b28a6

Bug fixes

  • Declare Python 3.12 compatibility in generated packages of master and worker

Features

  • Added a new WSGI dashboards plugin for React frontend. It is backwards compatible with AngularJS one but may require changes in CSS styling of displayed web pages.
  • Implemented a report generator (BuildSetCombinedStatusGenerator) that can access complete information about a buildset.
  • Low level database API now has get_sourcestamps_for_buildset to get source stamps for a buildset. "/buildsets/:buildsetid/sourcestamps" endpoint has been added to access this from the Data API.
  • Added buildset information to dictionaries returned by report generators.
  • Added a way to pass additional reporter-specific data to Reporters. Added extra_info_cb argument to MessageFormatter for this use case.
  • Implemented support for report generators in GerritStatusPush.

Deprecations and Removals

  • The reviewCB, reviewArg, startCB, startArg, summaryCB, summaryArg, builders , wantSteps, wantLogs arguments of GerritStatusPush have been deprecated.