Conversation
- 독립적인 데이터베이스 세션을 생성하여 멀티스레딩 안정성 확보 - GraphService 및 GraphRepository 인스턴스를 독립적으로 생성하여 스레드 간 격리 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- 독립적인 데이터베이스 세션을 생성하여 멀티스레딩 안정성 확보 - GraphService 및 GraphRepository 인스턴스를 독립적으로 생성하여 스레드 간 격리 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- 독립적인 데이터베이스 세션을 생성하여 멀티스레딩 안정성 확보 - GraphService 인스턴스를 독립적으로 생성하여 스레드 간 격리 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- 독립적인 데이터베이스 세션을 생성하여 멀티스레딩 안정성 확보 - GraphService 및 GraphRepository 인스턴스를 독립적으로 생성하여 스레드 간 격리 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- get_db() 대신 SessionLocal()을 사용하여 독립적인 데이터베이스 세션 생성 - 멀티스레딩 안정성을 확보하기 위한 코드 수정 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- get_db() 대신 SessionLocal()을 사용하여 독립적인 데이터베이스 세션 생성 - 멀티스레딩 안정성을 확보하기 위한 코드 수정 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- get_db() 대신 SessionLocal()을 사용하여 독립적인 데이터베이스 세션 생성 - 설정에서 user_id와 space_id를 직접 추출하도록 수정 - 카드가 존재하지 않을 경우 더 친화적인 오류 메시지 제공 - 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- 독립적인 GraphService 및 GraphRepository 인스턴스를 생성하여 멀티스레딩 안정성 확보 - 설정에서 user_id와 space_id를 직접 추출하도록 수정하여 코드 가독성 향상 - 코드 구조를 정리하고 주석을 추가하여 가독성 개선
- cardlinks의 chatId와 chat_id 두 형식 모두 지원됨을 명시하여 사용자의 이해를 돕기 위해 주석 수정 - 예시를 추가하여 사용자가 보다 쉽게 이해할 수 있도록 개선
- cardlinks 항목에서 chat_id와 chatId 필드를 모두 지원하도록 수정 - chat_id 필드가 없을 경우 ValueError를 발생시켜 명확한 오류 처리 추가
- 스페이스 소유권을 확인하는 로직을 추가하여 사용자 권한 검증 강화 - 세션 키에 user_id를 포함시켜 다른 사용자 세션 접근을 자동으로 차단하는 기능 추가
- relocate_card 및 delete_card 관련 테스트 파일을 삭제하여 코드 정리 - test_fixtures.py에서 mock_config 생성 방식을 개선하여 유효한 UUID 형식 사용 - delete_card 및 relocate_card 테스트에서 GraphService 및 GraphRepository의 모킹 방식을 수정하여 코드 가독성 향상 - 기존 테스트의 원자성 및 예외 처리 로직을 개선하여 안정성 확보
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.
작업 내역
특이 사항