-
Notifications
You must be signed in to change notification settings - Fork 7
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
게시글 조회 API에 게시글 총 개수 포함해서 반환 #711
Merged
Conversation
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
cookienc
added a commit
that referenced
this pull request
Feb 17, 2024
* 리프레시 토큰 관리를 Redis로 변경 (#710) * feat: redis 설정 추가 * refactor: RefreshToken 관리를 redis로 업데이트 * test: refreshToken 관련 service 테스트 수정 * refactor: EmbbedRedis 설정 제거 * feat: Redis Test Container 설정 추가 * refactor: 테스트가 용이하게 RefreshToken TTL을 외부에서 관리 * test: OauthComand관련 테스트 수정 * test: Restdocs 테스트 수정 * refactor: OauthCommandService 생성자에 refreshTokenExpireMinutes를 받도록 수정 * test: RefreshToken 추가 * test: 사용하지 않는 RefreshToken 삭제 * refactor: RefreshToken2 를 RefreshToken으로 이름 변경 * refactor: expire minutes 이름 변경 * test: RefreshTokenFixture로 리팩토링 * refactor: Facade 패턴 적용 * refactor: ttl 단위를 분으로 변경 * refactor: RedisConfig에 username과 password 추가 * feat: docker-compose 에 redis 설정 추가 * refactor: 사용하지 않는 Restemplate 제거 * refactor: 스프링 부트 버전 3.1.8로 업그레이드 * refactor: redis.conf bind를 localhost만 가능하도록 변경 * 게시글 조회 API에 게시글 총 개수 포함해서 반환 (#711) refactor: 글 조회시 전체 개수가 같이 반환되도록 구현 * 완료된 리뷰가 많은 서포터 순대로 조회하는 기능 구현 (#712) * feat: 리뷰가 많은 사람 랭킹 구하는 기능 구현 * test: 랭킹 인수테스트와 restdocs 테스트 구현 * feat: 랭킹에 company 항목 추가 * refactor: 다른 랭킹도 추가할 수 있도록 Rankable 마커 인터페이스 구현
cookienc
added a commit
that referenced
this pull request
Feb 19, 2024
* 리프레시 토큰 관리를 Redis로 변경 (#710) * feat: redis 설정 추가 * refactor: RefreshToken 관리를 redis로 업데이트 * test: refreshToken 관련 service 테스트 수정 * refactor: EmbbedRedis 설정 제거 * feat: Redis Test Container 설정 추가 * refactor: 테스트가 용이하게 RefreshToken TTL을 외부에서 관리 * test: OauthComand관련 테스트 수정 * test: Restdocs 테스트 수정 * refactor: OauthCommandService 생성자에 refreshTokenExpireMinutes를 받도록 수정 * test: RefreshToken 추가 * test: 사용하지 않는 RefreshToken 삭제 * refactor: RefreshToken2 를 RefreshToken으로 이름 변경 * refactor: expire minutes 이름 변경 * test: RefreshTokenFixture로 리팩토링 * refactor: Facade 패턴 적용 * refactor: ttl 단위를 분으로 변경 * refactor: RedisConfig에 username과 password 추가 * feat: docker-compose 에 redis 설정 추가 * refactor: 사용하지 않는 Restemplate 제거 * refactor: 스프링 부트 버전 3.1.8로 업그레이드 * refactor: redis.conf bind를 localhost만 가능하도록 변경 * 게시글 조회 API에 게시글 총 개수 포함해서 반환 (#711) refactor: 글 조회시 전체 개수가 같이 반환되도록 구현 * 완료된 리뷰가 많은 서포터 순대로 조회하는 기능 구현 (#712) * feat: 리뷰가 많은 사람 랭킹 구하는 기능 구현 * test: 랭킹 인수테스트와 restdocs 테스트 구현 * feat: 랭킹에 company 항목 추가 * refactor: 다른 랭킹도 추가할 수 있도록 Rankable 마커 인터페이스 구현 * feat: review 완료 시 reviewCount 증가 기능 구현 (#721) * feat: review 완료 시 reviewCount 증가 기능 구현 * test: reviewCount 증가로직 테스트 구현 * refactor: 리뷰수 증가 로직을 RunnerPost 안으로 옮김 * reviewCount가 0인 항목이 조회가 되면 제외되도록 구현 (#722) * refactor: reviewCount가 0인 항목이 조회가 되면 제외되도록 구현 * refactor: count 할 때 reviewStatus가 포함되도록 변경
cookienc
added a commit
that referenced
this pull request
Feb 21, 2024
* 리프레시 토큰 관리를 Redis로 변경 (#710) * feat: redis 설정 추가 * refactor: RefreshToken 관리를 redis로 업데이트 * test: refreshToken 관련 service 테스트 수정 * refactor: EmbbedRedis 설정 제거 * feat: Redis Test Container 설정 추가 * refactor: 테스트가 용이하게 RefreshToken TTL을 외부에서 관리 * test: OauthComand관련 테스트 수정 * test: Restdocs 테스트 수정 * refactor: OauthCommandService 생성자에 refreshTokenExpireMinutes를 받도록 수정 * test: RefreshToken 추가 * test: 사용하지 않는 RefreshToken 삭제 * refactor: RefreshToken2 를 RefreshToken으로 이름 변경 * refactor: expire minutes 이름 변경 * test: RefreshTokenFixture로 리팩토링 * refactor: Facade 패턴 적용 * refactor: ttl 단위를 분으로 변경 * refactor: RedisConfig에 username과 password 추가 * feat: docker-compose 에 redis 설정 추가 * refactor: 사용하지 않는 Restemplate 제거 * refactor: 스프링 부트 버전 3.1.8로 업그레이드 * refactor: redis.conf bind를 localhost만 가능하도록 변경 * 게시글 조회 API에 게시글 총 개수 포함해서 반환 (#711) refactor: 글 조회시 전체 개수가 같이 반환되도록 구현 * 완료된 리뷰가 많은 서포터 순대로 조회하는 기능 구현 (#712) * feat: 리뷰가 많은 사람 랭킹 구하는 기능 구현 * test: 랭킹 인수테스트와 restdocs 테스트 구현 * feat: 랭킹에 company 항목 추가 * refactor: 다른 랭킹도 추가할 수 있도록 Rankable 마커 인터페이스 구현 * feat: review 완료 시 reviewCount 증가 기능 구현 (#721) * feat: review 완료 시 reviewCount 증가 기능 구현 * test: reviewCount 증가로직 테스트 구현 * refactor: 리뷰수 증가 로직을 RunnerPost 안으로 옮김 * reviewCount가 0인 항목이 조회가 되면 제외되도록 구현 (#722) * refactor: reviewCount가 0인 항목이 조회가 되면 제외되도록 구현 * refactor: count 할 때 reviewStatus가 포함되도록 변경 * 리뷰 상태별로 게시글 전체 개수를 조회하는 기능 구현 (#728) * feat: 리뷰 상태별로 게시글 전체 개수를 조회하는 기능 구현 * test: Restdocs 테스트 추가
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련이슈
참고사항
요거 할려고 전체 개수 반환 추가했어용
PageResponse가 모든 조회 API에서 사용하고 있어서 바꾸면 전체다 바꿔야하 하는 상황이라 복붙해서 추가했습니다.
restdocs에는
ignored
옵션 걸어놨어요