No description
- Makefile 100%
| csvdata | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| tables.sql | ||
c10y-complement-results
Mini-tooling for managing the ledger/audit log of Complement test results and local development fixes.
Contents
ledger.db: SQLite database containing the action logs.Makefile: Commands for importing/exporting CSV data.
Usage
make export: Export the ledger toledger.csv.make import: Import data fromledger_import.csvinto theledgertable.make query: Open the SQLite shell for manual inspection.