Skip to content

v0.1.5

Compare
Choose a tag to compare
@jbeardly jbeardly released this 27 Sep 10:16
· 558 commits to master since this release
482e1a8

SDK:

New Features

  • Better error messages for revision errors (#240)

Bug Fixes

  • Fix for crash happening when GetChanges with exclude_pattern encounters a deleted file (#261)

Server:

New Features

  • GitHub Application authentication (see docs here)
  • Besides docker image, lookoutd binaries are now uploaded to GitHub for each release (#270)
  • The list of repositories to watch is set in config.yml instead of the positional argument (#229)
  • Comments are made on a specific commit of the PR (#260)
  • Improved log messages with more structured context fields (#181)
  • Log configuration and options on serve startup (#220)

Bug Fixes

  • Fix problem posting reviews with more than 30 comments (#264)
  • Fix parsing of analyzers/settings fields in config.yml (#258)
  • Fix for crash happening when GetChanges with exclude_pattern encounters a deleted file (#261)
  • Skip posting comments for files that are not part of the pull request diff (#224)
  • Skip posting anything when the analyzers do not provide any comments (#199)

Known Issues

  • Each PR is analyzed only once. Incremental pushes to a PR branch do not trigger a new analysis (#259)
  • Private GitHub repositories cannot be processed, as we don't make use of the credentials for repository access (#277)