~amr7844/launchpad:master

Last commit made on 2021-06-11
Get this branch:
git clone -b master https://git.launchpad.net/~amr7844/launchpad
Only amr7844 can upload to this branch. If you are amr7844 please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~amr7844/launchpad

Recent commits

aed351a... by Colin Watson

Add more logging to PPA authorization

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

6f8b703... by Colin Watson

Add more logging to PPA authorization

da7287e... by Tom Wardill

Add has_restricted_files to SPPH API.

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

c02526a... by Tom Wardill

Add blank line for flake8

76a148b... by Tom Wardill

Make a method, add a webservice test

72c6e40... by Tom Wardill

Add has_restricted_files to SPPH API.

Closes LP: #1931233

ddeaac8... by Tom Wardill

Reraise the original error on a failed retry

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

8f7b89e... by Tom Wardill

Reraise the original error on a failed retry

9664fc6... by Colin Watson

Make DistroSeries.getLatestUploads use a better index

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

997e14c... by Colin Watson

Make DistroSeries.getLatestUploads use a better index

Unassisted, PostgreSQL's planner apparently decides to do an index scan
on `PackageUpload`'s primary key, which is very slow. Use a CTE to
force it to use the more appropriate index on `PackageUpload (archive,
distroseries, status)`.

LP: #1930872