~lgp171188/launchpad:clean-enforce-stricter-permission-check-when-a-bug-is-locked-down

Last commit made on 2022-01-21
Get this branch:
git clone -b clean-enforce-stricter-permission-check-when-a-bug-is-locked-down https://git.launchpad.net/~lgp171188/launchpad
Only Guruprasad can upload to this branch. If you are Guruprasad please log in for upload directions.

Branch merges

Branch information

Name:
clean-enforce-stricter-permission-check-when-a-bug-is-locked-down
Repository:
lp:~lgp171188/launchpad

Recent commits

127ceb2... by Guruprasad

Add the WIP changes

bb28e66... by Colin Watson

Fix API documentation for ICodeImport

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

870480d... by Colin Watson

Fix API documentation for ICodeImport

It supports imports to Git repositories too.

2b220ce... by Colin Watson

Rename ISlaveStore to IStandbyStore

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

d5aaefa... by Colin Watson

Tolerate git commits with invalid author/committer emails

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

b636329... by Colin Watson

Push more of BuilderInteractor.updateBuild down to behaviours

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

a5ffc7b... by Colin Watson

Tolerate git commits with invalid author/committer emails

`email.utils.formataddr` requires email addresses to be ASCII, per the
email RFCs, and raises `UnicodeEncodeError` if they aren't. However, by
the time a commit gets this far, we need to do something with it (it may
be an import from a repository hosted somewhere else, in which case we
wouldn't even theoretically be able to reject the bad metadata on push).
Leave the author or committer unset in this case and ensure that we can
still render the commit properly when we need to.

LP: #1958281

794d3ce... by Colin Watson

Rename "slave" in BuilderInteractor to "worker"

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

acdfe33... by Colin Watson

Rename "slave" in BuildFarmJobBehaviour to "worker"

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

2d6c6b1... by Colin Watson

Rename slave_status to worker_status

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