~ali737373/launchpad:db-stable

Last commit made on 2022-01-19
Get this branch:
git clone -b db-stable https://git.launchpad.net/~ali737373/launchpad
Only muhammadali can upload to this branch. If you are muhammadali please log in for upload directions.

Branch merges

Branch information

Name:
db-stable
Repository:
lp:~ali737373/launchpad

Recent commits

7ab4bd7... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to bb28e661bec7

113f9a9... by Guruprasad

Add 'lock_status' field to Bug

This will be used to store the values of an enum containing the possible values.

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

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

63ec4d6... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 794d3cec5881

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