summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-04-14Release 0.3.0 with daemon API and container packaging.Paul Buetow
Document the full HTTP API surface, bump the version for the new daemon/upload/report capabilities, and add Docker build assets so goprecords can be packaged and deployed in f3s. Made-with: Cursor
2026-04-14docs(readme): microservice API and CLI compatibility (task 33)Paul Buetow
Document --daemon, stats vs import/query DB paths, GET /report query parameters including HTML, health/livez/readyz, uploads with Bearer auth, per-client keys and --create-client-key, plain HTTP + external TLS, and backward compatibility for CLI workflows. Made-with: Cursor
2026-04-14docs,test: HTTP upload API and curl auth example (ask 23)Paul Buetow
Document daemon plain-HTTP mode, PUT /upload paths for five uptimed files, Bearer token header, and env flags. Add table-driven test asserting each kind maps to the expected filename in stats-dir. Made-with: Cursor
2026-02-20refactor: apply Go best practices and remove obsolete filesPaul Buetow
- Reorganize types.go: place types and constructors before methods - Simplify main.go: improve flag handling and reduce code complexity - Extract processRecordsFile() in aggregate.go: reduce function size, ensure immediate defer - Change Reporter receivers to value semantics for read-only operations - Fix wordWrap() function: properly account for line length with leading space - Remove guprecords.raku: Go implementation is the primary version now - Remove compare-with-raku.sh: no longer needed - Update README.md and .gitignore accordingly All tests pass: go test ./... and ./goprecords test Amp-Thread-ID: https://ampcode.com/threads/T-019c7c73-58f9-7516-958d-f30eb17a3bff Co-authored-by: Amp <amp@ampcode.com>
2026-02-20updatePaul Buetow
2026-02-07add stats-order optionPaul Buetow
Allow custom section ordering for --all reports while keeping defaults and tests in place. Co-authored-by: Cursor <cursoragent@cursor.com>
2025-05-18update readme examplesPaul Buetow
2023-04-29adjust readmePaul Buetow
2023-04-29update statsPaul Buetow
2023-04-02fix examplePaul Buetow
2023-04-02add more docsPaul Buetow
2023-03-30update example outputPaul Buetow
2023-03-27update examplesPaul Buetow
2023-03-19update example outputPaul Buetow
2023-03-19add --all attributePaul Buetow
2023-03-18dedupPaul Buetow
2023-03-18add example outputsPaul Buetow