~pappacena/launchpad:comment-editing-db-patch

Last commit made on 2021-05-18
Get this branch:
git clone -b comment-editing-db-patch 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:
comment-editing-db-patch
Repository:
lp:~pappacena/launchpad

Recent commits

6e82b25... by Thiago F. Pappacena

Adding unique on MessageRevisionChunk(messagerev, seq)

afdaea1... by Thiago F. Pappacena

Adding comments and explicit fill factor

3c88b3b... by Thiago F. Pappacena

Adding MessageRevisionChunk

267d237... by Thiago F. Pappacena

Adding db structure for message editing / deletion

05074c3... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to f9f562f07f12

f9f562f... by Colin Watson

Make PollSet.find skip polls for merged teams

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

788e925... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to ce0bd392b566

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.

716abdd... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to dba0ccbcda9a

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