~ilasc/turnip:add-mp-url-to-git-push

Last commit made on 2020-05-04
Get this branch:
git clone -b add-mp-url-to-git-push https://git.launchpad.net/~ilasc/turnip
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
add-mp-url-to-git-push
Repository:
lp:~ilasc/turnip

Recent commits

6913d7f... by Ioana Lasc

Compare full ref paths in check for default branch

0ed3642... by Ioana Lasc

Merge branch 'master' into add-mp-url-to-git-push

fd0b1d5... by Ioana Lasc

Add version to the set of safe params

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/381720

798da5c... by Ioana Lasc

Add version to the set of safe params

After parsing the extra params after 2 NUL bytes for git clients with
version 2 we need to allow the version param to pass through the
Git pack protocol conversion proxy (PackFrontendServerProtocol).

1c8478a... by Ioana Lasc

Hide extra params after 2 NUL bytes

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/381583

cd0a912... by Ioana Lasc

Address code review comments

Made small changes to decode_request recommended in code review.

d153c80... by Ioana Lasc

Parse extra parameters

Instead of discarding the extra params that
follow 2 NUL bytes we parse them.

8f3a5c4... by Ioana Lasc

Hide extra params after 2 NUL bytes

LP: #1870080

d5c9cdf... by Ioana Lasc

Address code review comments

Added minor changes to unit tests suggested in code review
for the add-mp-url-to-git-push branch.

4e3d27e... by Colin Watson

Upgrade to Twisted 20.3.0

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