|
|
Add support for uncommitted bundles.
Introduce the -u/--uncommitted flag, which enables
uncommitted bundle support.
Improve output messages and tokens handling.
Also update jujubundlelib dep to latest version.
TESTS:
`make fcheck` and wait a while for the functional tests
to complete.
QA:
- deploy bundles as usual:
`devenv/bin/juju-quickstart mediawiki-single`;
- deploy uncommitted bundles:
`devenv/bin/juju-quickstart -u u/openstack-charmers/openstack`;
https://code.launchpad.net/~frankban/juju-quickstart/uncommitted-bundles/+merge/261200
(do not edit description out of merge proposal)
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+334 lines, -57 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/__init__.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
quickstart/app.py
|
View
|
|
1 chunk |
+62 lines, -6 lines |
0 comments
|
Download
|
 |
M |
quickstart/juju.py
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/jujugui.py
|
View
|
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/jujutools.py
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
quickstart/manage.py
|
View
|
|
4 chunks |
+31 lines, -21 lines |
0 comments
|
Download
|
 |
M |
quickstart/settings.py
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/functional/test_functional.py
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/test_app.py
|
View
|
|
1 chunk |
+99 lines, -16 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/test_juju.py
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/test_jujugui.py
|
View
|
|
2 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/test_manage.py
|
View
|
|
4 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tox.ini
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3
|