~pappacena/launchpad:test-fix-no-pkg-filter

Last commit made on 2020-01-06
Get this branch:
git clone -b test-fix-no-pkg-filter https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
test-fix-no-pkg-filter
Repository:
lp:~pappacena/launchpad

Recent commits

e994003... by Thiago F. Pappacena

fixing test that was expecting wrong msg

5a43fcb... by Colin Watson

Upgrade Chameleon, z3c.pt, and z3c.ptcompat

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

abc7b75... by Colin Watson

Export IDistroArchSeries.getSourceFilter

This allows webservice users to find out which source filters are
currently set.

I had to export IDistroArchSeriesFilter to make this work. Since there
can only be one source filter per DAS (enforced by a DB constraint), the
URL is just the DAS URL with +source-filter appended.

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

62db4c5... by Thiago F. Pappacena

Small fix for "No matching package for ''." message on PPAs with no packages

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

684099d... by Thiago F. Pappacena

Fixing singular message "A recent upload has resulted in 1 pending builds."

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

e54b538... by Thiago F. Pappacena

fixing regex that tests pending builds message

5f6f5d4... by Thiago F. Pappacena

improving readability of regex

a03eb3d... by Colin Watson

Upgrade Chameleon, z3c.pt, and z3c.ptcompat

z3c.ptcompat is now configured entirely via ZCML, and the PREFER_Z3C_PT
environment variable is obsolete. We now have to import directly from
ZTK rather than going via z3c.ptcompat (it registers an
IPageTemplateEngine utility in its configure.zcml instead).

8ebb99f... by Thiago F. Pappacena

using macro for plural and adding tests

0015c19... by Thiago F. Pappacena

Merge branch 'pending-builds-msg-fix' of git+ssh://git.launchpad.net/~pappacena/launchpad into pending-builds-msg-fix