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

Releases: mozilla/release-services

v10

14 Mar 09:24
Compare
Choose a tag to compare
v10
  • shipit_bot_uplift: Fix uplift notifications issues (@La0), #210, #202, #203
  • releng_frontend: add linux64-stylo to trychooser (@BorisChiou), #213
  • setup: Allow tests to be run on any pull requests (@mozbhearsum), #214
  • releng_frontend: Hide the Restore/discard buttons on treestatus when you can't use them (@KWierso), #221

v9

02 Mar 17:52
Compare
Choose a tag to compare
v9

v8

17 Feb 16:32
Compare
Choose a tag to compare
v8
  • shipit_dashboard: Do not allow to create bugs without uplift comment, #194
  • shipit_bot_uplift: Sort mercurial merge tests by branches, #195
  • releng_docs: installation of nix, fix for step 4, 94ca84d

v7

10 Feb 16:29
Compare
Choose a tag to compare
v7
  • releng_frontend: Move 10.6 and XP into a legacy group so people stop selecting them, #182
  • shipit_frontend: Display extra information: bug component, product, status and qe-verify actionable flag, #180
  • shipit_dashboard: stores release versions and gets versions update from shipit_bot_uplift, #184
  • shipit_dashboard: stores the merge status for each patch on each concerned release, c5ee047
  • shipit_bot_uplift: sends a mail report about new failed merge tests (using patch status history from above), #185

v6

02 Feb 16:33
Compare
Choose a tag to compare
v6
  • releng_common: because of proxying of releng_treestatus we need to allow multiple CORS origins, 7985cfa
  • releng_treestatus: API was inconsistent with the old API, some endpoints needed to be wrapped in result object, da52f86, af43b53
  • shipit_frontend: Add gratavar.com to CSP header, #172
  • shipit_bot_uplift: It's a Python bot, running as a Taskcluster hook every 30 minutes and reports the full analysis to shipit_dashboard, so it can be displayed on shipit_frontend, #172
    • shipit_dashboard: add CSP security, #169

v5: releng_frontend: log out when certificate expires

31 Jan 14:25
Compare
Choose a tag to compare
  • shipit_dashboard: Use taskcluster hooks to update bug analysis, #137
  • shipit_bot_uplift: Create a new project for an automated bot, #137
  • setup: Add Subject Alt names in SSL new certificates used for development, #137
  • releng_docs: remove releng_clobberer docs and add releng_treestatus, #157
  • releng_treestatus: preparing to go live, #157, #167
  • setup: releng_frontend and shipit_frontend sharing common things (eg. fonts)

v4: releng_frontend: rework of treestatus forms

26 Jan 17:15
Compare
Choose a tag to compare
  • releng_frontend: Add win32/win64-st-an build options to trychooser, #153
  • releng_frontend: not using query string in api (breaks tc auth), #150
  • releng_frontend: display bugzilla bugs as links. #138
  • releng_frontend: select/unselect all trees, #140
  • releng_frontend: rework of treestatus forms, #142, #143, #144, #146, #151

v3

18 Jan 09:42
Compare
Choose a tag to compare
v3
  • nix: mysql2pgsql tool fixed
  • shipit_dashboard/shipit_frontend should also be deployed in production
  • releng_frontend: trychooser should have an option to trigger clang-cl builds, #132
  • releng_frontend: treestatus frontend initial version, #135

v2

19 Dec 17:02
Compare
Choose a tag to compare
v2
  • manual release steps:
    • drop all tables from releng-production-database since this is going to be first usage of it

    • sync releng_treestatus tables from current production to releng-staging-database and releng-production-database (to run bellow command you probably need to be in VPN)

      % nix-build nix/default.nix -A releng_treestatus.mysql2postgresql --arg pkgs 'import /home/rok/dev/nixos/nixpkgs {}' && ./result/bin/migrate mysql:// <releng-staging|production-database>

      this step will have to be repeated once we switch from current treestatus.

  • releng_frontend: trychooser should use https of builddata service, #127
  • releng_treestatus: initial release to production, #126, #130
  • releng_common: python logging now hooked with logbook, #125
  • shipit_dashboard: initial release to production, #125, #129

v1

28 Nov 15:12
Compare
Choose a tag to compare
v1
  • Initial release of mozilla-releng/services
  • releng_docs: serving documentation on https://docs.mozilla-releng.net/ about mozilla-releng/services targeted at developers
  • releng_fronend: serving frontend to all Release Enginnering services. First service that is available is TryChooser