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

[deploy] ec2 서버 이전 작업 #98

Merged
merged 29 commits into from
Apr 28, 2024
Merged

[deploy] ec2 서버 이전 작업 #98

merged 29 commits into from
Apr 28, 2024

Conversation

pagh2322
Copy link
Contributor

No description provided.

pagh2322 and others added 29 commits March 3, 2024 00:49
SnakeCase 에서 CamelCase 로 변경했어요.
## 게시글 api 엔드포인트 변경

1. `community` 에서 `posts` 로 변경
2. 특정 카테고리 게시글 페이징 요청 시, `/posts?category=free?page=1`로 요청

## ResponseBody 변경

게시글 생성/변경/삭제 시, 응답 객체의 body 값이 더이상 존재하지 않아요.

## 추가 기능

게시글 정보에 조회수 추가
[refactor] dto 클래스 필드 이름 변경
[docs] adoc 엔드포인트 변경 반영
## 추가

Review 접근 검증 서비스 분리
[feat] 게시글 목록/상세 내용 요청 분리
## 추가

- 리뷰 관련 api 엔드포인트 변경
## 추가

- 리뷰 관련 api 엔드포인트 및 Response Body 변경
## 추가

- 리뷰 관련 api 엔드포인트 변경
## 추가

- 강의 관련 api Response Body 변경
[fix] CommentLike 테이블 이름 수정
Copy link

Unit Test Results

88 tests   88 ✔️  3s ⏱️
25 suites    0 💤
25 files      0

Results for commit 36126d8.

Copy link

📝 테스트 커버리지 리포트입니다

File Coverage [86.21%] 🍏
CourseFindService.java 100% 🍏
CourseCreateService.java 100% 🍏
CommentApi.java 100% 🍏
ReportApi.java 100% 🍏
InvalidPostCategoryException.java 100% 🍏
PostNotFoundException.java 100% 🍏
ReportRequest.java 100% 🍏
ForbiddenException.java 100% 🍏
BusinessException.java 100% 🍏
AuthorizationException.java 100% 🍏
BadRequestException.java 100% 🍏
NotFoundException.java 100% 🍏
ReviewNotFoundException.java 100% 🍏
ReviewAccessDeniedException.java 100% 🍏
ControllerAdvice.java 100% 🍏
ReviewValidateAccessService.java 100% 🍏
ReviewDeleteService.java 100% 🍏
ReviewLikeToggleService.java 100% 🍏
ReviewUpdateService.java 100% 🍏
ReviewFindService.java 100% 🍏
ReviewCreateService.java 100% 🍏
CoursesResponse.java 100% 🍏
CourseNameResponse.java 100% 🍏
ReviewsResponse.java 100% 🍏
PostLikeToggleService.java 100% 🍏
PostDeleteService.java 100% 🍏
PostFindService.java 100% 🍏
PostUpdateService.java 100% 🍏
PostCreateService.java 100% 🍏
PostApi.java 100% 🍏
CourseApi.java 100% 🍏
ReviewApi.java 100% 🍏
DuplicatedPostReportException.java 100% 🍏
DuplicatedCommentReportException.java 100% 🍏
CommentReportService.java 100% 🍏
PostReportService.java 100% 🍏
ReplyDepthException.java 100% 🍏
CommentDeleteService.java 100% 🍏
CommentUpdateService.java 100% 🍏
CommentLikeToggleService.java 100% 🍏
CommentCreateService.java 100% 🍏
CommentFindService.java 100% 🍏
CommentsResponse.java 100% 🍏
CommentResponse.java 90.4% 🍏
PostResponse.java 88.98% 🍏
CourseResponse.java 88.97% 🍏
ReplyResponse.java 88.95% 🍏
ReviewResponse.java 88.89% 🍏
PostDetailResponse.java 88.84% 🍏
WebConfig.java 88.68% 🍏
ReviewLikeResponse.java 86.96% 🍏
PostUpdateRequest.java 86.96% 🍏
PostLikeResponse.java 86.96% 🍏
CommentLikeResponse.java 86.96% 🍏
NewPostRequest.java 86.89% 🍏
NewCourseRequest.java 86.81% 🍏
NewReviewRequest.java 86.81% 🍏
ReviewUpdateRequest.java 86.81% 🍏
Review.java 86.59% 🍏
Course.java 84.68% 🍏
PostCategory.java 83.12% 🍏
Comment.java 82.97% 🍏
ErrorResponse.java 82.3% 🍏
AuthInfo.java 81.97% 🍏
Post.java 78.38% 🍏
PostLike.java 75% 🍏
Content.java 70.83% 🍏
CommentLike.java 70.59% 🍏
ReviewLike.java 70.59% 🍏
Title.java 66.67% 🍏
PostReport.java 64.29% 🍏
CommentReport.java 64.29% 🍏
Member.java 46.07%
SampleApi.java 0%
CourseNotFoundException.java 0%
InvalidPostContentException.java 0%
InvalidPostTitleException.java 0%
JpaConfig.java 0%
SecurityConfig.java 0%
MemberNotFoundException.java 0%
CommentNotFoundException.java 0%
TokenProvider.java 0%
AuthenticationPrincipalArgumentResolver.java 0%
Total Project Coverage 86.18% 🍏

@timingsniper timingsniper merged commit 03e63f6 into main Apr 28, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants