|
Converted service and unit views to use promises
In addition to converting the unit and service views
to use promises:
If the user is viewing a service and
that service is no longer available it will redirect
them to the environment with a notification.
If the user is viewing a unit and that unit is no longer
available the user will be redirected to the service.
If the user is viewing a unit and that units service
is no longer available then the user will be redirected
to the service.
https://code.launchpad.net/~hatch/juju-gui/view-promises/+merge/162205
(do not edit description out of merge proposal)
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+615 lines, -191 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/app.js
|
View
|
|
7 chunks |
+96 lines, -35 lines |
14 comments
|
Download
|
 |
M |
app/models/model-controller.js
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
app/modules-debug.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
2 comments
|
Download
|
 |
M |
app/store/endpoints.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/charm.js
|
View
|
|
3 chunks |
+21 lines, -1 line |
1 comment
|
Download
|
 |
M |
app/subapps/browser/views/editorial.js
|
View
|
|
4 chunks |
+6 lines, -1 line |
1 comment
|
Download
|
 |
M |
app/subapps/browser/views/search.js
|
View
|
|
3 chunks |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
app/views/service.js
|
View
|
|
8 chunks |
+160 lines, -134 lines |
0 comments
|
Download
|
 |
M |
app/views/utils.js
|
View
|
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
lib/views/browser/main.less
|
View
|
|
2 chunks |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
lib/views/stylesheet.less
|
View
|
|
4 chunks |
+8 lines, -4 lines |
1 comment
|
Download
|
 |
M |
test/index.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test_app.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/test_browser_charm_details.js
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test_browser_editorial.js
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test_browser_search_view.js
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/test_model_controller.js
|
View
|
|
1 chunk |
+229 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test_service_view.js
|
View
|
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
Total messages: 4
|