|
change charm store data structures
This change is hopefully the last round of changes, at least for a long while, to the underlying charm store infrastructure. It is more deletes than additions, and changes the code to take advantage of the changes Kapil made to the charm store.
The sorting code is simplified yet again.
https://code.launchpad.net/~gary/juju-gui/simplifycharmstore/+merge/131086
(do not edit description out of merge proposal)
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+367 lines, -462 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/app.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
app/models/charm.js
|
View
|
1
|
3 chunks |
+172 lines, -259 lines |
0 comments
|
Download
|
 |
M |
app/modules.js
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
app/store/charm.js
|
View
|
|
3 chunks |
+31 lines, -51 lines |
0 comments
|
Download
|
 |
M |
app/templates/charm-search-result.handlebars
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
app/views/charm-search.js
|
View
|
1
|
6 chunks |
+31 lines, -15 lines |
0 comments
|
Download
|
 |
M |
test/data/search_results.json
|
View
|
|
1 chunk |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
test/data/series_search_results.json
|
View
|
|
5 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/test_app.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/test_charm_configuration.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/test_charm_search.js
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
test/test_charm_store.js
|
View
|
|
5 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
test/test_model.js
|
View
|
|
9 chunks |
+74 lines, -95 lines |
0 comments
|
Download
|
 |
M |
test/test_service_view.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 4
|