~pappacena/launchpad:pkg-upload-log-api

Last commit made on 2020-02-03
Get this branch:
git clone -b pkg-upload-log-api 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:
pkg-upload-log-api
Repository:
lp:~pappacena/launchpad

Recent commits

3306b08... by Thiago F. Pappacena

removing from interface ID attributes

09ab18f... by Thiago F. Pappacena

minor style adjustments

16720db... by Thiago F. Pappacena

Merge branch 'master' into pkg-upload-log-api

f7c94cb... by Colin Watson

Upgrade to storm 0.22+lp414

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

577bce4... by Colin Watson

Upgrade to lazr.restfulclient 0.14.3

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

14ddfae... by Ioana Lasc

Add Webhook for LiveFS builds

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

b1143cc... by Ioana Lasc

Delete livefsĀ associated webhooks

Added the ability to delete livefs associated webhooks
(it isn't currently possible to delete a livefs that's
ever had builds; but it would be theoretically possible
to create a livefs, set up a webhook on it, manually
tell LP to ping the webhook target, and then delete the livefs.

b3c591d... by Colin Watson

Fix emailing of non-ASCII inline comments

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

e172c36... by Colin Watson

Fix emailing of non-ASCII inline comments

I think this regressed as part of my port of codehosting to Breezy. The
tests didn't catch it because they were using \u escapes in non-Unicode
string literals, which meant that e.g. \u03b4 was interpreted as the
byte sequence '\', 'u', '0', '3', 'b', '4' rather than U+03B4.

e5d0a5f... by Colin Watson

Handle DelegatedAuthorization in webhook visibility check

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