|
|
1
|
Rename Credential Checker to Secret Scanner.
|
chipx86
|
June 13th, 2021, 6:27 a.m.
|
|
|
|
1
|
Update Checkstyle for new tool support and improved configuration.
|
chipx86
|
April 8th, 2021, 1:12 p.m.
|
|
|
|
1
|
Preserve the filenames being reviewed when generating temp files.
|
chipx86
|
April 8th, 2021, 10:17 a.m.
|
|
|
|
1
|
Add the ability for test suites to provide default configuration.
|
chipx86
|
June 7th, 2021, 10:49 a.m.
|
|
|
|
1
|
Add unit test utilities for locating dependency files.
|
chipx86
|
June 7th, 2021, 10:38 a.m.
|
|
|
|
1
|
Remove support for Buildbot.
|
chipx86
|
April 9th, 2021, 4:23 a.m.
|
|
|
|
1
|
Update GoTool for new tool support and better parsing.
|
chipx86
|
April 3rd, 2021, 8:57 a.m.
|
|
|
|
1
|
Update rust fmt for new tool support and code parse error handling.
|
chipx86
|
April 6th, 2021, 9:32 a.m.
|
|
|
|
1
|
Update shellcheck for new tool support and better parsing.
|
chipx86
|
April 6th, 2021, 7:24 a.m.
|
|
|
|
1
|
Standardize logging, and add loggers for tools.
|
chipx86
|
April 2nd, 2021, 3:14 a.m.
|
|
|
|
1
|
Switch to per-tool classpath configuration.
|
chipx86
|
June 7th, 2021, 11:47 a.m.
|
|
|
|
1
|
Update Rubocop for new tool support and improved parsing.
|
chipx86
|
April 6th, 2021, 11:09 a.m.
|
|
|
|
1
|
Add a new split_comma_separated() utility function.
|
chipx86
|
April 6th, 2021, 6:28 a.m.
|
|
|
|
1
|
Update cpplint for new tool support and improve output parsing.
|
chipx86
|
April 1st, 2021, 11:47 a.m.
|
|
|
|
1
|
Update go fmt for new tool support and code parse error handling.
|
chipx86
|
April 2nd, 2021, 10:24 a.m.
|
|
|
|
1
|
Update doc8 for new tool support and more reliable output parsing.
|
chipx86
|
March 30th, 2021, 10:29 a.m.
|
|
|
|
1
|
Update pydocstyle for new tool support and fix output parsing.
|
chipx86
|
March 30th, 2021, 12:10 p.m.
|
|
|
|
1
|
Add new severity and text_extra options when commenting.
|
chipx86
|
March 31st, 2021, 3:21 a.m.
|
|
|
|
1
|
Optimize and improve diff line-related operations, and get_lines().
|
chipx86
|
April 6th, 2021, 5:57 a.m.
|
|
|
|
1
|
Add common support for writing/running Java-based tools.
|
chipx86
|
April 8th, 2021, 1:10 p.m.
|
|
|
|
1
|
Update CredentialChecker for new tool support and parsing improvements.
|
chipx86
|
April 6th, 2021, 1:37 p.m.
|
|
|
|
1
|
Update cppcheck for new tool support and improve output parsing.
|
chipx86
|
March 31st, 2021, 3:24 a.m.
|
|
|
|
1
|
Add release notes for Review Bot 2.0.1.
|
chipx86
|
March 30th, 2021, 2:10 a.m.
|
|
|
|
1
|
Add integration tests for PMD, and fix issues with error reporting.
|
chipx86
|
March 26th, 2021, 12:30 p.m.
|
|
|
|
1
|
Update pyflakes for new tool support and fixes to parsing.
|
chipx86
|
March 26th, 2021, 10:38 a.m.
|
|
|
|
1
|
Add formal support for writing both simulation and integration tests.
|
chipx86
|
March 27th, 2021, 2:43 a.m.
|
|
|
|
1
|
Update flake8 for new tool support and more reliable output parsing.
|
chipx86
|
March 27th, 2021, 10:37 a.m.
|
|
|
|
1
|
Add a new Tool.build_base_command() for centralizing command building.
|
chipx86
|
March 23rd, 2021, 7:50 a.m.
|
|
|
|
2
|
Update pycodestyle for new tool support and more reliable output parsing.
|
chipx86
|
March 23rd, 2021, 12:01 p.m.
|
|
|
|
2
|
Update JSHint for new tool support and more reliable output parsing.
|
chipx86
|
March 23rd, 2021, 11:20 a.m.
|
|
|
|
1
|
Add new functionality to File.comment() and improve logic flow.
|
chipx86
|
March 23rd, 2021, 10:06 a.m.
|
|
|
|
1
|
Don't call handle_file() if a patched file can't be fetched.
|
chipx86
|
March 23rd, 2021, 7:29 a.m.
|
|
|
|
1
|
Allow API cookie storage paths to be configured.
|
chipx86
|
March 23rd, 2021, 3:36 a.m.
|
|
|
|
1
|
Add a mixin for setting file_patterns based off tool settings.
|
chipx86
|
March 23rd, 2021, 6:51 a.m.
|
|
|
|
1
|
Update clang analyzer for new tool support, Python 3, and error fixes.
|
chipx86
|
March 25th, 2021, 9:49 a.m.
|
|
|
|
1
|
Improve the full-repository config docs, and add reference names.
|
chipx86
|
March 17th, 2021, 12:59 a.m.
|
|
|
|
1
|
Add unit tests for all the Celery worker tasks.
|
chipx86
|
March 19th, 2021, 2:20 a.m.
|
|
|
|
1
|
Pass tool settings at construction time, and emit deprecation warnings.
|
chipx86
|
March 19th, 2021, 2:25 a.m.
|
|
|
|
1
|
Update the PMD code, docs, configuration, and tests for the latest changes.
|
chipx86
|
March 17th, 2021, 7:01 a.m.
|
|
|
|
1
|
Add formal handling of file pattern matching for tools.
|
chipx86
|
March 18th, 2021, 1:06 a.m.
|
|
|
|
1
|
Add the beginnings of simpler dependency checking for tools.
|
chipx86
|
March 17th, 2021, 2:36 a.m.
|
|
|
|
1
|
Improve some testing and setup around configuration.
|
chipx86
|
March 17th, 2021, 2:15 a.m.
|
|
|
|
1
|
Rename the review_board_servers setting to reviewboard_servers.
|
chipx86
|
March 13th, 2021, 4:27 a.m.
|
|
|
|
1
|
Add new base classes and mixins for defining tools.
|
chipx86
|
March 16th, 2021, 3:09 a.m.
|
|
|
|
1
|
Standardize communicating with the Review Board API.
|
chipx86
|
March 19th, 2021, 8:26 a.m.
|
|
|
|
1
|
Add a registry of Review Bot worker tools.
|
chipx86
|
March 18th, 2021, 4:50 a.m.
|
|
|
|
1
|
Add lookup caching and absolute path checking to is_exe_in_path().
|
chipx86
|
March 16th, 2021, 6:06 a.m.
|
|
|
|
1
|
Update package version info to normalize the alpha/beta tags.
|
chipx86
|
March 10th, 2021, 2:27 a.m.
|
|
|
|
1
|
Remove some hard-coded tool-specific config keys.
|
chipx86
|
March 11th, 2021, 12:01 a.m.
|
|
|
|
1
|
Add some documentation for the Tool class in the Review Bot worker.
|
chipx86
|
March 11th, 2021, 2:27 a.m.
|
|