~twom/launchpad:oci-policy-fix-image-name

Last commit made on 2021-02-25
Get this branch:
git clone -b oci-policy-fix-image-name https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
oci-policy-fix-image-name
Repository:
lp:~twom/launchpad

Recent commits

7704883... by Tom Wardill

Populate the image name field on editting a recipe

1d68875... by Colin Watson

Use message_from_bytes/message_as_bytes where appropriate

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

d445718... by Colin Watson

Use assertContentEqual for some unorderable types

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

7f3e8b1... by Colin Watson

Use pprint_collection in more places (take 2)

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

83d0e15... by Colin Watson

Remove uses of ensure_unicode from PersonSet

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

acb5abc... by Colin Watson

Fix marshalling of builder file maps over XML-RPC

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

7701b56... by Colin Watson

Fix marshalling of builder file maps over XML-RPC

XML-RPC has no standard representation of OrderedDict; but we only care
about the ordering for our own tests, so just turn that into a plain
dict.

396f2f4... by Colin Watson

lp.bugs: Fix u'...' doctest examples for Python 3 (take 2)

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

28932ac... by Colin Watson

lp.bugs: Fix u'...' doctest examples for Python 3 (take 2)

Similar to 61eff9b576ee76562aba1f04141e4da0b9e59346, but I missed a few
spots.

b0f08ca... by Colin Watson

Use pprint_collection in more places (take 2)

Similar to 812441b7ca779ca1380a61b28f925291802bed62, but I missed a
spot.