Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-05 | add debug log support for the checker | Gibheer | 1 | -0/+13 | |
This makes it possible to use this library and get a debug checker output. | |||||
2021-12-02 | add basic infrastructure for writing a checker | Gibheer | 1 | -0/+150 | |
These are the first components to interact with the database in a predefined way to write a checker instance. CheckExec serves as an example implementing the Executor interface. |