Releases: src-d/lookout
Releases · src-d/lookout
v0.2.0
SDK:
New Features
- New
lookout-sdk --config-json=
option to send any configuration for the analyzer (#274)
Server:
New Features
- We now trigger PR analysis on each incremental push (#259)
- Default GitHub Application repositories synchronization interval changed to 5 minutes (#299)
Known Issues
- Private GitHub repositories cannot be processed, as we don't make use of the credentials for repository access (#277)
Other:
- The dummy analyzer includes regexp options on each request, useful for local testing (#310)
v0.1.5
SDK:
New Features
- Better error messages for revision errors (#240)
Bug Fixes
- Fix for crash happening when
GetChanges
withexclude_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 inconfig.yml
(#258) - Fix for crash happening when
GetChanges
withexclude_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
v0.1.4
v0.1.3
SDK:
New Features
- Better logs for CLI commands (#182)
Bug Fixes
- Check empty values in ReferencePointers (#193)
- Better error message for wrong push revisions (#188)
- Return language for
GetFiles
requests withwantUAST
(#176)
Server:
New Features
- Better error message for DB initialization failures (#159)
- Post PR review as a comment instead of approval (#166)
Bug Fixes
v0.1.2
v0.1.1: Fújiàn
v0.1.0: Chóngqìng
SDK
- new field
want_language
in requests to data server - new field
language
in responses of data server (withwant_language
orwant_uast
request) - Improved SDK documentation #94
Server:
v0.0.4: Běijīng
SDK:
- new fields
repository_id
andnumber
in review event
Server:
- make git provider thread-safe and don't fail on broken cache #87
- Github: use Pull Requests API to get reviews instead of Events API #88
- Footnote with link to provide feedback on each comment #99
- Add DB storage for events and comments #95
- Don't post the same comments #98
- New subcommand: lookout migrate #107