~cjwatson/launchpad:simplify-external-translation-messages

Last commit made on 2020-04-01
Get this branch:
git clone -b simplify-external-translation-messages https://git.launchpad.net/~cjwatson/launchpad
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
simplify-external-translation-messages
Repository:
lp:~cjwatson/launchpad

Recent commits

846d40c... by Colin Watson

Simplify POTMsgSet._getExternalTranslationMessages

There's no obvious point to sorting the results of a subquery and then
passing it straight to the IN operator; this seems to be a vestige of
earlier code that fetched the result of the subquery into Python. This
doesn't seem to make a massive difference (though it's a bit hard to
tell due to caching), but it at least simplifies the query plan.

LP: #736005

16ae97a... by Thiago F. Pappacena

API operation to create a new OCIProject for a Distribution.

The feature is only enabled if we turn on the 'oci.project.create.enabled' feature flag.

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

1e99bdc... by Tom Wardill

Add OCIPushRule model

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

ee12bf4... by Tom Wardill

Fix rebase issues

a7388a8... by Tom Wardill

Add test for changing attribute

323e6a5... by Tom Wardill

Move the test helper to somewhere more sensible

beb1d53... by Tom Wardill

Better test matcher

ceb5023... by Tom Wardill

Better destroySelf

963548f... by Tom Wardill

Fix typos

56d8dba... by Tom Wardill

Add OCIPushRule model