Skip to content

release-1.0 <- main #311

Open
2Jin1031 wants to merge 42 commits intorelease-1.0from
main
Open

release-1.0 <- main #311
2Jin1031 wants to merge 42 commits intorelease-1.0from
main

Conversation

@2Jin1031
Copy link
Copy Markdown
Contributor

@2Jin1031 2Jin1031 commented Apr 7, 2026

작업 내용

고민 지점과 리뷰 포인트

haeyoon1 and others added 30 commits March 9, 2026 16:50
[TSK-56-150] 간헐적 로그인 불가 문제
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fb1ed29d92

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +32 to +35
try {
toscAuthService.loginTosc(client, loginRequest);
} catch (Exception exception) {
toscLoginFailed = true;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Set toscLoginFailed when TOSC auth actually fails

LoginResult.toscLoginFailed is only set in this catch, but ToscAuthService.loginTosc now handles HTTP errors, timeouts, parsing errors, and even success=false responses by logging and returning normally. That means these common failure paths never reach this block, so the API reports toscLoginFailed=false even when TOSC login/sync failed, and clients cannot surface or react to stale TOSC state.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants