lp://staging/~dooferlad/offspring/ssh_ui_mods
- Get this branch:
- bzr branch lp://staging/~dooferlad/offspring/ssh_ui_mods
Branch merges
- Guilherme Salgado: Pending requested
- James Tunnicliffe: Pending requested
-
Diff: 767 lines (+556/-44)10 files modifiedlib/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)
Branch information
Recent revisions
- 87. By James Tunnicliffe
-
Updated and fixed logic for requiring SSH user and key to be both set, or neither set.
- 86. By James Tunnicliffe
-
* Require both or neither ssh user and key.
* Removed bad tests
* Added test to ensure we can't edit a projects SSH credentials if it is private and we don't have permissions
* Code clean up and tidy. - 85. By James Tunnicliffe
-
Removed toggle visible from project_
create. html.
Removed unsused showAddAnotherPopup from project_edit_credential s.html.
Removed toggle_visible.js (no longer used). - 83. By James Tunnicliffe
-
Updated tests for new SSH edit page.
Added some tests that do some value checking.
Removed some obsolete code. - 81. By James Tunnicliffe
-
For some reason current values aren't making it to projects/
cn/+editcredent ials. Other stuff seems to be working... - 80. By James Tunnicliffe
-
Part way through splitting out SSH Credentials editing into a separate page. It saves and erases correctly, but isn't being fed the data it needs.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/offspring