~ilasc/launchpad:fix-repack-candidates-query

Last commit made on 2021-04-26
Get this branch:
git clone -b fix-repack-candidates-query 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:
fix-repack-candidates-query
Repository:
lp:~ilasc/launchpad

Recent commits

a285927... by Ioana Lasc

Simplify the findRepackCandidates query

e63fd95... by Ioana Lasc

Fix query in findRepackCandidates()

ae972e7... by Ioana Lasc

Limit Git Repacks to 1000 requests per job run

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

878cb4d... by Colin Watson

Encourage the use of target-default repositories for OCI projects

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

ce11205... by Ioana Lasc

Address code review comments

1404e56... by Colin Watson

Guide users towards target-default repositories for OCI projects

Now that we allow setting target-default repositories for OCI projects,
we should also encourage people to use them where possible.

a350e18... by Colin Watson

Abolish OCIProject.getDefaultGitRepository*

I find the name a little confusing (especially now that we allow the OCI
project to have a target-default repository), and it doesn't really pull
its weight compared to just writing it out longhand.

e8c5cf1... by Colin Watson

Enable allow_push_to_set_default for OCI projects

As before, we originally restricted this because we wanted to tie it to
official recipe status, but later realized that didn't quite make sense
as it's reasonable and useful to have multiple official recipes for a
single OCI project. There doesn't seem any reason to retain this
restriction now.

60530c3... by Ioana Lasc

Limit Git Repacks to 1000 requests per job run

f9f562f... by Colin Watson

Make PollSet.find skip polls for merged teams

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