~ilasc/launchpad:expose-send-notifications

Last commit made on 2022-09-13
Get this branch:
git clone -b expose-send-notifications 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:
expose-send-notifications
Repository:
lp:~ilasc/launchpad

Recent commits

4be7d66... by Ioana Lasc

Move to Moderate permissions for send_notifications

6a5579f... by Ioana Lasc

expose send_notifications over the API for Bug.newMessage

6d5703f... by Colin Watson

Add another symlink to the test keyserver's data

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

5da32cf... by Colin Watson

Adjust fakepackager.rst for dpkg-dev >= 1.19.3

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

8e697a5... by Colin Watson

Add another symlink to the test keyserver's data

The version of GnuPG/GPGME in focal sends a full fingerprint to the
keyserver when called via `_gpgAuthenticateEmail`, unlike earlier
versions which sent a 32-bit key ID. Adjust the test keyserver's data
to account for this; the new symlink has the same target as the
already-existing `0x02BA5EF6.get` symlink.

397a9b9... by Colin Watson

Adjust fakepackager.rst for dpkg-dev >= 1.19.3

The changelog for dpkg 1.19.3 says:

  * dpkg-genchanges: Only reference binary packages being uploaded, which
    means that for a source-only upload, the Binary and Description fields
    should be empty. Closes: #818618

We don't really care about this detail in `fakepackager.rst`, so adjust
the expected output to compensate for it.

b1c2b1d... by Colin Watson

Fix publishing webservice for published CI builds

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

8607f09... by Guruprasad

Fix the test failures caused by the changes made to migrate to gpg2

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/429554

eb67aa0... by Guruprasad

Use a secret key without a passphrase for archive signing doctests

ef4eef6... by Guruprasad

Resolve test failures by removing the GPG version header

The header is not present in the public key any more
after the recent change.