~ilasc/launchpad:bug-1933971

Last commit made on 2022-03-05
Get this branch:
git clone -b bug-1933971 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:
bug-1933971
Repository:
lp:~ilasc/launchpad

Recent commits

563ac8b... by Ioana Lasc

Add TestGitRepositoryRescanView

095df77... by Ioana Lasc

Widen GitRepository rescan permissions

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.