This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
v26
- backend_common: Allow setting CORS resources (#599)
- setup: use versioned base docker image (???)
- Auth0 integration replacing Taskcluster Auth on shipit_frontend & releng_frontend (#626)
- shipit_static_analysis: TaskCluster worker support with compied mozilla clang-plugin (#617 #613)
- shipit_static_analyis: Runs in production (#645)
- shipit_pulse_listener: Runs in production (#645)
Code Coverage
@marco-c has made a lot of work on this release to enhance the code coverage stability & performance.
- shipit_code_coverage: Enhance build assets management through async workers (#591, #632)
- shipit_uplift: Add API endpoint to generate summary of coverage information for a given commit. (#600)
- shipit_uplift: Add coverage_by_changeset endpoint to generate coverage information for a patch (#595)
- shipit_uplift: Add more extensions to the supported list (#648)
- shipit_uplift: Cache entire backend response. Fixes #614 (#630)
- shipit_uplift: Cache file coverage info (#612)
- shipit_uplift: Don't fail requesting coverage info for a commit if we don't have info about the parent (#621)
- shipit_uplift: Don't request coverage for files for which we definitely don't have info (#619)
- shipit_uplift: Fix scope issue with threads (#646)
- shipit_uplift: Fix worker's exception handling (#650)
- shipit_uplift: Increase cache timeout to one day (#640)
- shipit_uplift: Introduce worker to process long-running API requests (#641)
- shipit_uplift: Remove coverage info for removed lines (as it was unused) (#618)
- shipit_uplift: Remove old_line from /coverage/changeset endpoint response, as it is not used anymore (#634)
- shipit_uplift: Retrieve coverage information in parallel with multiple threads (#625)
- shipit_uplift: Set maximum number of workers loading from codecov.io to 4 (#649)
- shipit_uplift: Temporarily add git build changeset to coverage/changeset endpoint. Fixes #623 (#624)
- shipit_uplift: Use tipsonly option to reduce amount of data retrieved from hg.mozilla.org (#608)
- shipit_uplift: Don't fail if Bugzilla returns an empty result (#592)