-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: 코딩 컨밴션을 맞추며 전체적으로 리팩터링 * [BE] 특정 사용자의 프로젝트 이름을 중복 사용하지 못하게 수정 (#218) (#235) * feat: 프로젝트 이름 중복 체크 로직 추가 * test: 프로젝트 이름 중복에 대한 테스트 코드 추가 * feat: 프로젝트 이름 중복에 대한 인수 테스트 추가 * refactor: asciidoc 파일명 수정 * refactor: 가독성 좋게 코드 수정 * [BE] 비회원 댓글 비밀번호만 체크하는 API 만들기 / 관리자 댓글 삭제 기능 (#217) (#230) * feat: 비로그인 유저 비밀번호 확인 api 구현 및 테스트 작성 * test: 비밀번호 일치하지 않는 경우 테스트 작성 및 restdoc 작성 * chore: gitignore 설정 추가 * feat: 관리자 댓글 삭제 기능 구현 및 테스트 작성 * docs: restdoc adoc 작성 * refactor: 메소드 네이밍 변경 Co-authored-by: JinYoung Park <[email protected]> * [BE] 카카오 프사를 바꿨을 경우, 서버의 카카오 프로필 데이터가 업데이트 되지 않는 문제를 해결한다. (#202) (#231) * refactor: 카카오에서 받아온 데이터기준으로 사용자 정보 업데이트 하도록 리팩터링 * feat: jpa 테스트 격리를 위한 클래스 구현 * refactor: 병렬 테스트 구현 - junit5 Parallel Execution 적용 * refactor: 모든 테스트가 병렬적으로 수행되도록 리팩터링 * refactor: 병렬 수행 설정 수정 - 테스트 클래스는 병렬도 수행된다. - 테스트 클래스 내의 메서드들은 순차적으로 수행된다. * refactor: 서브 모듈 수정 * refactor: optional 변수명 수정 * refactor: 불필요한 로직제거 - 빈생성시 afterPropertiesSet에서 자동 초기화 되므로 체크 안해도 된다고 판단함 Co-authored-by: JinYoung Park <[email protected]> * style: 코드 포메팅 수정 Co-authored-by: jaeseongDev <[email protected]> Co-authored-by: Sehwan_Jang <[email protected]> Co-authored-by: JinYoung Park <[email protected]>
- Loading branch information
1 parent
500e785
commit f7e6e8a
Showing
56 changed files
with
569 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
backend/src/main/java/com/darass/darass/auth/oauth/controller/OAuthController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...h/oauth/controller/dto/TokenResponse.java → .../darass/auth/oauth/dto/TokenResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...end/src/main/java/com/darass/darass/auth/oauth/infrastructure/AuthorizationExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 12 additions & 8 deletions
20
backend/src/main/java/com/darass/darass/auth/oauth/service/OAuthService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 22 additions & 12 deletions
34
backend/src/main/java/com/darass/darass/comment/controller/CommentController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
backend/src/main/java/com/darass/darass/comment/controller/dto/CommentDeleteRequest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
backend/src/main/java/com/darass/darass/comment/dto/CommentDeleteRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.darass.darass.comment.dto; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Getter; | ||
|
||
@Getter | ||
@AllArgsConstructor | ||
public class CommentDeleteRequest { | ||
|
||
private final Long guestUserId; | ||
|
||
private final String guestUserPassword; | ||
} |
Oops, something went wrong.