~pappacena/launchpad:bugfix-private-mp-webhook-trigger

Last commit made on 2020-07-22
Get this branch:
git clone -b bugfix-private-mp-webhook-trigger 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:
bugfix-private-mp-webhook-trigger
Repository:
lp:~pappacena/launchpad

Recent commits

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

79243f7... by Colin Watson

Use six.python_2_unicode_compatible

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