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

feat: 보호된 포스트에 대한 비밀번호를 클라이언트에서 쿠키를 통해 받아오도록 수정 #81

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

Copy link

sonarqubecloud bot commented Nov 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Copy link

Test Results

408 tests   - 12   408 ✔️  - 12   18s ⏱️ -1s
150 suites  -   4       0 💤 ±  0 
150 files    -   4       0 ±  0 

Results for commit ae8baf9. ± Comparison against base commit bdaa9d9.

This pull request removes 30 and adds 18 tests. Note that renamed tests count towards both.
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_삭제_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근하지 않고서는 삭제할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_삭제_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근한 뒤에는 삭제할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_수정_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근하지 않고서는 수정할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_수정_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근한 뒤에는 수정할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$특정_포스트의_댓글_전체_조회_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근하지 않고서는 조회할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$특정_포스트의_댓글_전체_조회_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근한 뒤에는 조회할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근하지 않고서는 쓸 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 보호된 글에 접근한 뒤에는 작성할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 회원이 아니어도 보호된 글에 접근한 뒤에는 작성할 수 있다
com.mallang.acceptance.post.PostAcceptanceTest$보호된_포스트_조회_시 ‑ 보호된 포스트가 아니라면 예외
…
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_삭제_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 다르다면 삭제할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_삭제_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 일치하면 삭제할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_수정_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 다르다면 수정할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$댓글_수정_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 일치하면 수정할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$특정_포스트의_댓글_전체_조회_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 다르다면 조회할 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$특정_포스트의_댓글_전체_조회_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 일치하면 조회할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 다르다면 쓸 수 없다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 일치하면 작성할 수 있다
com.mallang.acceptance.comment.CommentAcceptanceTest$포스트에_댓글_작성_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 회원이 아니어도 입력한 비밀번호가 포스트의 비밀번호와 일치하면 작성할 수 있다
com.mallang.acceptance.post.PostLikeAcceptanceTest$좋아요_시$보호된_포스트인_경우$블로그_주인이_아닌_경우 ‑ 입력한 비밀번호가 포스트의 비밀번호와 일치하면 좋아요를 누를 수 있다
…

@shin-mallang shin-mallang self-assigned this Nov 20, 2023
@shin-mallang shin-mallang merged commit 4595eaa into main Nov 20, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant