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

위키 및 답변 조회 기능을 구현한다. #186

Merged
merged 36 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
56a0b8a
chore: .run 디렉토리 추가
GIVEN53 Jan 21, 2025
9e46c89
refactor: 공통 설정 모듈 이동
GIVEN53 Jan 21, 2025
292b62e
refactor: 예외 타입 변경
GIVEN53 Jan 22, 2025
1415f68
chore: test yml 추가
GIVEN53 Jan 22, 2025
02e7ef1
feat: test에 Spring Context 추가
GIVEN53 Jan 22, 2025
fcefa45
feat: Repository test support 추가
GIVEN53 Jan 22, 2025
49e13a8
refactor: wiki configuration 삭제
GIVEN53 Jan 22, 2025
7467095
fix: WebMvcTest 실패 이슈로 JPA config 분리
GIVEN53 Jan 22, 2025
b8294c7
feat: 멤버 썸네일 dto 추가
GIVEN53 Jan 22, 2025
1c0e9a1
feat: githubUrl 필드 추가
GIVEN53 Jan 22, 2025
f9f9617
feat: 위키 단건 조회 기능 추가
GIVEN53 Jan 22, 2025
d8d590b
feat: 위키의 댓글 조회 기능 추가
GIVEN53 Jan 22, 2025
8bca3b7
fix: deletedAt null 체크 누락 수정
GIVEN53 Jan 22, 2025
3c462af
fix: name unique 제거
GIVEN53 Jan 28, 2025
312e4f1
feat: wiki 페이지 조회 기능 추가
GIVEN53 Jan 28, 2025
b8fe98c
refactor: join 표현 변경
GIVEN53 Jan 28, 2025
56944f4
refactor: 삭제 여부 조건 메서드 추출
GIVEN53 Jan 28, 2025
ac007a9
feat: 익명 여부 컬럼 조회 추가
GIVEN53 Jan 28, 2025
9d9df6b
feat: wiki 단건 조회 기능 추가
GIVEN53 Jan 28, 2025
670aee5
fix: comment 익명 여부 필드 노출 제거
GIVEN53 Jan 28, 2025
f0242fb
refactor: 필드명 변경
GIVEN53 Jan 28, 2025
0255a59
feat: wiki 페이지 조회 기능 추가
GIVEN53 Jan 28, 2025
6e37175
refactor: IntegrationTestSupport로 통합
GIVEN53 Jan 28, 2025
511ac1f
fix: merge conflict 해결
GIVEN53 Jan 28, 2025
73f725e
refactor: 패키지 구조 변경
GIVEN53 Jan 28, 2025
c5ddbbf
feat: 테스트 격리 extension 추가
GIVEN53 Jan 28, 2025
19b8462
fix: member를 예악어로 인식하여 테이블명이 인식되지 않는 이슈 해결
GIVEN53 Jan 28, 2025
c09ddb8
fix: properties scan에 패키지 지정
GIVEN53 Jan 28, 2025
f88b8d4
fix: 테스트 내에서 더티 체킹하도록 구현된 코드 제거
GIVEN53 Jan 28, 2025
9fd28dd
fix: repository 하위에서 커스텀 구현체를 찾는 메커니즘에 따라 패키지 이동
GIVEN53 Jan 28, 2025
e4a70ec
refactor: import 정렬
GIVEN53 Jan 28, 2025
6dd8877
chore: PR 테스트 레포트 생성 action 추가
GIVEN53 Jan 28, 2025
7b2bbd3
fix: createdAt 체크 제거
GIVEN53 Jan 28, 2025
e1fe4e2
chore: 불필요한 코드 제거 및 실행 트리거 변경
GIVEN53 Jan 29, 2025
e07b141
fix: @JsonInclude 추가
GIVEN53 Jan 29, 2025
d3c0821
refactor: 변수명 변경
GIVEN53 Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: test yml 추가
GIVEN53 committed Jan 22, 2025
commit 1415f68d9e0fe83f9a0e4e9207a53f6d3121d62b
21 changes: 21 additions & 0 deletions maeil-wiki/src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
spring:
jpa:
properties:
hibernate:
format_sql: true
show_sql: true
highlight_sql: true
sql:
init:
mode: never

logging:
level:
org:
hibernate:
orm:
jdbc:
bind: TRACE
springframework:
transaction:
interceptor: TRACE