~ilasc/launchpad:add-git-gc-api

Last commit made on 2021-04-22
Get this branch:
git clone -b add-git-gc-api https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
add-git-gc-api
Repository:
lp:~ilasc/launchpad

Recent commits

ad0b9ee... by Ioana Lasc

Rename runGitGC to collectGarbage

8b4dfc1... by Ioana Lasc

Add endpoint to call Git GC

62bf185... by Colin Watson

Reduce SnapFilePruner threshold to 7 days

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

327312a... by Colin Watson

Reduce SnapFilePruner threshold to 7 days

The previous threshold of 30 days (since the snap store upload job
completed) was probably a bit too conservative, and it looks as though
reducing it to 7 days will save about a terabyte of librarian space.

a09c73e... by Colin Watson

Use BS4-style method names consistently

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

a50415b... by Colin Watson

Extend webservice_for_person to support anonymous login

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

bb05d0f... by Colin Watson

Add close_account to lp.registry.scripts.closeaccount.__all__

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

b607def... by Colin Watson

Support running parallel instances of librarian-feed-swift

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

27aca18... by Colin Watson

Export a simple read-only API for polls

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

b4d7de1... by Colin Watson

Support running parallel instances of librarian-feed-swift

This makes it easier to keep up under higher load.

LP: #1599001