Alexey Shakhmatov dev
  • Joined on 2026-03-17
dev created repository tools/tusk 2026-03-24 09:28:21 +00:00
dev created repository svc/document-service 2026-03-23 15:05:14 +00:00
dev pushed tag v0.1.0 to pkg/obsx 2026-03-23 14:33:36 +00:00
dev pushed to main at pkg/obsx 2026-03-23 13:32:27 +00:00
362267470e Add CI/publish workflows, tracer tests, fix Go version in CLAUDE.md
84413772df Add obsx library
Compare 2 commits »
dev created repository pkg/obsx 2026-03-23 13:20:13 +00:00
dev pushed tag v0.1.0 to pkg/dbx 2026-03-23 11:17:11 +00:00
dev pushed to main at pkg/dbx 2026-03-23 11:16:44 +00:00
2113d9cc75 Add publish workflow for Gitea Go Package Registry
dev pushed tag v0.1.0 to pkg/httpx 2026-03-23 07:42:16 +00:00
dev pushed to main at pkg/httpx 2026-03-23 07:42:16 +00:00
b6350185d9 Fix publish workflow: use git archive instead of go install
dev deleted tag v0.1.0 from pkg/httpx 2026-03-23 07:41:49 +00:00
dev pushed tag v0.1.0 to pkg/httpx 2026-03-23 07:37:06 +00:00
dev pushed to main at pkg/httpx 2026-03-23 07:25:58 +00:00
85cdc5e2c9 Add publish workflow for Gitea Go Package Registry
dev pushed to main at pkg/dbx 2026-03-22 21:22:36 +00:00
5aa9c783c3 Fix NewTestCluster to skip tests when DB is unreachable
dev pushed to main at pkg/dbx 2026-03-22 21:20:21 +00:00
2c9af28548 Add production features: slog adapter, scan helpers, slow query logging, pool stats, tracer passthrough, test tx isolation
dev pushed to main at pkg/dbx 2026-03-22 21:02:13 +00:00
7d25e1b73e Add CI workflow, README, CLAUDE.md, AGENTS.md, and .cursorrules
62df3a2eb3 Add dbx library: PostgreSQL cluster with master/replica routing, retry, health checking
Compare 2 commits »
dev created repository pkg/dbx 2026-03-22 20:02:39 +00:00
dev pushed to main at pkg/httpx 2026-03-22 19:30:22 +00:00
25beb2f5c2 Add AGENTS.md reference to CLAUDE.md
16ff427c93 Add AI agent configuration files (AGENTS.md, .cursorrules, copilot-instructions)
138d4b6c6d Add package-level doc comments for go doc and gopls
Compare 3 commits »
dev pushed to main at pkg/httpx 2026-03-22 19:07:07 +00:00
3aa7536328 Add examples/ with runnable usage demos for all major features
dev pushed to main at pkg/httpx 2026-03-22 18:56:23 +00:00
89cfc38f0e Update documentation with new client and server features
8a63f142a7 Add WithNotFoundHandler option for custom 404 responses on Router
21274c178a Add WithMaxResponseBody option to prevent client-side OOM
49be6f8a7e Add client RequestID middleware for cross-service propagation
3395f70abd Add server RateLimit middleware with per-key token bucket
Compare 11 commits »
dev pushed to main at pkg/httpx 2026-03-21 19:58:22 +00:00
4d47918a66 Update documentation with server package details