~canonical-launchpad-branches/launchpad/+git/bzr-personal:cjwatson/archive-file-history

Last commit made on 2018-04-21
Get this branch:
git clone -b cjwatson/archive-file-history https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
cjwatson/archive-file-history
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

1c7802f... by Colin Watson

Turn ArchiveFile into a history table, adding date_created and date_superseded columns. Adjust the publisher to match.

3fef3bd... by Colin Watson

Convert TestArchiveFile to get_transaction_timestamp.

This allows tightening up some tests to use equality tests rather than
arbitrarily-determined timing slack for slow test runners.

856441c... by Colin Watson

Convert TestXRefSet to get_transaction_timestamp.

1fe7426... by Colin Watson

Convert the librarian's clock-skew tests to get_transaction_timestamp.

This returns offset-aware datetime instances, which required some slight
adjustments in related code.

035a8af... by Colin Watson

Make get_transaction_timestamp take a store argument.

This makes it reasonable to un-deprecate it.

1e1efed... by Launchpad PQM Bot

[r=wgrant][no-qa] Rename iter_list_chunks to iter_chunks and make it
 work on iterables.

ea4b525... by Colin Watson

Rename iter_list_chunks to iter_chunks and make it work on iterables.

This saves us from having to copy quite so many large lists around in
bzrsync.

d9e71cb... by Launchpad PQM Bot

[r=wgrant][bug=1270141] Fall back to emailing the team owner if the
 team has no admins.

9bae0bf... by Colin Watson

Fall back to emailing the team owner if the team has no admins.

34b5c8a... by Launchpad PQM Bot

[r=wgrant][no-qa] Export ISnapSet.findByOwner on the webservice.