← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~vaishnavi-asawale/launchpad:fix-binary-build-webhooks into launchpad:master

 

The proposal to merge ~vaishnavi-asawale/launchpad:fix-binary-build-webhooks into launchpad:master has been updated.

Commit message changed to:

Modify binary build status webhook payload

Attaching build.log directly to the payload of the binary build status
webhook leads to a TypeError as the LibraryFileAlias is not JSON serializable.
This is changed to build.log_url instead.
Additionally, if the log does not exist, None is returned in the payload.

For more details, see:
https://code.launchpad.net/~vaishnavi-asawale/launchpad/+git/launchpad/+merge/494967
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~vaishnavi-asawale/launchpad:fix-binary-build-webhooks into launchpad:master.



References