lp-codeimport:master

Last commit made on 2025-08-04
Get this branch:
git clone -b master https://git.launchpad.net/lp-codeimport
Members of Canonical Launchpad Engineering can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:lp-codeimport

Recent commits

99421cd... by Tushar Gupta

Tag the charm payload as "focal" instead of "bionic"

Merged from https://code.launchpad.net/~tushar5526/lp-codeimport/+git/lp-codeimport/+merge/490158

da1b576... by Tushar Gupta

Tag the charm payload as "focal" instead of "bionic"

3a4e850... by Tushar Gupta

This is the final set of changes—prior to linting and pyupgrade—to be merged into master as part of porting lp-codeimport from Bionic (Python 2.7) to Focal (Python 3.8)

Merged from https://code.launchpad.net/~launchpad/lp-codeimport/+git/lp-codeimport/+merge/490074

1e615b5... by Tushar Gupta

Use focal in jenkins pipeline

4dcaf37... by Tushar Gupta

Clean up unused system dependencies and switch the charm
to Focal as its build base.

72b99b8... by Tushar Gupta

Clean up deprecated VCS dependencies and improve README setup instructions

9879921... by Tushar Gupta

Drop everything in the project setup around the deprecated version
controls.

5f20785... by Tushar Gupta

Remove invalid XXX comments, usages of bzrlib and py2 checks where
necessary.

a9260bd... by Tushar Gupta

Fix the rest of failing integration tests.

34050e5... by Tushar Gupta

Move to kombu from the low level amqp library. This allows us to
not maintain and create our own rabbitmq sessions and we can
leverage kombu similar to how its done in Launchpad.

As per LP commits, txlongpoll needed the custom rabbitmq sessions
implementation, but txlongpoll was deprecated so we can move to
kombu as well.