~pappacena/launchpad:fix-publishing-history-msg

Last commit made on 2020-04-27
Get this branch:
git clone -b fix-publishing-history-msg 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:
fix-publishing-history-msg
Repository:
lp:~pappacena/launchpad

Recent commits

75cc569... by Thiago F. Pappacena

Reorganizing messages on packagepublishinghistory details

9c5e90d... by Thiago F. Pappacena

Async API to request builds for OCI Recipe.

This adds a new operation on OCIRecipe's API to requestBuilds, and this will run in background (on Celery) to trigger a build for each available architecture of OCIRecipe. This operation exposes an API to check the status of the build, following the same format we have for Snaps.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/382233

a0d0364... by Thiago F. Pappacena

Formatting imports

2026558... by Thiago F. Pappacena

Merge branch 'master' into async-request-oci-recipe-build

f46ca6f... by Colin Watson

Fix determination of bug target roles

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

7877c86... by Colin Watson

Fix determination of bug target roles

When checking whether a user can edit a bug or a bug attachment, the
interesting roles (owner, driver, bug supervisor) exist mainly on the
bug target pillar rather than on the bug target (compare DeleteBugTask),
and should be checked there.

LP: #1875398

d110534... by Colin Watson

Make the system "gi" package optional

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

c184718... by Colin Watson

Make the system "gi" package optional

The gi (gobject-introspection) package is only used in the test suite,
and isn't installed by launchpad-dependencies. Make it optional.

67b2d31... by Tom Wardill

Lower logging level to prevent OOPS

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/382925

f1c9c32... by Tom Wardill

Lower logging level to prevent OOPS