~xnox/launchpad:kernel-ubuntucore-cpc-ppas

Last commit made on 2022-10-20
Get this branch:
git clone -b kernel-ubuntucore-cpc-ppas https://git.launchpad.net/~xnox/launchpad
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
kernel-ubuntucore-cpc-ppas
Repository:
lp:~xnox/launchpad

Recent commits

9b2f18c... by Dimitri John Ledkov

Avoid expiring PPAs related to building images

Some UC kernel snaps are built from PPAs owned by the kernel team.
Some CPC / Cloud kernel previews are build from these PPAs too.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
270a032... by Colin Watson

Remove unused UTC variables

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

fea2a00... by Colin Watson

Remove a number of deprecated configuration items

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

112a417... by Colin Watson

Remove a number of deprecated configuration items

Most of these were removed from Launchpad as part of splitting out
`lp-codeimport`; `launchpad.use_gunicorn` was removed entirely.

14cdd5f... by Colin Watson

Use lazr.restful.ResourceJSONEncoder for mustache listings

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

0a4bad9... by Colin Watson

Use lazr.restful.ResourceJSONEncoder for mustache listings

I'd like to remove `simplejson` as a dependency of Launchpad; for the
most part it duplicates `json` from the standard library. The only
exception I've run into is `simplejson.encoder.JSONEncoderForHTML`.
Fortunately, we already ran into this in `lazr.restful`, and so
`lazr.restful.ResourceJSONEncoder` is a sufficiently accurate emulation
of `simplejson.encoder.JSONEncoderForHTML` that we can use instead (it
does a few extra things as well, but that doesn't matter here).

Removing the bulk of trivial uses of `simplejson.dumps` and
`simplejson.loads` will be a separate branch.

9d57908... by Colin Watson

Return proxied objects from various Bugs factory methods

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

d572545... by Colin Watson

Remove SpecificationSet.getDependencyDict

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

f835a53... by Colin Watson

Remove some unused functions from lp.services.database.postgresql

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

31e9b67... by Colin Watson

Use print(flush=True) where appropriate

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