~wgrant/launchpad/+git/launchpad15:bprdc-ios

Last commit made on 2020-02-27
Get this branch:
git clone -b bprdc-ios https://git.launchpad.net/~wgrant/launchpad/+git/launchpad15
Only William Grant can upload to this branch. If you are William Grant please log in for upload directions.

Branch merges

Branch information

Name:
bprdc-ios
Repository:
lp:~wgrant/launchpad/+git/launchpad15

Recent commits

4793ee3... by William Grant

Index BinaryPackageReleaseDownloadCount for index-only scans

Creating an index on binarypackagereleasedownloadcount (archive,
binary_package_release, day, country, count) allows
BinaryPackagePublishingHistory.getDailyDownloadTotals,
Archive.getPackageDownloadCount and friends to execute as index-only
scans and not touch the heap at all. One sample query drops from 2789
page reads to 177.

6c2172f... by Tom Wardill

Add a default branch to the Git Merge Proposal page.

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

6a9a70b... by Tom Wardill

Variable name and test assertion

15739d1... by Colin Watson

Consider metadata_override in LiveFS.requestBuild

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

09ef3cf... by Tom Wardill

Use setupWidgets for more code reuse

d9d3f51... by Thiago F. Pappacena

Reverting https-mirrors branch until we land the database patch.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/379909

feb7c66... by Thiago F. Pappacena

Revert "Allowing to register HTTPS mirrors (both for CD images and archives)."

This reverts commit 8c0c0112955cf82444020748cef4acf5b3b4d3b2, reversing
changes made to cc39e5c7f3cbed01e2373bf52e5ec7c127f9104c.

8c0c011... by Thiago F. Pappacena

Allowing to register HTTPS mirrors (both for CD images and archives).

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/379387

c13f6f6... by Tom Wardill

Add a default branch to git merge page

8181003... by Colin Watson

Consider metadata_override in LiveFS.requestBuild

While I'm here, also fix the comparison of unique_key; it was previously
using a plain equality test, which in SQL returns NULL if one side or
the other is NULL.

LP: #1864860