~jugmac00/launchpad:fix-tab-selection

Last commit made on 2022-07-04
Get this branch:
git clone -b fix-tab-selection 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-tab-selection
Repository:
lp:~jugmac00/launchpad

Recent commits

79eae09... by Jürgen Gmach

Documentation: Fix active tab highlighting

4a28e22... by Colin Watson

Convert PackageDiff to Storm

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

f4512d4... by Colin Watson

Port documentation to Vanilla

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

0192087... by Colin Watson

Upgrade to vanilla-framework 3.6.1

I've looked through
https://vanillaframework.io/docs/migration-guide-to-v3 and not found
anything relevant, and the built documentation still looks reasonable to
me.

See https://github.com/evildmp/vanilla-sphinx-test/pull/43.

939169e... by Colin Watson

Fix link formatting

d58a198... by Colin Watson

Handle empty properties in Artifactory AQL queries

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

be48e4b... by Colin Watson

Clarify comment

72f7f4d... by Jürgen Gmach

Update title for favicons explanation

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

a516302... by Jürgen Gmach

Update title for favicons explanation

946155f... by Colin Watson

Handle empty properties in Artifactory AQL queries

Artifactory sometimes populates empty properties of its own volition;
for example a Python wheel without `python_requires` will get an empty
`pypi.requires.python` property. These come back in a slightly odd way
in AQL query responses, which previously caused
`ArtifactoryPool.getAllArtifacts` to crash.