| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Replace use of crc32 for entity id | Dan Goodliffe | 7 days |
| | | | | | | Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated. | ||
| * | Execute jobs even when processing incoming logs | Dan Goodliffe | 2026-03-17 |
| | | | | | | Jobs run on background threads now, so we can happily run them even when we're busy. | ||
| * | Add utility for parsing an ISO like duration | Dan Goodliffe | 2025-12-20 |
| | | |||
| * | Add parked line import jobwebstat-0.2 | Dan Goodliffe | 2025-10-06 |
| | | | | | Periodically, on idle, scan for and import previously parked lines. | ||
| * | Replace DeleteWith lambda with a normal type | Dan Goodliffe | 2025-09-05 |
| | | | | | Lambdas have internal linkage. | ||
| * | Move DeleteWith helper in src/util | Dan Goodliffe | 2025-09-04 |
| | | |||
| * | Add bindMany helper | Dan Goodliffe | 2025-09-02 |
| | | |||
| * | Insert new entities and log entry in a transaction | Dan Goodliffe | 2025-08-25 |
| | | | | | If no new entities are required, no transaction is created. | ||
| * | Merge storeEntities into a single thing | Dan Goodliffe | 2025-08-25 |
| Add visitSum for tuples and makes storeEntities into a single lambda. | |||
