Aleksandr Trushkin frx
frx commented on pull request frx/kurious#5 2026-06-28 12:38:31 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

Review Responses

1. internal/kurious/ports/http/server.go — Unify ErrNotFound

Let's unify ErrNotFound, why is there both, let's remove domain.ErrNotFound and move…

frx suggested changes for frx/kurious#5 2026-06-28 12:19:02 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

Need improvements

frx commented on pull request frx/kurious#5 2026-06-28 12:19:02 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

There are mocks in internal/kurious/domain/repository.go, mocked repository should not be in the domain package. Let's move mocks into adapaters.

frx commented on pull request frx/kurious#5 2026-06-28 09:59:21 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

Domain package shouldn't depend on any other package

frx commented on pull request frx/kurious#5 2026-06-28 07:24:49 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

Let's unify ErrNotFound, why is there both, let's remove domain.ErrNotFound and move completely to errors.ErrNotFound

frx closed issue frx/kurious#3 2026-06-27 22:47:03 +00:00
is this repo alive?
frx opened issue frx/kurious#3 2026-06-27 20:31:07 +00:00
is this repo alive?
frx pushed to feature/telegram-webhook at frx/altherego 2025-03-28 18:06:34 +00:00
4cc17a27de test build
frx created branch feature/telegram-webhook in frx/altherego 2025-03-28 18:06:34 +00:00
frx pushed to master at frx/devsim 2024-08-16 22:44:30 +00:00
f635d4ca5b add healthcheck service
frx pushed to master at frx/devsim 2024-08-13 20:40:01 +00:00
25762cbae8 improve upsert perfomance
frx pushed to master at frx/devsim 2024-08-13 19:03:44 +00:00
30e5968e03 support db migrations
frx pushed to master at frx/devsim 2024-08-11 18:44:29 +00:00
880f67aa73 atmost working example
frx pushed to master at frx/devsim 2024-08-10 11:14:45 +00:00
0046755c7d provide a way to run app
frx pushed to master at frx/devsim 2024-08-09 23:15:08 +00:00
ba6ac26bac add http server
frx pushed to master at frx/devsim 2024-08-06 21:26:58 +00:00
6a2489a65c add readme