Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(704)

Issue 7621048: Add remaining incomplete components of sandbox

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by gary.poster
Modified:
11 years, 2 months ago
Reviewers:
jeff.pihach, matthew.scott, mp+154403
Visibility:
Public.

Description

Add remaining incomplete components of sandbox This adds a connection and Python juju API implementation of the in-browser-memory environment. The final test shows a complete integration of login from environment through to the fake backend. https://code.launchpad.net/~gary/juju-gui/sandboxEnv-3/+merge/154403 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add remaining incomplete components of sandbox #

Patch Set 3 : Add remaining incomplete components of sandbox #

Unified diffs Side-by-side diffs Delta from patch set Stats (+623 lines, -21 lines) Patch
A [revision details] View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M app/modules-debug.js View 1 chunk +4 lines, -0 lines 0 comments Download
M app/store/env/base.js View 1 2 3 chunks +10 lines, -1 line 0 comments Download
M app/store/env/fakebackend.js View 1 chunk +10 lines, -2 lines 0 comments Download
A app/store/env/sandbox.js View 1 chunk +259 lines, -0 lines 0 comments Download
M test/index.html View 1 chunk +1 line, -0 lines 0 comments Download
M test/test_app.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/test_env.js View 1 chunk +26 lines, -0 lines 0 comments Download
M test/test_fakebackend.js View 2 chunks +2 lines, -18 lines 0 comments Download
A test/test_sandbox.js View 1 chunk +308 lines, -0 lines 0 comments Download

Messages

Total messages: 4
gary.poster
Please take a look.
11 years, 2 months ago (2013-03-20 15:20:10 UTC) #1
jeff.pihach
LGTM Thanks for the branch!
11 years, 2 months ago (2013-03-20 15:43:58 UTC) #2
matthew.scott
LGTM, thanks! Few minor points that I don't really care about, just questions. Feel free ...
11 years, 2 months ago (2013-03-20 15:53:39 UTC) #3
gary.poster
11 years, 2 months ago (2013-03-20 16:44:54 UTC) #4
*** Submitted:

Add remaining incomplete components of sandbox

This adds a connection and Python juju API implementation of the
in-browser-memory environment.  The final test shows a complete integration of
login from environment through to the fake backend.

R=jeff.pihach, matthew.scott
CC=
https://codereview.appspot.com/7621048

https://codereview.appspot.com/7621048/diff/1/app/store/env/base.js
File app/store/env/base.js (right):

https://codereview.appspot.com/7621048/diff/1/app/store/env/base.js#newcode67
app/store/env/base.js:67: } // else we never connected.
On 2013/03/20 15:53:39, matthew.scott wrote:
> Super minor: we haven't really been doing much in the way of inline comments
in
> the past.  I'm pretty sure this is meant to be a fake 'else' statement, but
> maybe it could go above the if: 
> 
> // Close the socket, but only if we have connected.

Done.

https://codereview.appspot.com/7621048/diff/1/app/store/env/base.js#newcode84
app/store/env/base.js:84: this.ws.open(); // For the fake backends.
On 2013/03/20 15:53:39, matthew.scott wrote:
> Super minor: inline comment as above.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b