Closed Bug 1176247 Opened 9 years ago Closed 9 years ago

Please deploy 0.18.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: dwilson)

References

Details

------------------ RELEASE NOTES ------------------ https://github.com/mozilla/loop-client/releases COMPARISONS https://github.com/mozilla/loop-client/compare/0.17.0...0.17.1 https://github.com/mozilla/loop-client/compare/0.17.1...0.17.2 https://github.com/mozilla/loop-client/compare/0.17.2...0.18.0 TAGS https://github.com/mozilla/loop-client/releases/tag/0.18.0 https://github.com/mozilla/loop-client/commit/1f97ad2efa4f6bf952c3c383559a671387fa3ae1 CHANGELOG 0.18.0 (2015-06-19) ------------------- - Bug 1165281 - Fix Loop key-spacing ESlint rules. - Bug 1165281 - Fix Loop no-spaced-func ESlint rules. - Bug 1141296 - make Loop use its own markup, not the SDK's. - Bug 1173036 - Change Loop's RTL attributes to be consistently set on the html element. - Bug 1119000 - Improve the layout of Loop's standalone footer - reduce the height it takes up. - Bug 1164510 - show a globe favicon as default when no favicon can be found for a Hello context in conversation. - Bug 1174714 - Part 1. Drop obsolete box shadows in Loop's css. - Bug 1174714 - Part 2. Display the room name at the start of the text chat view in the Loop Standalone UI. - Bug 1174714 - Part 3. Display room context information in the Loop standalone UI text chat area. - Bug 1174945 - Enable eslint rule for no-shadow. - Bug 1168829 - Part 1. Remove Loop's standalone UI old dynamic layout and context views. - Bug 1168829 - Part 2. Adjust Loop's Standalone UI to include text chat for conversations. - Bug 1168829 - Part 3. Fix some RTL issues associated with the new layout for Loop's text-chat. - Bug 1175825 - Fix text chat room name display when no room name is available (due to crypto failure) and fix a mozL10n warning on Loop desktop. - Bug 1168851 - Text chat should be disabled when the other participant leaves the room. - Bug 1169385 - Add referrer controls for Loop standalone page. - Bug 1171933 - Reimplement spinners that Hello lost after markdown extraction. - (no bug) - Drop L10n wrapping of the conversation name for 0.18.0 release as L10n haven't had time to translate yet. - Bug 1176241 - Stop scrollbars being shown all the time on Loop's text chat areas.
Assignee: nobody → dwilson
This has been released to stage.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
---------------------------- STACK CHECK (STAGE) ---------------------------- EC2 INSTANCE PROPERTIES region: eu-west-1: id: i-a115a90b tags["Type"]: loop_client tags["AppGitRef"]: refs/tags/0.18.0 tags["Stack"]: loopclientstage1-loop-client-app-17 public_dns_name: ec2-54-171-121-103.eu-west-1.compute.amazonaws.com launch_time: 2015-06-19T15:16:37.000Z PROCESS CHECK datadog, circus, heka, nginx --> Running! URL CHECKS 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', fxosApp: { name: 'Hello Stage', manifestUrl: 'https://marketplace-dev.allizom.org/app/ae2af828-21be-4483-ae94-476fe48c6cf8/manifest.webapp', rooms: true } }; https://loop.stage.mozaws.net/push-server-config: { "pushServerURI": "wss://loop-push1.stage.mozaws.net/" } https://loop.stage.mozaws.net: { "endpoint": "https://loop.stage.mozaws.net", "name": "mozilla-loop-server", "fakeTokBox": false, "fxaOAuth": true, "version": "0.17.7", "i18n": { "defaultLang": "en-US" }, "homepage": "https://github.com/mozilla-services/loop-server/", "description": "The Mozilla Loop (WebRTC App) server" } https://call.stage.mozaws.net: Request was redirected! status code: 200 --> destination: https://www.mozilla.org/en-US/firefox/hello/ $ curl -I https://call.stage.mozaws.net: HTTP/1.1 301 Moved Permanently Content-Length: 190 Content-Security-Policy: frame-ancestors 'self' Content-Type: text/html Date: Mon, 29 Jun 2015 05:19:58 GMT Location: https://www.mozilla.org/firefox/hello/ X-Frame-Options: SAMEORIGIN Connection: keep-alive
---------------------------- SUMMARY ---------------------------- Placed several calls back and forth between Nightly (41.0a1) and General Release (38.0.5) including some tab and window sharing. unit tests for 0.18.0 tag - OK Tab & window-sharing - OK Video/audio mute/unmute - OK privacy end-2-end test calls - OK Verifying STAGE. NOTE: * observed that right-side conversation window yields a blank space above self-view. Per Standard8, this is to prepare for messaging * All e2e tests are performed on Nightly and General Release. ~~~~~~~~~ TO RUN TESTS: $ make test / $ npm test - dont work do the following: add: app.use('/test', express.static(__dirname + '/test')); after: https://github.com/mozilla/loop-client/blob/master/server.js#L57 save, run: $ node server.js pull up chai tests in Nightly browser: http://localhost:3000/test/standalone/ http://localhost:3000/test/shared/
Status: RESOLVED → VERIFIED
Blocks: 1178386
Summary: Please deploy 0.18.0 loop-client to stage → Please deploy 0.18.0 loop-client to STAGE
You need to log in before you can comment on or make changes to this bug.