~logrotate-charmers/charm-logrotated:fix_bug_exception

Last commit made on 2019-10-09
Get this branch:
git clone -b fix_bug_exception https://git.launchpad.net/~logrotate-charmers/charm-logrotated
Members of Logrotate Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix_bug_exception
Repository:
lp:~logrotate-charmers/charm-logrotated

Recent commits

e7af9ef... by Diko Parvanov

Added better exception handling and logging

5241c36... by Diko Parvanov

Added override option

 - Override takes highest precedence
 - Override entry in config.yaml is with default empty list [] and is a
 JSON formatted (string) field
 - Added unit tests for the new option
 - Updated README.md with new option

0c55181... by Diko Parvanov

Fixed linting in lib_cron

819345b... by Diko Parvanov

Small change in tox.init

64a60c1... by Diko Parvanov

Added error handling in reactive

18a05b4... by Diko Parvanov

Merge branch 'bug_1833379' into master

166da2a... by Diko Parvanov

Adding missing 'rotate' line in entries

If 'rotate' line is missing in any of the logrotate
files - add it with proper retention.

Closes Bug: 1833379

6d391ef... by Diko Parvanov

Fixed linting and unit testing

Fixed the linting to pass the tox -e lint test.
Fixed the unit testing to pass tox -e unit,
regression from previous commits.

Closes-Bug: 1833095
Closes-Bug: 1833093

8851293... by Diko Parvanov

Fixed a bug with default retention count

count variable did not have a default value
now falls back to lowest interval - days

fd4486c... by Diko Parvanov

Fixed indentation in lib_logrotate