Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

v40

Compare
Choose a tag to compare
@garbas garbas released this 31 May 19:16
· 683 commits to master since this release
9c83428

Code Coverage

  • backend: Support ActiveData as an alternative coverage service (#1159)
  • bot: Actually use the filtered task list when downloading artifacts (#1156)
  • bot: Add file info for uncovered files (#1140)
  • bot: Add revision in zero_coverage_report (#1153)
  • bot: Add source_dir option to grcov to fix relative paths issues in zero_cov (#1173)
  • bot: Add test-coverage data to chunk mapping file (#1179)
  • bot: Create a context manager to run a local hgmo server and use it in notifier.py too (#1148)
  • bot: Fix variable name in report_generators (#1157)
  • bot: Log an error when grcov fails (#1151)
  • bot: Look for debug build first and fallback on opt build if the debug build doesn't exist (#1149)
  • bot: Move chunk mapping code to a separate file and write tests for it (#1163)
  • bot: Move fake-repo stuff to a pytest fixture (#1146)
  • bot: Remove fallback on opt build (#1184)
  • bot: Remove get_last_task function from taskcluster.py (#1147)
  • bot: Update backend URL (#1144)
  • bot: Update grcov to version 0.1.36 and remove unused option (#1155)
  • bot: Update rust to 1.26.0 and grcov to 0.1.37 (#1168)
  • bot: Put hgmo.pid in cwd instead of /tmp (#1175)

Static Analysis

  • Compare issues before/after commit (#861)
  • Load full mercurial patch to detect files changes, fixes #1192 (#1195)
  • Replace bugged revision ID parameter with an internal API call. (#1189)
  • Upgrade nodejs version to 8.9.4, fixes #1193. (#1194)
  • Use top of MC instead of tip to get common hg ancestor (#1196)

Shipit

  • backend: Add default value for partial_updates. (#1177)
  • backend: Correctly bump the version used on nightly. (#1187)
  • backend: Delete large parameters (#1172)
  • backend: Do not set ACTION_TASK_GROUP_ID (#1188)
  • backend: Filter by build_number (#1176)
  • backend: Filter releases by version (#1138)
  • backend: Fix taskGroupId input (#1181)
  • backend: Human release submission (#1170)

Please Command line interface

  • Uncomment tooltool and treestatus on production (#1178)
  • Use host networking instead of binding ports (#1171)

Documentation

  • Add shipit-static-analysis doc (#1169)
  • Improve shipit-static-analysis docs (#1182)

Releng frontend

  • trychooser: Remove OSX 10.6 as ESR 45 is no longer a thing (#1191)

Misc

  • Change author and author_email in all python projects (#1141)