Closed Bug 1193678 Opened 10 years ago Closed 10 years ago

Please deploy 0.20.0 loop-client to STAGE

Categories

(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: standard8, Assigned: bobm)

References

Details

------------------ RELEASE NOTES ------------------ https://github.com/mozilla/loop-client/releases COMPARISONS https://github.com/mozilla/loop-client/compare/0.17.2...0.18.0 https://github.com/mozilla/loop-client/compare/0.18.0...0.19.0 https://github.com/mozilla/loop-client/compare/0.19.0...0.20.0 TAGS https://github.com/mozilla/loop-client/releases/tag/0.20.0 https://github.com/mozilla/loop-client/commit/221a844d97a4bce8ad52ae557f4cfcc2604b3b25 CHANGELOG 0.20.0 (2015-08-12) ------------------- - Bug 1171415 - Implement NPS feedback for for Loop. - Bug 1180700 - Fix wrapping of context information when comments field contains a long word. - Bug 1180179 - Part 2. Create a new shared media layout component. - Bug 1181825 - Enable eslint rules for Loop: no-extra-boolean cast, no-redeclare. - Bug 1186541 - Fix a warning in StandaloneRoomView.shouldRenderRemoteVideo when the roomState is gather. - Bug 1180179 - Part 3. Use the shared media layout component in direct calls. - Bug 1180179 - Part 3.1. Fix ui-showcase screen share standalone room views. - Bug 1180179 - Part 4. Use the shared media layout component in Loop's room views. - Bug 1125181 - Hello should put the conversation (aka room) name in the <title>. - Bug 1188547 - Small screen view stretches media prompt background. - Bug 1176280 - make links in Hello chat clickable. - Bug 1155402 - Change Loop's standalone prompt for gUM to align with Chrome 44 changes. - Bug 1190293 - Upgrade Loop's use of eslint to 1.0.x and the eslint-plugin-react to 3.2.x. - Bug 1181987 - Display a tile when the link clicker is waiting alone in a conversation. - Bug 1183636 - Implement refreshed design for Loop panel footer. - Reland bug 1180603 - Text inside text bubbles should always be aligned according to the text direction - which was mistakenly backed out by bug 1183576. - Bug 1191014 - Add google analytics event on tile clicks. - Bug 1171925 - Allow the entire area of Loop's context to be clicked; don't show hover effects in the panel. - Drop the hover background for context tiles introduced in bug 1171925 until we fix the rest of the colours. - Update L10n Config changes: - Added loop.config.tilesIframeUrl - Added loop.config.tilesSupportUrl
Please co-ordinate with Richard about when to deploy this release. Config changes required, these two lines need adding to config.js within the loop.config = { section: tilesIframeUrl: 'https://tiles.cdn.mozilla.net/iframe.html', tilesSupportUrl: 'https://support.mozilla.org/tiles-firefox-hello',
Assignee: nobody → bobm
(In reply to Mark Banner (:standard8) from comment #1) > Please co-ordinate with Richard about when to deploy this release. > > Config changes required, these two lines need adding to config.js within the > loop.config = { section: > > tilesIframeUrl: 'https://tiles.cdn.mozilla.net/iframe.html', > tilesSupportUrl: 'https://support.mozilla.org/tiles-firefox-hello', I've just been told that the support link should actually be: https://support.mozilla.org/kb/tiles-firefox-hello
Thanks, Dean, Mark! ---------------------------- HOST CHECKS (STAGE) ---------------------------- EC2 INSTANCE PROPERTIES region: eu-west-1: id: i-d3faea7e tags["Type"]: loop_client tags["AppGitRef"]: refs/tags/0.20.0 tags["Stack"]: loopclientstage1-loop-client-app-23 public_dns_name: ec2-52-16-6-228.eu-west-1.compute.amazonaws.com launch_time: 2015-08-12T16:14:16.000Z PROCESS CHECK datadog, circus, heka, nginx --> Running! $ curl -I https://call.stage.mozaws.net: HTTP/1.1 301 Moved Permanently Content-Length: 191 Content-Security-Policy: frame-ancestors 'self' Content-Type: text/html Date: Wed, 12 Aug 2015 16:37:18 GMT Location: https://www.mozilla.org/firefox/hello/ X-Frame-Options: SAMEORIGIN Connection: keep-alive ---------------------------- URL CHECKS (STAGE) ---------------------------- https://call.stage.mozaws.net: Request was redirected! status code: 200 --> destination: https://www.mozilla.org/en-US/firefox/hello/ Response time: 0.043069 https://call.stage.mozaws.net/config.js: var loop = loop || {}; loop.config = { serverUrl: 'https://loop.stage.mozaws.net/v0', feedbackApiUrl: 'https://input.allizom.org/api/v1/feedback', feedbackProductName: 'Loop', downloadFirefoxUrl: 'https://www.mozilla.org/firefox/new/?scene=2&utm_source=hello.firefox.com&utm_medium=referral&utm_campaign=non-webrtc-browser\#download-fx', privacyWebsiteUrl: 'https://www.mozilla.org/privacy/firefox-hello/', legalWebsiteUrl: 'https://www.mozilla.org/about/legal/terms/firefox-hello/', marketplaceUrl: 'https://marketplace-dev.allizom.org/iframe-install.html', learnMoreUrl: 'https://www.mozilla.org/hello/', roomsSupportUrl: 'https://support.mozilla.org/kb/group-conversations-firefox-hello-webrtc', guestSupportUrl: 'https://support.mozilla.org/kb/respond-firefox-hello-invitation-guest-mode', generalSupportUrl: 'https://support.mozilla.org/kb/respond-firefox-hello-invitation-guest-mode', unsupportedPlatformUrl: 'https://support.mozilla.org/kb/which-browsers-will-work-firefox-hello-video-chat', tilesIframeUrl: 'https://tiles.cdn.mozilla.net/iframe.html', tilesSupportUrl: 'https://support.mozilla.org/kb/tiles-firefox-hello', fxosApp: { name: 'Hello Stage', manifestUrl: 'https://marketplace-dev.allizom.org/app/ae2af828-21be-4483-ae94-476fe48c6cf8/manifest.webapp', rooms: true } }; Response time: 0.754953 https://loop.stage.mozaws.net: { "endpoint": "https://loop.stage.mozaws.net", "name": "mozilla-loop-server", "fakeTokBox": false, "fxaOAuth": true, "version": "0.17.8", "i18n": { "defaultLang": "en-US" }, "homepage": "https://github.com/mozilla-services/loop-server/", "description": "The Mozilla Loop (WebRTC App) server" } Response time: 0.742714 https://loop.stage.mozaws.net/push-server-config: { "pushServerURI": "wss://loop-push1.stage.mozaws.net/" } Response time: 0.663411
------------------ SUMMARY (STAGE) ------------------ Placed several calls successfully between Nightly (43.0a1) and General Release (40) using new loop-client. messaging (from Nightly to GR) - OK! Tab & window-sharing - OK! Video/audio mute/unmute - OK! end-2-end test calls - OK! privacy & ToS links - OK! FxA contacts calls - OK! Feedback screens - OK! unit tests for 0.20.0 release - PASS! Verifying STAGE.
Summary: Please deploy 0.20.0 loop-client to stage → Please deploy 0.20.0 loop-client to STAGE
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.