~xavpaice/charm-logrotated:lp1955751

Last commit made on 2022-03-07
Get this branch:
git clone -b lp1955751 https://git.launchpad.net/~xavpaice/charm-logrotated
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
lp1955751
Repository:
lp:~xavpaice/charm-logrotated

Recent commits

c34b224... by Paul Goins

Added optional rotation of Juju unit/machine files

38b0564... by Xav Paice

add charmcraft.yaml

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-logrotated/+git/charm-logrotated/+merge/415013
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

2343c8d... by Xav Paice

add charmcraft.yaml

99caa32... by Diko Parvanov

Fixed a constant whiteline bug

Reviewed-on: https://code.launchpad.net/~dparv/charm-logrotated/+git/charm-logrotated/+merge/412327
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

d80aece... by Diko Parvanov

Added tests to check for new line additions

1c99923... by Diko Parvanov

Changed string.find() and cut for string.strip()

Plus added new lines for better visibility

c7f7aaa... by Diko Parvanov

Fixed a constant whiteline bug

Cronjob was re-placing each entry with "\n" and adding white lines
between entries. This makes sure this doesn't happen anymore.

9f83e61... by Xav Paice

Re-worked actions.py

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-logrotated/+git/charm-logrotated/+merge/396711
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>

e7592de... by Xav Paice

use activate_venv for actions environment

00d79d2... by Diko Parvanov

Re-worked actions.py

Closes-Bug: #1833722