ubuntu-debuginfod:fix-poller-timestamp

Last commit made on 2023-01-12
Get this branch:
git clone -b fix-poller-timestamp https://git.launchpad.net/ubuntu-debuginfod
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
fix-poller-timestamp
Repository:
lp:ubuntu-debuginfod

Recent commits

825e535... by Sergio Durigan Junior

poll_launchpad.py: Adjust timestamp handling

Make sure we're always saving the earliest timestamp in order to not
miss anything.

Signed-off-by: Sergio Durigan Junior <email address hidden>

b932be7... by Sergio Durigan Junior

ddebpoller.py: Make timestamp more robust when polling

This commit mimicks what ddeb-retriever does when dealing with
timestamps. This is necessary because we were missing several updates
from LP.

Signed-off-by: Sergio Durigan Junior <email address hidden>

2cf6c8c... by Sergio Durigan Junior

debugpoller.py: Save timestamp using seconds-since-epoch format

Signed-off-by: Sergio Durigan Junior <email address hidden>

27cd921... by Sergio Durigan Junior

utils.py: Fix typo.

Signed-off-by: Sergio Durigan Junior <email address hidden>

dcb70c0... by Sergio Durigan Junior

debuginfod.py: Improve error handling on task_postrun

Signed-off-by: Sergio Durigan Junior <email address hidden>

072dde6... by Sergio Durigan Junior

{debuginfod,poll_launchpad,utils}.py: Simplify table creation

DebugDB now offers a "create_tables" method that can be called to make
sure the needed tables exist.

Signed-off-by: Sergio Durigan Junior <email address hidden>

defce7b... by Sergio Durigan Junior

README.md: Update

Signed-off-by: Sergio Durigan Junior <email address hidden>

92f8d6e... by Sergio Durigan Junior

debuggetter.py: Use requests.raw instead of content

Without this, requests will automatically deflate gzip files, which is
not what we want.

Signed-off-by: Sergio Durigan Junior <email address hidden>

1f5426a... by Sergio Durigan Junior

{ddebpoller,poll_launchpad}.py: Split get_ddebs_and_sources

Signed-off-by: Sergio Durigan Junior <email address hidden>

612188d... by Sergio Durigan Junior

ddebgetter.py: Cosmetic change.

Signed-off-by: Sergio Durigan Junior <email address hidden>