~wgrant/launchpad:archive-file-history-refactor

Last commit made on 2020-09-16
Get this branch:
git clone -b archive-file-history-refactor https://git.launchpad.net/~wgrant/launchpad
Only William Grant can upload to this branch. If you are William Grant please log in for upload directions.

Branch merges

Branch information

Name:
archive-file-history-refactor
Repository:
lp:~wgrant/launchpad

Recent commits

1bdfbaa... by William Grant

Experimental _updateByHash refactoring.

afbab5f... by William Grant

Factor _getCurrentFiles out of _updateByHash.

178ada8... by Colin Watson

Turn ArchiveFile into a history table

This adds date_created and date_superseded columns. Adjust the
publisher to match.

LP: #1765933

6c1531c... by Ioana Lasc

Added a functional Distro Series Radio buttons widget, changes to the Snap properties and a working "Create New Snap" flow.

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/375224

778f722... by Colin Watson

Convert lp.blueprints pagetests to preferred __future__ imports

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/390550

debb641... by Colin Watson

Convert lp.blueprints pagetests to preferred __future__ imports

This is almost entirely formulaic, but xx-non-ascii-imagemap.txt needed
some manual adjustment to avoid confusion about the encoding of Unicode
string literals.

4faf1ba... by Colin Watson

Allow signing archives using the signing service

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/390410

bc67115... by Ioana Lasc

Stormify BugTrackerPerson

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/390284

83bdf6c... by Tom Wardill

Fix name of logging level

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/390406

6df6af4... by Colin Watson

Allow signing archives using the signing service

This is guarded by the feature rule
'archivepublisher.gpg.signing_service.enabled'.