No description
This repository has been archived on 2026-03-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Makefile 100%
Find a file
2026-03-05 09:54:55 -05:00
csvdata initial commit 2026-03-05 09:54:55 -05:00
.gitignore initial commit 2026-03-05 09:54:55 -05:00
Makefile initial commit 2026-03-05 09:54:55 -05:00
README.md initial commit 2026-03-05 09:54:55 -05:00
tables.sql initial commit 2026-03-05 09:54:55 -05:00

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 to ledger.csv.
  • make import: Import data from ledger_import.csv into the ledger table.
  • make query: Open the SQLite shell for manual inspection.