~pappacena/launchpad:bugtask-oci-project

Last commit made on 2021-04-23
Get this branch:
git clone -b bugtask-oci-project https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
bugtask-oci-project
Repository:
lp:~pappacena/launchpad

Recent commits

2ae0f31... by Thiago F. Pappacena

Merge branch 'master' into bugtask-oci-project

f9f562f... by Colin Watson

Make PollSet.find skip polls for merged teams

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

a1f57f6... by Colin Watson

Make PollSet.find skip polls for merged teams

Polls aren't carried over when merging teams, so these are essentially
orphaned: although they're still in the database, there's no way to
access them. We should do something about garbage-collection for such
cases, but for now at least skip them in `PollSet.find` so that we only
return accessible polls.

ce0bd39... by Colin Watson

Remove restriction on default Git repository for OCI projects

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

dba0ccb... by Colin Watson

Fix WSGI application group for local development

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

f5b8b36... by Colin Watson

Fix WSGI application group for local development

Following
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/400811,
the application group name for the private PPA authenticator used by a
local development instance should be a valid config name, so
"development" makes more sense than "lp".

7255403... by Colin Watson

Remove restriction on default Git repository for OCI projects

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.

93fc4d6... by Thiago F. Pappacena

Backporting OCI bug support indexes creation from db-devel (already applied in prod)

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

08f4e27... by Thiago F. Pappacena

Backporting OCI bug support indexes creation from db-devel (already applied in prod)

b30fd1c... by Colin Watson

Issue macaroons for BinaryPackageBuild filemaps

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