~jugmac00/launchpad:fix-typos-in-archive.py

Last commit made on 2023-02-08
Get this branch:
git clone -b fix-typos-in-archive.py https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
fix-typos-in-archive.py
Repository:
lp:~jugmac00/launchpad

Recent commits

025f10f... by Jürgen Gmach

Fix typo in test_subscribers_lists.js

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
21245c6... by Jürgen Gmach

Fix typos in archive.py

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
7c65101... by Clinton Fung

Add a skip for person.merged (and also personnotification.person) to allow account closure to proceed.

Merged from https://code.launchpad.net/~clinton-fung/launchpad/+git/launchpad/+merge/436973

3e93666... by Clinton Fung

Re-order tests, remove in-lined code from _do_premerge() by using placeholder logic instead.

c582bd9... by Clinton Fung

Add a skip for person.merged (and also personnotification.person) to allow account closure to proceed

3eeae61... by Colin Watson

Move ZCML securedutility directive to lp namespace

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

ef0f99a... by Colin Watson

Move ZCML securedutility directive to lp namespace

As with commit 57196c1d6a220f00039e027768cc05368135f556, it makes sense
to move our local `securedutility` directive to our own namespace rather
than poking it into the Zope namespace, even though it's a bit like the
Zope `utility` directive. This is a big patch, but it's mostly
mechanical.

615a609... by Colin Watson

Move ZCML authorizations directive to lp namespace

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

57196c1... by Colin Watson

Move ZCML authorizations directive to lp namespace

While experimenting with https://github.com/collective/zpretty, I
noticed that Launchpad installs a number of ZCML directives under the
XML namespaces http://namespaces.zope.org/browser,
http://namespaces.zope.org/mail, and http://namespaces.zope.org/zope.
As well as feeling a bit rude, this also makes it difficult to integrate
properly with auto-formatting tools such as `zpretty` that can benefit
from being told about details of the preferred ordering of attributes
for each tag.

We have a perfectly good http://namespaces.canonical.com/lp XML
namespace that we already use for a few ZCML directives, so I think it
would make sense to move our other local directives to that. There'll
be a bit of readjustment, but it should also have the benefit that it
will be more obvious at a glance where to start looking for the
definition of a given directive (this is something I've had difficulty
with in the past).

As an initial proof of concept, this commit moves the `authorizations`
directive to http://namespaces.canonical.com/lp.

808055a... by Colin Watson

Remove two old build dispatch arguments

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