-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/search place by tag1 #16
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f0b51e7
refactor: 리뷰 조회 응답에 멤버 profile 추가
SonMinGyu bd92297
feat: 태그로 장소 검색하는 기능 구현
SonMinGyu d5e61f2
test: 태그들로 장소 조회 인수 테스트 구현
SonMinGyu abfb4f8
refactor: 장소 응답에 태그 보내도록 리팩토링
SonMinGyu 7f77798
refactor: 장소 조회 응답에 관련된 태그 같이 보내도록 리팩토링
SonMinGyu 921a1e7
refactor: place 관련 review 조회 시 reviewTag join 추가
SonMinGyu 9a7bc2f
refactor: review 조회 시 이미지 응답하도록 리팩토링
SonMinGyu 42fcea7
refactor: 리뷰 작성 시 이미지 필수 조건 수정
SonMinGyu c3abf66
feat: 장소 등록 시 이미지 존재여부 판단 로직 추가
SonMinGyu 8429465
refactor: 리뷰 응답에 장소 이름 추가
SonMinGyu b737711
test: ReviewAcceptanceTest 수정
SonMinGyu f761488
test: test오류 수정
SonMinGyu 56b81b3
test: StudyRecordAcceptanceTest 수정
SonMinGyu 81d0203
feat: StudyRecord 이미지 존재 여부 검증 로직 추가
SonMinGyu 191bb97
test: PlaceAcceptanceTest 수정
SonMinGyu d1c00a2
test: StudyRecordServiceTest 수정
SonMinGyu d0c9a62
refactor: studyrecord 응답 시 image 보내주도록 리팩토링
SonMinGyu c6db02d
refactor: 코드 리뷰 사항 수정
SonMinGyu e26c46e
refactor: 코드 리뷰 내용 반영
SonMinGyu 04dafa0
refactor: 코드 리뷰 사항 반영
SonMinGyu 5c53d26
chore: jpa hibernate ddl-auto 속성 변경
SonMinGyu fc7fa46
chore: ddl-auto 수정
SonMinGyu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
운영환경에 올리면서 변경하게 된 걸까요?
update의 경우 잘 사용하지 않는 옵션입니다. 서비스 운영에서 문제가 되는 코드를 배포하는 경우는 허다한데, 그럴 경우 운영중인 원본 DB 테이블에 치명적인 영향을 끼칠 수 있어서 그래요.
운영이라면 좀 더 보수적으로 접근해서 none이나 validate 옵션을 주로 사용하고 있어요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 확인해서 수정했습니다!