lp://staging/~jameinel/loggerhead/page_loading

Created by John A Meinel and last modified
Get this branch:
bzr branch lp://staging/~jameinel/loggerhead/page_loading
Only John A Meinel can upload to this branch. If you are John A Meinel please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
John A Meinel
Project:
loggerhead
Status:
Merged

Recent revisions

419. By John A Meinel

Add a test at the 'view' level, that we don't access too much history.

418. By John A Meinel

Test more than one target. Each one we stop on should stop loading
extra history. That way if we are looking for 100 revs, but only displaying 10,
we don't have to load all 100.

417. By John A Meinel

Test some edge cases for get_revids_from and test_iter.

We can track what revisions we have 'introduced' and then stop looking
for them. Once we have found everything we introduced, we can stop early.

416. By John A Meinel

Add some tests for _iterate_sufficiently.

Turn it into a staticmethod, to be easier to test.
Find out we had the edge counting wrong. Not critical, but might as
well make it match what we expected.

415. By John A Meinel

Merge simple_mainline so that we get test_history.py

414. By John A Meinel

Merge loggerhead trunk @432, in preparation for re-landing the changes.

413. By John A Meinel

Fix the api call.

412. By John A Meinel

Only load enough history to show what we need.

411. By Matt Nordhoff

Don't let properties that start with _ be created in the first place.

410. By Matt Nordhoff

Fix infinite recursion when unpickling Containers.

Unpickle tries to access a few attributes (__getstate__, etc.) before filling the __dict__, so __getattr__ went into a loop trying to find self._properties.

It's no longer possible to use properties that start with an underscore, but that's a bit icky anyway.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/loggerhead
This branch contains Public information 
Everyone can see this information.

Subscribers