~elmar1huan8/launchpad:db-devel

Last commit made on 2022-04-01
Get this branch:
git clone -b db-devel https://git.launchpad.net/~elmar1huan8/launchpad
Only Jordan can upload to this branch. If you are Jordan please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~elmar1huan8/launchpad

Recent commits

440a8a1... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 81c636ce2f9f

81c636c... by Colin Watson

Fix wsgi-archive-auth.py for Ubuntu 18.04

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

5536af8... by Colin Watson

Merge db-stable 1c5e46616f (Artifactory publishing: new columns and constraints)

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

f7a141e... by Jürgen Gmach

Create `Preserving query count` how-to

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/416670

0aca32b... by Jürgen Gmach

Fix typo

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/418172

044b89b... by Colin Watson

Fix wsgi-archive-auth.py for Ubuntu 18.04

`scripts/wsgi-archive-auth.py` runs within Apache mod_wsgi, which is a
difficult environment for Launchpad code: it doesn't activate
Launchpad's virtualenv and can't even be told to disable the automatic
import of the `site` module (similar to Python's `-S` command-line
option), so we have to take various countermeasures before manually
activating the virtualenv so that we can import other parts of
Launchpad.

In bionic, we need a new countermeasure. The system `zope.interface`
package (installed as a dependency of landscape-common) is built with
setuptools >= 31.0.0, which has new namespace package handling that
causes `sys.modules["zope"]` to exist and to point to the
system-installed package, even without importing `zope.interface`; this
then confuses Launchpad code that tries to import from `zope.interface`
later. Arrange for the namespace package to be re-imported to avoid
this problem.

7639fb6... by Jürgen Gmach

Fix typos

9a755fe... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 98132e33014d

1c5e466... by Colin Watson

Artifactory publishing: new columns and constraints

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

98132e3... by Jürgen Gmach

fix typo

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/418014