~sudeephb/juju-backup-all:libjuju_bump

Last commit made on 2023-08-11
Get this branch:
git clone -b libjuju_bump https://git.launchpad.net/~sudeephb/juju-backup-all
Only Sudeep Bhandari can upload to this branch. If you are Sudeep Bhandari please log in for upload directions.

Branch merges

Branch information

Name:
libjuju_bump
Repository:
lp:~sudeephb/juju-backup-all

Recent commits

adfbfed... by Sudeep Bhandari

Drop Percona support

83fa0a1... by Sudeep Bhandari

Bump libjuju to latest version - 2.9.44

71a75e5... by Ashley James

Run func-tests concurrently.

- Update series for postgreql charm to jammy since focal is not
  supported.
- Remove `model.block_until()` calls from application deployments in
  their respective fixtures. This caused one application to deploy and
  be active in its model before the next application could be deployed
  resulting in long execution times and timout errors.
- Instead, all the code creating the models and deploying the
  applications are defined in a new setup fixture called `models` which
  returns a dict containing all the models. The models, applications are
  now deployed asynchronously since the model.block_until calls are in
  separate fixtures.
- By declaring this new fixture as autouse with a session scope, the
  fixture is invoked only once automatically at the start of the test
  session, ensuring that the setup actions are performed only once.

5da73db... by Sudeep Bhandari

Added postgres support

e3042ae... by Sudeep Bhandari

Fix functional tests

7535018... by Ksawery DziekoƄski

Allow for model omission in controller-wide backups

Reviewed-on: https://code.launchpad.net/~ksdziekonski/juju-backup-all/+git/juju-backup-all/+merge/425853
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

0f0bf50... by Garrett Neugent

Do not use -r for removing backup files.

Currently all backups are saved as a gzip file, so including the
-r flag for recursive deletion is unnecessary.

Reviewed-on: https://code.launchpad.net/~thogarre/juju-backup-all/+git/juju-backup-all/+merge/424592
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

cdd8ee7... by Tianqi Xiao

set juju version in setup.cfg

Reviewed-on: https://code.launchpad.net/~txiao/juju-backup-all/+git/juju-backup-all/+merge/427865
Reviewed-by: Xiyue Wang <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

6ac195c... by Tianqi Xiao

set juju version in setup.cfg

c0d584b... by Celia Wang

Fix lint

Reviewed-on: https://code.launchpad.net/~ziyiwang/juju-backup-all/+git/juju-backup-all/+merge/427668
Reviewed-by: Jose Guedez <email address hidden>