summaryrefslogtreecommitdiffstats
path: root/src/log
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-08-12Fix Allow enum variant names with equal prefix hereMatthias Beyer
2021-05-31Merge branch 'fix-color-log-in-db'Matthias Beyer
2021-05-31Fix: Insert shouldn't be done with LogItem::display()Matthias Beyer
2021-05-31Impl Debug for ParsedLogMatthias Beyer
2021-05-31Add another successfullness test for log parserMatthias Beyer
2021-05-31Make job-successfullness-check less boolishMatthias Beyer
2021-05-26Add tests for job-successfullness-checkMatthias Beyer
2021-05-11Add color support in LogItem::display() implMatthias Beyer
2021-05-11Refactor: Use moving iterator for ParsedLogMatthias Beyer
2021-05-11Refactor: Implement FromStrMatthias Beyer
2021-05-10Make ParsedLog::build_from generic over AsRef<str>Matthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: redundant closure foundMatthias Beyer
2021-01-15Fix clippy: useless conversion to the same type: `std::vec::Vec<u8>`Matthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-14Fix: Remove trailing ":", which is not needed in OK stateMatthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-04Maintenance: Remove Display implMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-12-03Remove unused module: log::filesinkMatthias Beyer
2020-11-13Add ParsedLog type, which holds a list of parsed log linesMatthias Beyer
2020-11-13Add helper to check whether a log text reports successMatthias Beyer
2020-11-13Make LogItem::display() result able to be turned into StringMatthias Beyer
2020-11-12Fix: Do not require string quoting in log parserMatthias Beyer
2020-11-08Remove unused variableMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-04Make LogSink take only reference to the logged itemMatthias Beyer
2020-11-04Add LogItem::display(), which crafts a displayable object from the LogItemMatthias Beyer
2020-11-04Add FileSink as LogSink implementation that writes to a fileMatthias Beyer
2020-11-04Add LogSink trait, for implementing Log destinationsMatthias Beyer
2020-11-04Move LogItem type to own moduleMatthias Beyer
2020-11-03Make helper function publicMatthias Beyer
2020-10-27Fix: Add missing ":" after state identifierMatthias Beyer
2020-10-27Add helper for pretty test errorsMatthias Beyer
2020-10-27Add multiline string testMatthias Beyer
2020-10-27Implement log module for job log handlingMatthias Beyer