f5a9a1209f
fix: map CodeAlreadyExists to HTTP 409 Conflict
...
Updated the `agentErrToHTTP` switch statement to explicitly catch
`connect.CodeAlreadyExists` (as well as
`connect.CodeFailedPrecondition`)
and return `http.StatusConflict` (409) instead of falling through to the
default 502 Bad Gateway.
2026-04-11 23:54:48 +06:00
172413e91e
Made changes to accomodate repo url update ( #15 )
...
Reviewed-on: wrenn/wrenn#15
Co-authored-by: pptx704 <rafeed@omukk.dev >
Co-committed-by: pptx704 <rafeed@omukk.dev >
2026-04-09 21:02:44 +00:00
d3e4812e46
v0.0.1 ( #8 )
...
Co-authored-by: Tasnim Kabir Sadik <tksadik92@gmail.com >
Reviewed-on: wrenn/sandbox#8
2026-04-09 19:24:49 +00:00
32e5a5a715
Prototype with single host server and no admin panel ( #2 )
...
Reviewed-on: wrenn/sandbox#2
Co-authored-by: pptx704 <rafeed@omukk.dev >
Co-committed-by: pptx704 <rafeed@omukk.dev >
2026-03-22 21:01:23 +00:00
bd78cc068c
Initial project structure for Wrenn Sandbox
...
Set up directory layout, Makefiles, go.mod files, docker-compose,
and empty placeholder files for all packages.
2026-03-09 17:22:47 +06:00