This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
v30
Common
- cli_common: Miscellaneous improvements #733
- please_cli: comment out releng-* project on production
- setup: updating nixpkgs to latest rev in nixos-17.09 channel #743
Static Analysis
- Phabricator support, fixes #636 (#726)
- Do publish on mozreview on "short" mode without any clang-tidy issues.
- Restore bug report url in mozreview comment. (#725)
- Use parsepatch release, fixes #729 #738
Code Coverage
- Add support for JavaScript in the zero coverage reports #728
- Handle failure of code coverage build. Fixes #716 (#717)
- Retry operations 5 times instead of 3, with a 120 second delay, and retry "mach build" too when it fails (#714)
- Injest Windows code coverage information (#724, #731)
- Miscellaneous improvements #733
Uplift backend
- Add endpoint for getting coverage for a file at a given changeset #740 #741
- Support using short revisions when retrieving coverage info for a changeset and always use short revisions #739 #742
- Use hg annotate to map lines from individual changesets to the final changeset of the push. Fixes #616 (#710, #720)
- Use SimpleWorker class to make the lru_cache actually effective. Fixes #711 (#721)