~jugmac00/launchpad:add-how-to-qa-turnip-api-changes

Last commit made on 2022-01-21
Get this branch:
git clone -b add-how-to-qa-turnip-api-changes https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
add-how-to-qa-turnip-api-changes
Repository:
lp:~jugmac00/launchpad

Recent commits

903f0be... by Jürgen Gmach

Add `How-to qa turnip API changes`

Also the section header was renamed to `How-to guides`, according to the
new documentation system we are following, see https://diataxis.fr/

1610bcf... by Colin Watson

Make librarian GC log delete failures rather than crashing

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

f43ee7f... by Colin Watson

Rely on Python 3 zero-argument super()

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

f301340... by Colin Watson

Explain the various ZCML permission directives

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

7c7af3a... by Ioana Lasc

Add link to access tokens on GitRepositoryEditMenu

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

f88ec60... by Colin Watson

Make librarian GC log delete failures rather than crashing

librarian-gc has been crashing on every run since at least the start of
2022. A debug run showed that most of the deletions it was attempting
from Swift were succeeding, but occasionally one timed out. Since
future runs will retry the deletion, it makes sense to log such events
rather than crashing.

0559ecf... by Guruprasad

Merge 'db-stable' 7ab4bd7a744a92db22cf372769485eb5930c7a44

Add 'lock_status' and 'lock_reason' fields to Bug

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/414414

96f81be... by Guruprasad

Merge 'db-stable' 7ab4bd7a744a92db22cf372769485eb5930c7a44

Add 'lock_status' and 'lock_reason' fields to Bug

73abc7e... by Colin Watson

Explain the various ZCML permission directives

`zope.security`'s documentation doesn't do a great job here, so explain
the bits that we use heavily.

034b421... by Ioana Lasc

Move AccessTokensView back to services/auth/configure.zcml