migrate controller to core/errors TangoError#173
Merged
Conversation
justinwon777
marked this pull request as draft
July 10, 2026 08:49
justinwon777
force-pushed
the
common-migrate
branch
from
July 11, 2026 05:41
522bb2a to
1b8149a
Compare
justinwon777
force-pushed
the
common-migrate
branch
from
July 11, 2026 05:57
1b8149a to
57dcd8d
Compare
justinwon777
force-pushed
the
justin.won/errors
branch
from
July 11, 2026 18:38
3cb087d to
07400ac
Compare
justinwon777
force-pushed
the
common-migrate
branch
from
July 11, 2026 18:39
57dcd8d to
9844525
Compare
justinwon777
force-pushed
the
justin.won/errors
branch
from
July 13, 2026 06:26
07400ac to
4af25b1
Compare
justinwon777
marked this pull request as ready for review
July 13, 2026 17:36
justinwon777
force-pushed
the
justin.won/errors
branch
from
July 13, 2026 18:01
4af25b1 to
e75b330
Compare
justinwon777
force-pushed
the
common-migrate
branch
from
July 13, 2026 19:06
9844525 to
49e0fa3
Compare
justinwon777
force-pushed
the
justin.won/errors
branch
from
July 13, 2026 23:49
e75b330 to
9f4720b
Compare
justinwon777
force-pushed
the
common-migrate
branch
from
July 13, 2026 23:56
49e0fa3 to
b03d6d8
Compare
justinwon777
force-pushed
the
justin.won/errors
branch
3 times, most recently
from
July 14, 2026 19:20
a30bd54 to
1a48b38
Compare
justinwon777
marked this pull request as draft
July 15, 2026 01:29
justinwon777
force-pushed
the
justin.won/errors
branch
3 times, most recently
from
July 15, 2026 23:29
4149fe6 to
331adab
Compare
justinwon777
force-pushed
the
common-migrate
branch
4 times, most recently
from
July 16, 2026 09:15
6ef5b89 to
09379b9
Compare
justinwon777
marked this pull request as ready for review
July 16, 2026 09:19
justinwon777
force-pushed
the
common-migrate
branch
from
July 16, 2026 09:27
09379b9 to
97b10da
Compare
yushan8
reviewed
Jul 16, 2026
yushan8
reviewed
Jul 16, 2026
yushan8
reviewed
Jul 16, 2026
justinwon777
force-pushed
the
common-migrate
branch
from
July 16, 2026 17:57
97b10da to
1e2add4
Compare
yushan8
reviewed
Jul 16, 2026
yushan8
reviewed
Jul 16, 2026
justinwon777
force-pushed
the
common-migrate
branch
3 times, most recently
from
July 17, 2026 23:47
a564f24 to
3b5a2ee
Compare
yushan8
approved these changes
Jul 17, 2026
No functional changes; goimports reorders tangopb/tango.pb.go's import grouping. gazelle and gofmt reported nothing to change. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
justinwon777
force-pushed
the
common-migrate
branch
from
July 18, 2026 00:07
43af27b to
932b2e8
Compare
Add a mapper package to convert core/errors.TangoError into the proto TangoError message returned by RPCs.
justinwon777
force-pushed
the
common-migrate
branch
from
July 18, 2026 00:10
932b2e8 to
134e430
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes all usages of core/common errors in controller and classifies user failures with TangoError.
GetChangedTargetsandGetTargetGraphreturn error withmapper.ToProtoError(retErr)so all errors are classified.Test Plan
unit tests