Skip to content
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 #75, #77] : 잘못된 인가 허용처리 수정, 마이페이지 게시글 목록 조회 응답 DTO 필드 네이밍 변경 #76

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

dudxo
Copy link
Collaborator

@dudxo dudxo commented Aug 22, 2024

관련 이슈

📑 작업 상세 내용

  • 특정 URL 잘못된 인가 처리가 이루어짐을 수정
    • "/api/auth/check-nickname" : permitAll() -> hasAnyAuthority("ROLE_GUEST", "ROLE_USER")
  • 마이페이지 게시물 목록 조회 응답 DTO 필드 네이밍 변경
    • updatedAt -> createdAt
  • 답변 단 질문 목록 조회 시 답변 내용을 updatedAt -> createdAt 정렬 순으로 가져오도록 변경

💫 작업 요약

  • 특정 URL이 제대로 된 인가처리가 되도록 수정

🔍 중점적으로 리뷰 할 부분

  • merge와 push 순서가 꼬여서 한 곳에 다 들어가게 되었습니다 죄송합니다ㅜㅜ

@dudxo dudxo added the 🚨 fix 오류 수정 label Aug 22, 2024
@dudxo dudxo requested a review from hyun2371 August 22, 2024 13:01
@dudxo dudxo self-assigned this Aug 22, 2024
@dudxo dudxo linked an issue Aug 22, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Aug 22, 2024

Code Coverage

Overall Project 81.78% 🍏
Files changed 100% 🍏

File Coverage
MemberCustomImpl.java 98.54% 🍏

Copy link

github-actions bot commented Aug 22, 2024

Test Results

86 tests   86 ✅  12s ⏱️
18 suites   0 💤
18 files     0 ❌

Results for commit f33f389.

♻️ This comment has been updated with latest results.

@dudxo dudxo changed the title [fix] : 잘못된 인가 허용처리 수정 [fix #75] : 잘못된 인가 허용처리 수정 Aug 22, 2024
@dudxo dudxo changed the title [fix #75] : 잘못된 인가 허용처리 수정 [fix #75, #77] : 잘못된 인가 허용처리 수정, 마이페이지 게시글 목록 조회 응답 DTO 필드 네이밍 변경 Aug 22, 2024
@dudxo dudxo merged commit ec385e3 into dev Aug 22, 2024
3 checks passed
@dudxo dudxo deleted the fix/#75/bug-fix branch August 22, 2024 13:15
@dudxo dudxo linked an issue Aug 22, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 fix 오류 수정
Projects
None yet
2 participants