~ilasc/launchpad:fix-test-answer-contact-affiliation-for-product

Last commit made on 2021-09-28
Get this branch:
git clone -b fix-test-answer-contact-affiliation-for-product 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:
fix-test-answer-contact-affiliation-for-product
Repository:
lp:~ilasc/launchpad

Recent commits

5166687... by Ioana Lasc

Fix test_answer_contact_affiliation_for_product

09e916b... by Ioana Lasc

Move addLanguage and removeLanguage to IPersonEditRestricted

LP: #1944599

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/security/+merge/409215

1a25ee4... by Ioana Lasc

Move addLanguage and removeLanguage to IPersonEditRestricted

LP: #1944599

732145c... by Colin Watson

Automatically request builds for charm recipes

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

75b590d... by Colin Watson

Automatically request builds for charm recipes

Unlike snap recipe builds, charm recipe builds must always have a
corresponding build request, so we check for recent build requests
rather than recent builds, and we allow the normal build request job to
handle creating the actual builds. Otherwise, this is fairly similar to
the snap recipe case.

b8c8212... by Colin Watson

Fix webservice declaration of Snap.getBuildByStoreRevision

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

fdd39c6... by Colin Watson

Fix webservice declaration of Snap.getBuildByStoreRevision

It needs to be declared as returning an entry, otherwise
lazr.restfulclient will just treat the response body as a dict.

1ebe1b0... by Colin Watson

Add webservice API for charm recipes

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

5b65b15... by Colin Watson

Fix selection of snap/charm files to upload to the store

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

4509648... by Colin Watson

Fix selection of snap/charm files to upload to the store

I lost the filter for files ending with ".snap" or ".charm" in a recent
refactoring.