-
Notifications
You must be signed in to change notification settings - Fork 28
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
Refactor/1365 커스텀 예외 수정 #1431
The head ref may contain hidden characters: "refactor/1365-\uCEE4\uC2A4\uD140-\uC608\uC678-\uC218\uC815"
Refactor/1365 커스텀 예외 수정 #1431
Conversation
아티클 추가
네브바 아티클 탭 추가로 인해 일부 탭이 가려지는 현상이 발생하였음 sm 사이즈부터 작은 로고가 적용되도록 수정
Feature/#1385 아티클 조회, 생성 api 로직을 구현한다.
1. 불필요한 async 키워드 제거 2. type 지정
…-main-page Feature/#1371 아티클 조회 페이지 구현
- files를 통해서 서버에서 동작할 filebeat.yml을 만드는 스크립트를 작성 - command를 통해 filebeat를 설치하고, files를 통해 생성했던 스크립트를 실행하고 나서 filebeat.yml 실행
Refactor/#1403 api axios 사용하는 파일 리팩터링
SonarCloud Quality Gate failed. 0 Bugs 65.9% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
호이 쓰러지는거 아니죠? |
뒷목잡고 쓰러질뻔했어여 |
수고햇어유우ㅋㅋ |
호이 고생하셨습니다,, 그런데 제가 했던 것들이 왜 호이 커밋에 포함되어있는거죠,,? ㅋㅋㅋㅋ 괜찮을 줄 알았는데,, 아직 main 에 들어가야하지 말 것이 들어가있습니다,, 이 커밋 에서 |
#️⃣연관된 이슈
📝작업 내용
BadRequestException
변경 전
변경 후
BadRequestCode
를 받게해서 무조건 예외 등록을 하도록 수정BadRequestCode
변경 전
…
변경 후
BadRequestCode
만 관리하도록 변경 (CustomException 만들 필요 없음)실제 코드 작성에서 바뀐 부분
변경 전
변경 후
CustomException
을 알고 있었다면, 바뀐 후에는BadRequestCode
를 알고 있도록 변경