This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
Releases: mozilla/release-services
Releases · mozilla/release-services
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
- releng_common: pulse as a flask extention #204
- releng_treestatus: Send pulse notification when the tree status is changed. #201
https://bugzilla.mozilla.org/show_bug.cgi?id=1031597 (bugzilla ticket)
https://vimeo.com/206449114 (video showcasing the feature) - releng_mapper: db migration script #200
- shipit_bot_uplift: Fix bug testing too many merges. #197
v8
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
- 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 onshipit_frontend
, #172- shipit_dashboard: add CSP security, #169
v5: releng_frontend: log out when certificate expires
- 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
- 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
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
andreleng-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
- Initial release of
mozilla-releng/services
releng_docs
: serving documentation on https://docs.mozilla-releng.net/ aboutmozilla-releng/services
targeted at developersreleng_fronend
: serving frontend to all Release Enginnering services. First service that is available is TryChooser