-
Couldn't load subscription status.
- Fork 4
6주차 배포 2 #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
6주차 배포 2 #223
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
- redis에 연결 정보가 없거나 잘못된 연결ID로 연결시 connectionId로 redis 데이터 캐싱
- POST api/ai/audio/:mindmapId 추가 - nginx BODY 최대 사이즈 변경 - 소켓 aiPending 요청 추가 - 파일 확장자 validation 파이프 추가
[Feature-5-be] 텍스트 AI 요청 에러처리 추가 및 audio 파일 전송 api 추가
[feature-be-fix] 마인드맵 삭제 시 관련 자식 데이터 삭제 오류 수정
This reverts commit c05579c3d287be1985a5f758a2825daf2a690bd5. 수정함: BE/apps/api-server/src/modules/auth/auth.service.ts 수정함: BE/apps/api-server/src/modules/connection/connection.service.ts 수정함: BE/apps/api-server/src/modules/mindmap/mindmap.service.ts
[Feature-modal-refactor-fe] AI text, voice 파일 업로드 시 모달 추가 & 모달 관련 파일들 리팩토링
[Feature-dev-hotfix]음성파일 요청 관련 에러 처리
kimnamheeee
approved these changes
Dec 3, 2024
[Feature-dev-hotfix] 머지 컨플릭트 중 날아간 코드 수정 및 모달 추가
[Feature-5-be-fix]ai 요청 오류시 pending 상태 해제
[Feature-5-be-fix] aiCount 검증 추가 및 감소 로직 response로 이동
[Feature-tab-refactor-fe] console.error -> nodeError로 보여주도록
[feature-dev-hotfix] 비회원 AI 변환 블락
[Feature-history-state-fix] historyState 오류 해결
[feature-historyState-fix] history에 빈 객체가 있을 경우 접근 방지
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.
6주차 2번째 배포 버전입니다.