|
Quickstart base structure for views.
This branch implements a way to start
Urwid interactive sessions in quickstart.
This infrastructure will be used in
future branches to implement the
quickstart environment management system.
My apologies for the long diff, but you
can safely ignore all the file headers,
and the code includes long module
docstrings which can help reviewing the
branch.
Tests: `make check`.
QA:
run `make` and then `./cli-app-demo.py`:
this will start a demo application using
the views infrastructure.
Thank you!
https://code.launchpad.net/~frankban/juju-quickstart/env-manage-base-views/+merge/199254
(do not edit description out of merge proposal)
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+932 lines, -1 line) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cli-app-demo.py
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/cli/__init__.py
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/cli/base.py
|
View
|
1
|
1 chunk |
+155 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/cli/ui.py
|
View
|
1
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/cli/views.py
|
View
|
1
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/models/envs.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
quickstart/tests/cli/__init__.py
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/tests/cli/test_base.py
|
View
|
|
1 chunk |
+174 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/tests/cli/test_ui.py
|
View
|
1
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
A |
quickstart/tests/cli/test_views.py
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/tests/test_utils.py
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
quickstart/utils.py
|
View
|
1
|
2 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
requirements.pip
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 5
|