~prasantha/launchpad:stable

Last commit made on 2022-02-26
Get this branch:
git clone -b stable https://git.launchpad.net/~prasantha/launchpad
Only Prasanth A can upload to this branch. If you are Prasanth A please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~prasantha/launchpad

Recent commits

61f4697... by Jürgen Gmach

Fix typo

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/416044

8ad909f... by Jürgen Gmach

Fix typo

633dda1... by Colin Watson

Fix tests to handle shorter test DB instance names

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

79a63bc... by Colin Watson

Fix tests to handle shorter test DB instance names

They no longer use UUIDs, so don't test for that.

af5879e... by Jürgen Gmach

RevisionStatusReport.attach/.setLog now also accept a file object

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/415871

d654bbe... by Colin Watson

Remove simple uses of six.ensure_str

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

46bf372... by Colin Watson

Use slightly shorter test DB instance names

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

63cfd8f... by Colin Watson

Use slightly shorter test DB instance names

Process IDs may nowadays be up to seven digits long, so the previous
test database instance names we used could cause
'launchpad_ftest_template_{test_instance}' to be up to 65 characters
long; but PostgreSQL identifiers are limited to 63 characters, so this
could cause the tests in
`lp.services.webapp.tests.test_dbpolicy.TestFastDowntimeRollout` to
fail. Use a slightly shorter random suffix to compensate for this.

84ad293... by Colin Watson

Remove simple uses of six.ensure_str

These were clearly no-ops on Python 3, but missed by pyupgrade for
various reasons, such as being in doctests.

d83f4fd... by Jürgen Gmach

RevisionStatusReport.attach/.setLog now also accept a file object