-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rules): implement "archive" rules (#648)
* fix(rule): validate eventSpecifier * feat(rules): implement "archive" rules * fix(rules): don't enforce name uniqueness on archiver rules * test(rules): add unit tests for archiver rule handling * fix(rules): do not assume default rule periodic archive settings * fix(rules): disallow configurations on archiver rules * fix(rules): archive rules have optional names * fix(rules): remove unnecessary check * fix(rules): only enforce toDisk=true if maxAge/maxSize set * chore(rules): apply spotless formatting * fix(rules): avoid NPE during deserialization * chore(rules): apply spotless formatting
- Loading branch information
1 parent
7e37830
commit e46209f
Showing
8 changed files
with
528 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.