-
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
fix : 카테고리 수정 문제 해결 #165
The head ref may contain hidden characters: "ART-186-be-\uCE74\uD14C\uACE0\uB9AC-\uC218\uC815-api-\uC774\uC288"
fix : 카테고리 수정 문제 해결 #165
Conversation
- patch로 변경
- parentId없이 name, slug를 수정 하면 발생하는 문제 해결 - artwork, slug가 null일때 발생하는 문제 해결 - parentId로 자기자신을 호출할때 발생하는 문제 해결
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
- checkDeath()를 나중에 호출하도록 했습니다.
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.
굿굿굿 고생했슴
다른거 코멘트도 체크부탁
src/main/java/com/example/codebase/domain/magazine/service/MagazineCategoryService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/example/codebase/domain/magazine/service/MagazineCategoryService.java
Show resolved
Hide resolved
src/main/java/com/example/codebase/domain/magazine/service/MagazineCategoryService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/example/codebase/domain/magazine/service/MagazineCategoryService.java
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## hotfix #165 +/- ##
=========================================
Coverage ? 72.14%
Complexity ? 1726
=========================================
Files ? 254
Lines ? 6384
Branches ? 295
=========================================
Hits ? 4606
Misses ? 1573
Partials ? 205
Continue to review full report in Codecov by Sentry.
|
📝 작업 내용
artwork, parentId, slud 가 null일 경우에 발생하던 400에러를 해결하였습니다.
parentId로 자기 지신의 id를 집어넣을시 발생하던 stackoverflow문제를 해결했습니다.
카테고리 수정시 api가 put에서 patch로 변경되었습니다.
🦾 연관된 이슈
jirra이슈