lp://staging/~jameinel/loggerhead/trunk-into-experimental
Created by
John A Meinel
and last modified
- Get this branch:
- bzr branch lp://staging/~jameinel/loggerhead/trunk-into-experimental
Only
John A Meinel
can upload to this branch. If you are
John A Meinel
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Michael Hudson-Doyle: Approve
-
Diff: 1124 lines (+781/-79)17 files modifiedHACKING (+59/-0)
NEWS (+15/-2)
__init__.py (+24/-49)
load_test_scripts/multiple_instances.script (+19/-0)
load_test_scripts/simple.script (+9/-0)
loggerhead/controllers/__init__.py (+6/-3)
loggerhead/controllers/raw_ui.py (+8/-5)
loggerhead/controllers/view_ui.py (+3/-3)
loggerhead/load_test.py (+233/-0)
loggerhead/static/css/global.css (+5/-5)
loggerhead/templates/inventory.pt (+7/-0)
loggerhead/templates/macros.pt (+0/-8)
loggerhead/templates/revision.pt (+0/-1)
loggerhead/tests/__init__.py (+1/-0)
loggerhead/tests/test_controllers.py (+43/-1)
loggerhead/tests/test_load_test.py (+337/-0)
loggerhead/tests/test_simple.py (+12/-2)
Branch information
Recent revisions
- 451. By John A Meinel
-
Fix a failing test.
Pygments was interacting oddly with a cgi escape-for-annotate test.
- 450. By John A Meinel
-
An attempt at merging loggerhead trunk into the experimental branch.
The only controversial piece here is probably reverting the inventory
template to linking to View and Download rather than Raw and Download. - 444. By Max Kanat-Alexander
-
When somebody asks for a revision that doesn't exist, just return a 404
instead of a traceback.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead