~zzehring/charm-mongodb:bugfix/lp1882641-trusty-charm-upgrade-fails-import-pip

Last commit made on 2020-06-26
Get this branch:
git clone -b bugfix/lp1882641-trusty-charm-upgrade-fails-import-pip https://git.launchpad.net/~zzehring/charm-mongodb
Only Zachary Zehring can upload to this branch. If you are Zachary Zehring please log in for upload directions.

Branch merges

Branch information

Name:
bugfix/lp1882641-trusty-charm-upgrade-fails-import-pip
Repository:
lp:~zzehring/charm-mongodb

Recent commits

1c8fbf9... by Zachary Zehring

Add try/except around pip import and reorder distro import.

This ensures python3-pip is installed as this package is
missing from trusty series, which will break upgrades from
older charm revisions.

8b1638a... by Alvaro Uria

Merge branch 'review/ziyiwang/review/aluria/348391'

This branch contains two subbranches:
 * ziyiwang/bug/1879803
 * ziyiwang/bug/1879842

Reviewed-on: https://code.launchpad.net/~ziyiwang/charm-mongodb/+git/charm-mongodb/+merge/384400
Reviewed-by: Alvaro Uria <email address hidden>
Signed-off-by: Alvaro Uria <email address hidden>

889f300... by Alvaro Uria

FIXME: Comment out shard func test

 * configsvr, mongos and shard1/2/3 to scale out mongo deployments does
 not work at this point.
 * related func test has been disabled

431fb7a... by Celia Wang

Fix unit test and add focal functional test

be66c63... by Celia Wang

Sync charmhelpers for release 20.05

Reviewed-on: https://code.launchpad.net/~ziyiwang/charm-mongodb/+git/charm-mongodb/+merge/384328
Reviewed-by: Paul Goins <email address hidden>

a47d77a... by Alvaro Uria

Fix func tests (except bionic-shard)

21a9bef... by Alvaro Uria

Fix unit tests

e06a8c6... by Alvaro Uria

Fix lint tests

32288e9... by Celia Wang

Add focal support

- add focal
- fix some python2 only syntax
- fix lint for actions and hooks directory

d0f92fe... by Celia Wang

Sync charmhelpers for release 20.05

- Fix the sync command in Makefile
- contrib/python is moved to fetch/python