|
Use Fakebackend API to perform deployer imports
This branch, rather than direct database manipulation uses the fackbackend
API methods to build out its virutal deployments. This also removes support
the old improv import Environment which has no UI bound to it currently (
as import/export are now deployer oriented).
As a minor this changes the policy around relation displayNames such that
on the canvas we see both names by default (that would be a one liner to
revert) and displays the actual endpoint name on the relations tab rather
than just one of them.
https://code.launchpad.net/~bcsaller/juju-gui/importDeployerRedux/+merge/186646
(do not edit description out of merge proposal)
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+613 lines, -1878 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/models/models.js
|
View
|
|
3 chunks |
+10 lines, -344 lines |
0 comments
|
Download
|
 |
M |
app/store/env/fakebackend.js
|
View
|
1
2
|
10 chunks |
+344 lines, -166 lines |
0 comments
|
Download
|
 |
M |
app/templates/service-relations-list.handlebars
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
app/views/topology/relation.js
|
View
|
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
D |
test/data/large-improv.json
|
View
|
|
1 chunk |
+0 lines, -398 lines |
0 comments
|
Download
|
 |
D |
test/data/openstack-improv.json
|
View
|
|
1 chunk |
+0 lines, -396 lines |
0 comments
|
Download
|
 |
D |
test/data/sample-improv.json
|
View
|
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
 |
M |
test/data/wp-deployer.yaml
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/test_bundle_module.js
|
View
|
1
2
3
|
5 chunks |
+12 lines, -16 lines |
0 comments
|
Download
|
 |
M |
test/test_fakebackend.js
|
View
|
1
|
4 chunks |
+192 lines, -137 lines |
0 comments
|
Download
|
 |
M |
test/test_model.js
|
View
|
|
1 chunk |
+0 lines, -175 lines |
0 comments
|
Download
|
 |
M |
test/test_sandbox_python.js
|
View
|
|
4 chunks |
+6 lines, -32 lines |
0 comments
|
Download
|
 |
M |
test/test_simulator.js
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
test/test_topology.js
|
View
|
|
1 chunk |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
test/utils.js
|
View
|
1
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6
|