logaritmisk
  • Joined on 2023-10-06
logaritmisk opened issue logaritmisk/biggus-dickus#8 2026-06-02 07:07:49 +00:00
Remove unused thiserror dependency from db crate (or land db::Error)
logaritmisk opened issue logaritmisk/biggus-dickus#6 2026-06-02 06:09:59 +00:00
Add pagination to audit history_for before exposing it via the API
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-02 06:09:59 +00:00
cc26c96a82 chore: update Cargo.lock for audit-spine dependencies
86a3a8a47c test(db): assert audit_log mutations fail via the immutability trigger
45aea6b702 test(db): enforce audit_log immutability and transactional atomicity
c67b588188 test(db): cover delete/empty-changes/empty-history; clarify map_row naming
87b016a56c feat(db): add append-only audit repository (record, history_for)
Compare 10 commits »
logaritmisk opened issue logaritmisk/biggus-dickus#7 2026-06-02 06:09:59 +00:00
Extend the audit log to cover auth/security events
logaritmisk opened issue logaritmisk/biggus-dickus#5 2026-06-02 06:09:58 +00:00
Run the app under a non-owner DB role (INSERT/SELECT only on audit_log)
logaritmisk opened issue logaritmisk/biggus-dickus#4 2026-06-02 04:26:53 +00:00
Foundation follow-up cleanups
logaritmisk opened issue logaritmisk/biggus-dickus#3 2026-06-02 04:26:47 +00:00
Decide OpenAPI schema strategy for domain newtypes (keep domain I/O-free)
logaritmisk opened issue logaritmisk/biggus-dickus#2 2026-06-02 04:26:43 +00:00
Make database connection pool size configurable
logaritmisk opened issue logaritmisk/biggus-dickus#1 2026-06-02 04:26:39 +00:00
Add graceful shutdown to the HTTP server
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-02 04:26:12 +00:00
19c7bdc3ae feat(server): wire config, database, and HTTP serving
b8cea49427 test(api): assert readiness status field on happy path
b9acc03761 feat(api): add health probes, OpenAPI doc, and router
8da3eefdce feat(db): add Db handle with pool connect and readiness ping
db6183405e chore: add local Postgres, justfile, and env example
Compare 13 commits »
logaritmisk created branch main in logaritmisk/biggus-dickus 2026-06-01 19:37:29 +00:00
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-01 19:37:29 +00:00
283e27fa06 initial commit
logaritmisk created repository logaritmisk/biggus-dickus 2026-06-01 19:37:02 +00:00
logaritmisk pushed to main at logaritmisk/xy 2026-05-27 10:42:45 +00:00
00c7e7e812 feat(paths): auto-create config dir on daemon startup
740b8b4c84 Merge feat/mcp-supervisor: HTTP MCP server supervisor MVP
4a0b32d90e fix(supervisor): StartAck::SpawnFailed surfaces real failures
b366df0482 fix(supervisor): make backoff sleep interruptible by Stop/Shutdown
3e4ad79137 fix(supervisor): publish full status (pid, port, uptime, restart_count, last_exit) via watch channel
Compare 44 commits »
logaritmisk created branch main in logaritmisk/xy 2026-05-25 09:20:19 +00:00
logaritmisk pushed to main at logaritmisk/xy 2026-05-25 09:20:19 +00:00
c252bd7716 docs: add xy MCP supervisor implementation plan
8f7200aa25 docs: add xy MCP supervisor design spec
cd2746cc3d chore: initial cargo skeleton
logaritmisk created repository logaritmisk/xy 2026-05-25 09:20:07 +00:00
logaritmisk pushed to main at infra/setup-buildx 2026-05-23 20:48:28 +00:00
917bedaf7c docs: reflect runner-embedded cache and persistent buildkit
logaritmisk pushed tag v1 to infra/notify-image-updater 2026-05-23 20:38:00 +00:00
logaritmisk pushed to main at infra/notify-image-updater 2026-05-23 20:37:59 +00:00
a174f823f3 feat: initial composite action