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