Skip to content

0.11.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 24 May 19:34
· 224 commits to master since this release

Improvements

  • Various improvements for the fail phases graph.
  • Sync 2 months on an empty setup.
  • Better colors for testcases in sunburst which match job colors.
  • Show all builds for runtime overview, don't aggregate by day.
  • Catch null values for build data validation.

Bug fixes

  • Properly escape values in URLs. (#33)
  • Support boolean build parameters.
  • Fix test runtime parsing for XML provided by JUnit 5. (#42)

TeamCity

  • Sanitize build names with file name incompatible characters. (#28)
  • Improve guessing of class name for RSpec results. (#29)
  • Fix basic auth being ignored for fetching latest build from buildviz.

Jenkins

  • Only record triggered-by information for automatically triggered builds.
  • Improve extaction of build cause.
  • Properly detect manually started builds for anonymous user.
  • Don't show password for basic auth. (#32)

GoCD

  • Support multiple test result XML files.
  • Don't show password for basic auth. (#32)
  • Fix synching of renamed jobs. (#38)