~ilasc/launchpad:bug-1852482

Last commit made on 2019-11-22
Get this branch:
git clone -b bug-1852482 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-1852482
Repository:
lp:~ilasc/launchpad

Recent commits

a290acd... by Ioana Lasc

Fixed order of imports in errors.py.

e45c05c... by Ioana Lasc

Moved to python 3 compatible strings for GitRepositoryCreatorNotMemberOfOwnerTeam and GitRepositoryCreatorNotOwner.

f305f14... by Ioana Lasc

Cleanup after running make lint.

ab2e14b... by Ioana Lasc

Added better name for new test method on Webservice.

fb18557... by Ioana Lasc

Removed test method test_Anew_not_owner from TestGitRepositorySet - used only for debug / experimentation purposes.

b958192... by Ioana Lasc

Added non-ASCII character in the displayname of non owner user for Webservice Unit Test and UTF-8 encoding in creation of GitRepositoryCreatorNotOwner and GitRepositoryCreatorNotMemberOfOwnerTeam exceptions.

eead11c... by Ioana Lasc

Pointing target to owner_url.

f61f001... by Ioana Lasc

Backed out test on TestGitRepositorySet and added test on endpoint New on the TestGitRepositoryWebservice.

ddda9eb... by Ioana Lasc

Added Unit Test to see the GitRepositoryCreatorNotOwner raised by the endpoint.

LP: #1852482

bde8fcb... by Colin Watson

Fix unbalanced tags in ProductBugTrackerWidget

If the project is part of a project group that has a bug tracker, then
there was a superfluous "</label>". Amazingly, this has been wrong
since 2006 and nobody ever seems to have noticed; but it confuses
zope.testbrowser 5.x.

Since the new zope.testbrowser will catch this once we upgrade to it, I
didn't think it was worth adding a separate test.

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