~jugmac00/launchpad:fix-another-pymemcache-regression

Last commit made on 2021-11-11
Get this branch:
git clone -b fix-another-pymemcache-regression 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-another-pymemcache-regression
Repository:
lp:~jugmac00/launchpad

Recent commits

6a99e03... by Jürgen Gmach

Update callers of Client.set

`set` now expects an `expire` argument, rather then a `time` argument.

The change was caused by the migration from `python-memcached` to
`pymemcache`.

5f0678d... by Jürgen Gmach

Update SnapStoreClient to work with pymemcache

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

4b1e7ed... by Jürgen Gmach

Update SnapStoreClient to work with pymemcache

Also, update TimelineRecordingClient.set to behave more like
HashClient.set

40376ad... by Colin Watson

Rename top-level documentation files to *.rst

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

63ea92e... by Colin Watson

Rename top-level documentation files to *.rst

This is a more usual choice of extension for reStructuredText files.

16ba213... by Jürgen Gmach

Replace unmaintained python-memcached with pymemcache

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

8d2b93f... by Jürgen Gmach

Replace unmaintained python-memcached with pymemcache

57dd9ea... by Colin Watson

Update some remaining references to master/slave DB flavors

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

c77f750... by Colin Watson

Update some remaining references to master/slave DB flavors

The one in `lib/lp/code/model/tests/test_branchjob.py` caused a test
failure.

385b494... by Colin Watson

Rename master/slave DB flavors to primary/standby

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