GUI: allow for switching between environments.
Bug #1126402 reported by
Francesco Banconi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Released
|
High
|
Francesco Banconi |
Bug Description
The GUI must be able to instantiate the Python or Go environment based on a configuration option.
Related branches
lp://staging/~frankban/juju-gui/bug-1126402-switch-environments
- Juju GUI Hackers: Pending requested
-
Diff: 1049 lines (+445/-209)23 files modifiedapp/app.js (+9/-5)
app/config-debug.js (+1/-0)
app/config-prod.js (+1/-0)
app/modules-debug.js (+16/-1)
app/modules-prod.js (+11/-5)
app/store/env/base.js (+131/-0)
app/store/env/env.js (+42/-0)
app/store/env/go.js (+43/-0)
app/store/env/python.js (+36/-87)
test/index.html (+1/-0)
test/test_app.js (+4/-4)
test/test_charm_panel.js (+2/-2)
test/test_charm_view.js (+1/-1)
test/test_env.js (+44/-0)
test/test_env_python.js (+2/-2)
test/test_environment_view.js (+1/-1)
test/test_login.js (+3/-3)
test/test_model.js (+1/-1)
test/test_notifications.js (+5/-5)
test/test_service_config_view.js (+1/-1)
test/test_service_view.js (+2/-2)
test/test_unit_view.js (+1/-1)
undocumented (+87/-88)
Changed in juju-gui: | |
status: | Triaged → In Progress |
Changed in juju-gui: | |
milestone: | none → 0.2.0+build.366 |
Changed in juju-gui: | |
status: | In Progress → Fix Committed |
Changed in juju-gui: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.