~pappacena/launchpad:prevent-admins-from-editing-codereview-comment

Last commit made on 2021-05-21
Get this branch:
git clone -b prevent-admins-from-editing-codereview-comment 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:
prevent-admins-from-editing-codereview-comment
Repository:
lp:~pappacena/launchpad

Recent commits

d32033b... by Thiago F. Pappacena

Using a different permission name

58f2960... by Thiago F. Pappacena

Requires a more specific permission to edit CodeReviewComment's content

fd18209... by Thiago F. Pappacena

Prevent admins from editing CodeReviewComment

ba75dbf... by Thiago F. Pappacena

API to get and delete comment's revision history for bug messages, answers and code review comments

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

23031fa... by Thiago F. Pappacena

Merge branch 'master' into comment-editing-revisions-api

c080718... by Ioana Lasc

Add a getTop50RepositoriesForRepack endpoint

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

b58cdda... by Colin Watson

Upgrade to lazr.restful 1.0.3

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

0e76f62... by Thiago F. Pappacena

API to edit and delete comments for bug messages, answers and code review comments

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

386583b... by Thiago F. Pappacena

Marking ICodeReviewComment.message_body attribute as deprecated

7414363... by Colin Watson

Upgrade to lazr.restful 1.0.3

We need to adjust a couple of doctests slightly to cope with
`WebServiceResponseWrapper.jsonBody` now turning JSON objects into
OrderedDicts.

LP: #1928474