index
:
goprecords
master
Global uptime stats using uptimed written in Go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2026-04-14
refactor: use fs.FS for aggregate and DB import (ask v3)
Paul Buetow
2026-04-14
refactor: share .records file discovery (ask u3)
Paul Buetow
2026-04-14
y3: case-insensitive ParseCategory, ParseMetric, ParseOutputFormat
Paul Buetow
2026-04-14
fix: safe HostAggregate lifespan/downtime and uint64 max boot (ask 34)
Paul Buetow
2026-04-14
fix(t3): surface CreateSchema errors in integration import test
Paul Buetow
2026-04-14
recordline: reject invalid uptime/bootTime (s3)
Paul Buetow
2026-04-14
fix(r3): use errors.Is for sentinel error comparisons
Paul Buetow
2026-04-14
goprecords: wrap LoadRecords errors in LoadAggregates (ask o3)
Paul Buetow
2026-04-14
n3: validate SQLite with PingContext after Open
Paul Buetow
2026-04-14
refactor: extract record line parser to internal/recordline (m3)
Paul Buetow
2026-04-14
daemon: NewHandler returns error instead of panicking (l3)
Paul Buetow
2026-04-14
daemon: set http.Server timeouts for Run (k3)
Paul Buetow
2026-04-14
test(daemon): race-safe log buffers in Run tests (j3)
Paul Buetow
2026-04-14
test: microservice coverage for task 63
Paul Buetow
2026-04-14
daemon: add /livez and /readyz HTTP probes for Kubernetes
Paul Buetow
2026-04-14
docs,test: HTTP upload API and curl auth example (ask 23)
Paul Buetow
2026-04-14
task 13: upload API keys in SQLite, Bearer auth, create-client-key CLI
Paul Buetow
2026-04-14
Add HTML OutputFormat and report API support (ask task 03)
Paul Buetow
2026-04-14
daemon: stdout-only slog logging for HTTP (task 43)
Paul Buetow
2026-04-14
test(x2): codify CLI backward-compatibility contract
Paul Buetow
2026-04-14
z2: HTTP report query aliases and Gemtext Content-Type
Paul Buetow
2026-04-14
Add --daemon plain HTTP server (y2)
Paul Buetow
2026-03-08
increment
v0.2.4
0.2.4
Paul Buetow
2026-03-08
decrement
Paul Buetow
2026-03-08
increment
Paul Buetow
2026-03-08
fix package names
Paul Buetow
2026-03-03
chore: bump version to 0.2.3
v0.2.3
0.2.3
Paul Buetow
2026-03-03
refactor(context): propagate context through db open and io scans (task 333)
Paul Buetow
2026-03-03
refactor(cli): move main orchestration into internal cli package (task 332)
Paul Buetow
2026-03-03
refactor(report): add format-specific reporter implementations (task 333)
Paul Buetow
2026-03-03
refactor(storage): separate DB operations into storage package (task 334)
Paul Buetow
2026-02-28
bump version to 0.2.2
v0.2.2
0.2.2
Paul Buetow
2026-02-28
refactor: split ImportFromDir into smaller functions
Paul Buetow
2026-02-28
refactor: move integration test runner from main.go to internal package
Paul Buetow
2026-02-28
refactor: extract report config, flags, and rendering into internal package
Paul Buetow
2026-02-28
refactor: extract shared parseRecordLine to eliminate duplication
Paul Buetow
2026-02-20
test: add comprehensive unit tests for 82% coverage
Paul Buetow
2026-02-20
bump version to 0.2.1
v0.2.1
Paul Buetow
2026-02-20
perf: use transactions for database imports (118x speedup)
Paul Buetow
2026-02-20
bump version to 0.2.0
v0.2.0
Paul Buetow
2026-02-20
refactor: apply Go best practices and remove obsolete files
Paul Buetow
2026-02-20
Add Go implementation (goprecords)
v0.1.0
Paul Buetow