Merge lp://staging/~dooferlad/offspring/ssh_ui_mods into lp://staging/~linaro-automation/offspring/private-builds
Proposed by
James Tunnicliffe
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~dooferlad/offspring/ssh_ui_mods |
Merge into: | lp://staging/~linaro-automation/offspring/private-builds |
Diff against target: |
767 lines (+556/-44) 10 files modified
lib/offspring/web/media/js/jquery.placeholder.js (+106/-0) lib/offspring/web/queuemanager/admin.py (+3/-1) lib/offspring/web/queuemanager/forms.py (+133/-5) lib/offspring/web/queuemanager/models.py (+1/-1) lib/offspring/web/queuemanager/tests/test_views.py (+107/-1) lib/offspring/web/queuemanager/views.py (+47/-0) lib/offspring/web/templates/queuemanager/project_create.html (+59/-18) lib/offspring/web/templates/queuemanager/project_edit.html (+35/-18) lib/offspring/web/templates/queuemanager/project_edit_credentials.html (+64/-0) lib/offspring/web/urls.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~dooferlad/offspring/ssh_ui_mods |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guilherme Salgado (community) | Needs Fixing | ||
James Tunnicliffe | Pending | ||
Review via email: mp+80730@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-10-28.
This proposal has been superseded by a proposal from 2011-11-03.
Description of the change
Adds to the web UI so Launchpad SSH credentials can be easily added, modified and removed without sharing the value of the SSH private key.
To post a comment you must log in.
Hi James, this branch has a conflict; care to resolve it before I review?