~jelmer/launchpad:public-https

Last commit made on 2023-01-11
Get this branch:
git clone -b public-https https://git.launchpad.net/~jelmer/launchpad
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Branch information

Name:
public-https
Repository:
lp:~jelmer/launchpad

Recent commits

4b523e4... by Jelmer Vernooij

Support https URLs for public branches.

Fixes: https://launchpad.net/bugs/2002569

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
436c15f... by Colin Watson

apidoc: Fix URL of top-level git_repositories collection

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

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
bc238d5... by Colin Watson

apidoc: Fix URL of top-level git_repositories collection

LP: #2002422

0dc4a55... by Colin Watson

Add and export DistroSeries.getTranslationTemplateStatistics

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

a8cc3e1... by Jürgen Gmach

Fix typos in distribution mirror doctests

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/435377

d76c383... by Colin Watson

Add and export DistroSeries.getTranslationTemplateStatistics

This will allow us to generate the `*_potemplate-stats.json` files in
https://people.canonical.com/~people-l10n/data/ubuntu-l10n/ using a
simple webservice client rather than using a script with direct database
access. (We could generate `*_package-stats.json` in a similar way, but
so far I haven't found anything that uses those files.)

6775456... by Jürgen Gmach

Fix typos in distribution mirror doctests

63b302d... by Colin Watson

Return proxied objects from makeBranchRevision

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

1322bbf... by Colin Watson

Temporarily disable librarian.client_socket_timeout

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

ea7afc5... by Colin Watson

Temporarily disable librarian.client_socket_timeout

For some reason this timeout is causing the translation export script to
fail to upload exported files to the librarian much more often than
usual. I'd still like to track this down properly so that we can get
the robustness improvement from this timeout, but it isn't worth causing
major user-visible issues for that.

LP: #1998616