refactor(controlplane,dataplane): endpoints sqlc migration#2608
refactor(controlplane,dataplane): endpoints sqlc migration#2608
Conversation
…t-related test cases
|
@cursoragent bugbot review |
This comment was marked as resolved.
This comment was marked as resolved.
…remove unused code
|
@cursoragent bugbot review |
|
Here is my updated review of PR #2608 after the latest commit ( Updated Review: endpoints sqlc migration (post-refactor commit) The author addressed several findings from the prior review in commit Previously raised items -- now resolved:
Remaining items (non-blocking):
Overall assessment: The migration is in good shape. The most important data-integrity issues (silent error swallowing) and the performance concern (unnecessary decryption in update queries) have been addressed. The remaining items are all non-blocking and can be addressed as follow-ups. |
subomi
left a comment
There was a problem hiding this comment.
LGTM. Left just one nit comment.
Resolve conflicts between logger refactor (main) and endpoints sqlc migration (this branch). Both changes are preserved: - Logger: use new pkg/logger package (slog-based) throughout - Endpoints: use internal/endpoints service instead of postgres.NewEndpointRepo - Remove deleted database/postgres/endpoint.go (replaced by internal/endpoints) - Update internal/endpoints to use log.Logger interface from pkg/logger


No description provided.