~pappacena/launchpad:vcs-scenarios-for-bmp

Last commit made on 2020-07-22
Get this branch:
git clone -b vcs-scenarios-for-bmp https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
vcs-scenarios-for-bmp
Repository:
lp:~pappacena/launchpad

Recent commits

04850f4... by Thiago F. Pappacena

Refactoring BMP to extend scenarios to TestBranchMergeProposalNominateReviewer

7b57c36... by Thiago F. Pappacena

Refactoring test code nad removing unused attribute from GitRef

5577f7b... by Thiago F. Pappacena

LP: #1888396 Fixing webhook trigger for private git repositories

f877c51... by Colin Watson

Refactor BranchMergeProposal tests using testscenarios

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

61c5884... by Colin Watson

Refactor BranchMergeProposal tests using testscenarios

bd12e33... by Colin Watson

Port native-string streams to six.StringIO

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

dc8ab9f... by Colin Watson

Port native-string streams to six.StringIO

Of the streams that were created using StringIO.StringIO or
cStringIO.StringIO, a number of them (mainly things like log files)
accept native strings on both Python 2 and 3. Port these to
six.StringIO for compatibility with Python 3.

7a9f57b... by Colin Watson

Use context managers instead of open().{read,write}()

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

2eeab55... by Colin Watson

Use context managers instead of open().{read,write}()

This fixes ResourceWarnings on Python 3.

fbc4e03... by Colin Watson

Fix LimitedList for Python 3

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