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

Issue 12768043: Replaces use of Charm with Browsercharm everywhere

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by j.c.sackett
Modified:
11 years, 1 month ago
Reviewers:
mp+179726, rharding, jeff.pihach
Visibility:
Public.

Description

Replaces use of Charm with Browsercharm everywhere -DB no longer has a browserCharms field; just charms, which is a BrowserCharm list. -parse has been updated to handle BrowserCharm's relations{requires, provides} structure. -Old JSON files have mostly been removed. -Tests have been updated. https://code.launchpad.net/~jcsackett/juju-gui/browsercharm-everywhere/+merge/179726 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 12

Patch Set 2 : Replaces use of Charm with Browsercharm everywhere #

Patch Set 3 : Replaces use of Charm with Browsercharm everywhere #

Patch Set 4 : Replaces use of Charm with Browsercharm everywhere #

Patch Set 5 : Replaces use of Charm with Browsercharm everywhere #

Patch Set 6 : Replaces use of Charm with Browsercharm everywhere #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -1018 lines) Patch
A [revision details] View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M app/app.js View 1 1 chunk +1 line, -1 line 0 comments Download
M app/models/charm.js View 1 3 chunks +17 lines, -1 line 0 comments Download
M app/models/models.js View 2 chunks +2 lines, -3 lines 0 comments Download
M app/subapps/browser/views/charm.js View 2 chunks +2 lines, -6 lines 0 comments Download
M app/views/charm.js View 1 chunk +1 line, -1 line 0 comments Download
M app/views/topology/service.js View 1 chunk +1 line, -1 line 0 comments Download
M app/views/viewlets/charm-details.js View 1 chunk +1 line, -1 line 0 comments Download
M app/views/viewlets/inspector-header.js View 1 chunk +1 line, -0 lines 0 comments Download
M app/widgets/charm-token.js View 1 1 chunk +1 line, -2 lines 0 comments Download
D test/data/hadoop-charmdata.json View 1 chunk +0 lines, -127 lines 0 comments Download
D test/data/haproxy-charmdata.json View 1 chunk +0 lines, -142 lines 0 comments Download
D test/data/mediawiki-charmdata.json View 1 chunk +0 lines, -66 lines 0 comments Download
D test/data/memcached-charmdata.json View 1 chunk +0 lines, -111 lines 0 comments Download
D test/data/mysql-charmdata.json View 1 chunk +0 lines, -93 lines 0 comments Download
D test/data/puppet-charmdata.json View 1 chunk +0 lines, -37 lines 0 comments Download
D test/data/wordpress-charmdata.json View 1 chunk +0 lines, -63 lines 0 comments Download
M test/test_browser_charm_details.js View 1 chunk +2 lines, -4 lines 0 comments Download
M test/test_charm_configuration.js View 14 chunks +14 lines, -14 lines 0 comments Download
M test/test_charm_panel.js View 2 chunks +9 lines, -8 lines 0 comments Download
M test/test_conflict_ux.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/test_endpoints.js View 5 chunks +45 lines, -39 lines 0 comments Download
M test/test_ghost_inspector.js View 1 2 3 4 5 4 chunks +8 lines, -8 lines 0 comments Download
M test/test_inspector_charm.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/test_inspector_overview.js View 2 chunks +4 lines, -3 lines 0 comments Download
M test/test_inspector_settings.js View 1 2 3 4 5 5 chunks +11 lines, -11 lines 0 comments Download
M test/test_model.js View 7 chunks +12 lines, -240 lines 0 comments Download
M test/test_model_controller.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/test_service_config_view.js View 1 chunk +3 lines, -2 lines 0 comments Download
M test/test_service_view.js View 2 chunks +21 lines, -19 lines 0 comments Download
M test/test_unit_view.js View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8
j.c.sackett
Please take a look.
11 years, 1 month ago (2013-08-12 15:22:01 UTC) #1
rharding
Code looks good with the small comments and one question below. Will QA and get ...
11 years, 1 month ago (2013-08-12 16:55:56 UTC) #2
jeff.pihach
This is awesome I can't wait until it's completely done. LGTM and QA OK https://codereview.appspot.com/12768043/diff/1/app/models/models.js ...
11 years, 1 month ago (2013-08-12 17:18:30 UTC) #3
j.c.sackett
https://codereview.appspot.com/12768043/diff/1/app/models/models.js File app/models/models.js (right): https://codereview.appspot.com/12768043/diff/1/app/models/models.js#newcode702 app/models/models.js:702: this.charms = new models.BrowserCharmList(); On 2013/08/12 17:18:31, jeff.pihach wrote: ...
11 years, 1 month ago (2013-08-12 17:40:54 UTC) #4
rharding
LGTM Leaving the below in case I can somehow duplicate it, but I'm striking out ...
11 years, 1 month ago (2013-08-12 18:07:50 UTC) #5
j.c.sackett
On 2013/08/12 18:07:50, rharding wrote: > LGTM > > Leaving the below in case I ...
11 years, 1 month ago (2013-08-12 19:27:58 UTC) #6
j.c.sackett
Please take a look.
11 years, 1 month ago (2013-08-12 19:30:26 UTC) #7
j.c.sackett
11 years, 1 month ago (2013-08-12 23:26:51 UTC) #8
*** Submitted:

Replaces use of Charm with Browsercharm everywhere

-DB no longer has a browserCharms field; just charms, which is a BrowserCharm
list.
-parse has been updated to handle BrowserCharm's relations{requires, provides}
structure.
-Old JSON files have mostly been removed.
-Tests have been updated.

R=rharding, jeff.pihach
CC=
https://codereview.appspot.com/12768043
Sign in to reply to this message.

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