~jugmac00/launchpad:fix-pymemcache-regression-bytes-vs-str

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

Recent commits

2fd70b8... by Jürgen Gmach

Fix pymemcache regression in SnapStoreClient.listChannels

The new JsonClient has two new methods:
- get_json
- set_json

`get_json` gracefully handles invalid data by deleting the key, so the
value gets calculated and stored again.

This enables a smooth transition as the previously used library saved
binary data.

LP: #1950811

6a346b7... by Jürgen Gmach

Fix typo

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

78b28af... by Jürgen Gmach

Fix typo

492483e... by Jürgen Gmach

Update API for inclusive naming

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

5561fd2... by Jürgen Gmach

Update API for inclusive naming

5801540... by Guruprasad

Reword the bugtask assignment email message for a team

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/411682

d2bc813... by Guruprasad

Reword the bugtask assignment email message for a team

LP: #1894210

7fc1d15... by Colin Watson

Add tests style guide from dev.launchpad.net

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

cc3288d... by Colin Watson

Add tests style guide from dev.launchpad.net

This was previously https://dev.launchpad.net/TestsStyleGuide. I've
kept the material essentially unchanged, except for converting to
reStructuredText formatting; I think it probably over-emphasizes
doctests, but we can clean that up later.

25ae45e... by Colin Watson

Improve some Sphinx formatting

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