Skip to content

Jeeves 1.4

Compare
Choose a tag to compare
@nathan-weinberg nathan-weinberg released this 15 Oct 16:30
· 108 commits to master since this release
c8c46c3

Changes since Jeeves 1.3

Bug fixes

  • Fixed bug where Jeeves would throw error if email config fields weren't present even if running with --no-email flag

Features

  • Added ability to use custom templates for reports
  • Added a "Days Since Last Build" column to the report
  • Added custom build parameter filtering

Style

  • Reworked how blocker data is displayed in reports and reminders
  • Improved report visualization with doughnutpie chart

Tech Debt/Optimizations

  • Changed how compose is parsed from Jenkins API object
  • Added error codes to all system exits

Testing

  • Added framework for additional unit tests
  • Added codecov to CI