CodeScene version 6.4.22 includes the following:
- Bug Fix: Gerrit PR Integration will no longer comment on each push if there's nothing to say unless the option to Always Comment is enabled.
- Bug Fix: Gerrit PR Integration will comment on errors and skipped checks where appropriate.
- Bug Fix: Gerrit PR integration filtering on the source branch was broken, the pattern was tested on pull reference ID instead of branch name.
- Bug Fix: GitHub PR checks were erroneously done on HTTP server threads, blocking UI requests while being executed, it also limited resources used to 4 CPUs.
- Improvement: On a branch push, each project configured for GitHub PR checks would create a check run for each PR on a branch, which fired PRs * projects check run created events and each was handled by each configured project, causing PRs * projects * projects delta runs. This was changed so only a single check run and delta are done per PR (though check runs of every PR of the branch will show up in each PR in GitHub UI, that's how it works).
- Improvement: DELETE developer settings via REST-API.