Aleksandr Trushkin 40e5621eb9 fix(cluster-2): error contract unification (C1/M10/M11/M12)
- http: handleError now recognizes domain.ErrNotFound in addition to the
  common errors.ErrNotFound sentinel, so repo-not-found maps to 404
  instead of 500 (the two packages use distinct error types)
- sqlite_course_repository: propagate listCount errors instead of logging
  and swallowing them, which left callers with a silent Count=0
- synchandler: collect course/organization insert failures into a
  function-scoped error via errors.Join and return it; previously the
  loop-local err was overwritten and the handler always returned nil,
  hiding all insert failures
2026-06-28 04:28:48 +00:00
2024-06-16 23:55:49 +03:00
2024-01-11 11:55:37 +03:00
2024-04-11 10:33:14 +03:00
2024-09-25 00:47:12 +03:00
2024-03-24 16:51:39 +03:00
2026-06-27 22:46:52 +00:00
2024-09-25 00:47:12 +03:00
2023-11-22 01:12:04 +03:00
2024-09-25 00:47:12 +03:00
Description
No description provided
1.1 MiB
Languages
Go 84.3%
HTML 7.8%
templ 7.2%
Dockerfile 0.7%