Conversation
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.
🎯 작업 내용
주요 변경사항
description을 AI 요약값(commit_analysis.summary)으로 변경상세 내용
description필드가 커밋 메시지 대신 AI 요약값을 반환하도록 수정했습니다. (원래는 임의로 커밋 메시지로 조회)DELETE /api/repositories/{repositoryId}API를 추가하고, 레포 삭제 시 커밋/커밋분석/연결 및 추천 데이터가 함께 정리되도록 반영했습니다.GET /api/github/token/statusAPI를 추가해 GitHub Access Token 등록 여부를true/false로 조회할 수 있도록 했습니다.DELETE /api/github/tokenAPI를 추가해 현재 로그인 사용자의 GitHub Access Token을 삭제할 수 있도록 했습니다.GITHUB_TOKEN_INVALID를 반환하도록 예외 처리를 분리했습니다.DELETE /api/applications/{applicationId}/commitsAPI를 추가해 적용사항에 연결된 커밋을 해제할 수 있도록 구현했습니다.connectedApplication필드를 추가해, 각 커밋에 연결된 적용사항 정보를 함께 반환하도록 수정했습니다.✅ 체크리스트
📋 API 명세서
💬 리뷰 요청사항 (선택)
📚 참고 자료 (선택)