~jugmac00/turnip:retrieve-launchpad-yaml-more-efficiently

Last commit made on 2022-01-18
Get this branch:
git clone -b retrieve-launchpad-yaml-more-efficiently https://git.launchpad.net/~jugmac00/turnip
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:
retrieve-launchpad-yaml-more-efficiently
Repository:
lp:~jugmac00/turnip

Recent commits

6d87132... by Jürgen Gmach

commit API now can filter by blob paths

When querying the commit API, you now can send `blob_paths`.

The response only contains data for commits which contain one of these paths.

ebaa3ce... by Jürgen Gmach

Move formatters into separate module

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

e796e99... by Colin Watson

Bump some more test timeouts to 10 seconds

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

b833802... by Jürgen Gmach

Move formatters into separate module

c1334ef... by Colin Watson

Bump some more test timeouts to 10 seconds

88d6a13... by Colin Watson

Bump test celery timeout to 10 seconds

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

d175eef... by Colin Watson

Bump test celery timeout to 10 seconds

I've seen it take a bit longer in test runs (e.g.
https://jenkins.ols.canonical.com/online-services/job/turnip/330/consoleFull).

ac1ea7d... by Jürgen Gmach

replace deprecated base64.decodestring by base64.decodebytes

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

a7e390d... by Jürgen Gmach

replace deprecated base64.decodestring by base64.decodebytes

The method had been deprecated since Python 3.1 and was removed in
Python 3.9.

base64.decodebytes has been introduced with Python 3.1.

dfa5ea3... by Jürgen Gmach

Refactor commit retrieving and formatting

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