-
Notifications
You must be signed in to change notification settings - Fork 2
[FEATURE] 유저 삭제 시 업체 삭제 등 #45
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
Open
Jin4041
wants to merge
49
commits into
develop
Choose a base branch
from
feature/#44-company-delete-user
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
6108688
feature: domain 계층 구현
Jin4041 d6ef8f7
feature: infrastructure 계층 구현
Jin4041 41afdb7
feature: application, presentation 계층 구현
Jin4041 2b4c07e
refactor: ProductService 접근제한자 수정, updateby 기록하도록 수정
Jin4041 e81af68
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 dff8af0
feat: product - read 구현
Jin4041 ae9e545
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 c01ae4b
refactor: common module 적용, 사용자 정보 추출은 서비스에서 처리
Jin4041 5e181ff
refactor: 리뷰 내용 반영하여 수정
Jin4041 d5119c8
test: crud test
Jin4041 459912b
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 6cdfef6
refactor: 사용하지 않는 import문 제거
Jin4041 8ad6148
Update product-service/src/main/java/com/shipflow/productservice/appl…
Jin4041 06adbce
Update product-service/src/main/java/com/shipflow/productservice/appl…
Jin4041 14e4fec
refactor: build.gradle 내 dependencyManagement 삭제
Jin4041 303a6ea
Merge remote-tracking branch 'origin/feature/#12-product-api' into de…
Jin4041 5c6643e
Update product-service/src/main/java/com/shipflow/productservice/doma…
Jin4041 4215ee3
refactor: 리뷰 수정사항 반영
Jin4041 dc0ebe9
Merge remote-tracking branch 'origin/feature/#12-product-api' into de…
Jin4041 5f1bdcb
Update product-service/src/main/java/com/shipflow/productservice/infr…
Jin4041 dae6ba6
refactor: 리뷰 수정사항 반영
Jin4041 faeab48
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 8e15cb7
refactor: 리뷰 수정사항 반영 - 인터셉터 추가, audit 관련 부분 수정,
Jin4041 ab3e075
chore: eureka, feign client 관련 설정
Jin4041 ba11b2c
feat: order 조회요청 관련 처리
Jin4041 714c6f0
feat: order 메시징 관련 구현
Jin4041 940b9f7
test: 주문관련 test 구현 및 수정 반영
Jin4041 6e1ef40
feat: 삭제된 업체 소속 상품 삭제 구현 및 테스트
Jin4041 d5264e7
fix: pr 중 실행 오류로 권한 추가
Jin4041 dfddb2d
Update product-service/src/main/java/com/shipflow/productservice/appl…
Jin4041 5820303
refactor: 리뷰 반영 수정
Jin4041 6670706
refactor: 리뷰 반영 수정 2
Jin4041 2c5f67a
refactor: 리뷰 반영 수정 3
Jin4041 fc70eef
refactor: 코드래빗 수정 코드 백틱 제거
Jin4041 7e56a16
refactor: 코드래빗 수정 코드 백틱 제거
Jin4041 7afd44c
refactor: 컴포즈로 구동 확인
Jin4041 d529c2f
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 98fc999
refactor: order의 재고 조회 시 반환값 추가
Jin4041 49e50b0
feat: api 요청 시 companyId 검증, 권한이 업체나 허브 담당자일 경우 담당여부 검증
Jin4041 e1b6ac4
feat: cascading 삭제 반영
Jin4041 c92b3c8
test: 추가 기능 반영
Jin4041 e09a05f
refactor: order 조회 요청 주소에서 company 정보 제외, 내부 삭제 요청 용으로 delete 분리
Jin4041 5f219ba
refactor: redis stock 정보 수정처리를 transaction 외부로 분리
Jin4041 54e3a33
Merge branch 'develop' into feature/#39-product-validation
Jin4041 5a7f333
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 bf25735
refactor: company-업체정보 반환 시 address 필드 추가
Jin4041 de58651
Merge remote-tracking branch 'origin/feature/#39-product-validation' …
Jin4041 968fdf4
Merge remote-tracking branch 'origin/develop' into dev_product
Jin4041 bcd7796
feat: company) user 삭제 시 업체 삭제 추가 - user 쪽 요청주소 수정 포함
Jin4041 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
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.