-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 주문 상태 변경 이벤트 발행 및 알림 서버에 전송 #35
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
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
73c44e0
fix: OrderStatusUpdateEventRequest에서 adminId 제외
ginsengcandy 901dbcb
feat: 주문 상태 변경 이벤트 발행 시 주문자 id 포함
ginsengcandy df4dfc9
fix: findById -> findByIdWithBuyer로 수정
ginsengcandy 5baa494
fix: bean definition overriding 활성화, redis repositories 자동설정 끄기
ginsengcandy 19cf35c
fix: 알림서버 엔드포인트 불일치 문제 해결
ginsengcandy 2de31da
feat: CI 환경에서 Redis 띄우기
ginsengcandy 63292fd
fix: spring.jpa.properties.hibernate.dialect 를 mysql로 오버라이드
ginsengcandy 8d2355a
chore: test용 jwt 시크릿 단순화
ginsengcandy 4935913
feat: mock redissonClient 주입하여 RedissonAutoConfiguration 무력화
ginsengcandy 5219348
Merge branch 'feat/orderStatusUpdateEvent' of github.com:all-in-marke…
ginsengcandy fc3a600
fix: ci에서 JWT_SECRET 환경변수 자체를 제거
ginsengcandy e68411a
fix: 서비스 컨테이너 접근 호스트를 localhost로 변경
ginsengcandy 91b2321
feat: 직렬화 실패 예외 상위로 전파
ginsengcandy 37e7728
feat: MySQL 테스트 컨테이너 8.0.36으로 패치 고정하여 재현성 보장
ginsengcandy d26ea09
fix: test 전용 JWT_SECRET 길이 충분히 늘림(45bytes)
ginsengcandy 2aa1a1a
fix: test용 jwt secret base64 값으로 변경
ginsengcandy 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 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
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
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
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
3 changes: 1 addition & 2 deletions
3
...in/java/com/example/allinmarket/domain/order/event/dto/OrderStatusUpdateEventRequest.java
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.