~canonical-launchpad-branches/launchpad/+git/bzr-personal:cjwatson/remove-tickcount

Last commit made on 2019-09-27
Get this branch:
git clone -b cjwatson/remove-tickcount https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
cjwatson/remove-tickcount
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

b34866a... by Colin Watson

Remove tickcount and track traversal/publication durations instead.

tickcount can't work on Python 3, so in the long term we don't have much
choice here. We do want to be able to spot contention, but tracking thread
time should be enough here. (Unfortunately, as far as I can tell this is
only possible with Python >= 3.3.)

This does change the access log format slightly (logging durations rather
than ticks), but as far as I can tell nothing cares.

c205ef9... by Launchpad PQM Bot

[testfix][r=cjwatson][no-qa] Update InitializeDistroSeries tests for
 renamed getSourceFilter method.

c02d35a... by Colin Watson

Update InitializeDistroSeries tests for renamed getSourceFilter method.

7e7efa1... by Launchpad PQM Bot

[r=wgrant][bug=1842658][incr] Copy forward DistroArchSeriesFilter
 rows when initialising a new distro series.

63d336e... by Colin Watson

Merge devel.

423d4e8... by Launchpad PQM Bot

[testfix][r=cjwatson][no-qa] Grant SELECT on DistroArchSeriesFilter
 to initializedistroseries.

d60c07d... by Colin Watson

Grant SELECT on DistroArchSeriesFilter to initializedistroseries.

5bb891d... by Launchpad PQM Bot

[testfix][r=cjwatson][no-qa] Revert webservice patching of
 IDistroArchSeries.setSourceFilter for now.

05b04c7... by Colin Watson

Revert webservice patching of IDistroArchSeries.setSourceFilter for now.

This was misplaced in the patch series; it should be restored along with the
corresponding webservice export.

e19b76f... by Launchpad PQM Bot

[r=wgrant][bug=1842658][incr] Honour DistroArchSeriesFilter rows when
 creating package builds.