~ilasc/launchpad:add-delete-comment-ui

Last commit made on 2021-07-27
Get this branch:
git clone -b add-delete-comment-ui 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-delete-comment-ui
Repository:
lp:~ilasc/launchpad

Recent commits

9e7b120... by Ioana Lasc

Add confirmation dialog to delete comment

82c1799... by Ioana Lasc

Shorten revision list heading

97bb72f... by Ioana Lasc

Add unit test

4fa5e13... by Ioana Lasc

Add delete comment UI

4d4014d... by Colin Watson

Add a /_status/check view for use by Talisker

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

0e86577... by Colin Watson

Add a /_status/check view for use by Talisker

706cb8d... by Colin Watson

Fix ZopeAdapterFixture to restore any previous adapter

5db5de4... by Colin Watson

Fix a few test failures related to snap / OCI recipe build privacy

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

47cd3f7... by Colin Watson

Fix test issues with tighter snap / OCI recipe build privacy

2ff59ff... by Colin Watson

Back off slightly on ViewOCIRecipeBuild

Commit abcb26d19c tightened the definition of `ViewOCIRecipeBuild` from
completely open to requiring visibility of the recipe and (if set) the
git repository. However, this is at variance with the more mature
`ViewSnapBuild`, and it also makes
`TestOCIRecipeView.test_index_for_subscriber_without_git_repo_access`
fail. Back off to only requiring visibility of the recipe.