Skip to content

Refactor: 게시글 , 설정, 레디스#55

Merged
gratisreise merged 3 commits intomainfrom
dev
Mar 7, 2026
Merged

Refactor: 게시글 , 설정, 레디스#55
gratisreise merged 3 commits intomainfrom
dev

Conversation

@gratisreise
Copy link
Owner

No description provided.

- REFRESH_TOKEN_DURATION 상수 추가 (7일)
- saveRefreshToken 메서드에서 Duration 파라미터 제거
- CustomUser를 @memberid로 변경하여 인증 방식 개선
- ResponseService를 SuccessResponse로 변경
- ArticleTagWriter, ArticleWriter 패키지 이동 (service → writer)
- 불필요한 메서드 제거로 간소화
- ArticleTagRepositoryCustom 상속 제거
- build.gradle 버전 변수화 (gradle.properties)
- QueryDSL 7.1 버전 업그레이드
- TokenService에 reissueToken 메서드 추가
- RefreshResponse에 refreshToken 필드 추가
- WebConfig에 RestClient 빈 설정 추가
- CD 워크플로우 trigger 변경 (push → pull_request)
@gratisreise gratisreise merged commit 6623fd3 into main Mar 7, 2026
0 of 3 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

Warning

Rate limit exceeded

@gratisreise has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 58 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 80bbfd9b-d452-47af-9b02-0830a0bce70f

📥 Commits

Reviewing files that changed from the base of the PR and between 4b1ff66 and 746acaf.

📒 Files selected for processing (14)
  • .github/workflows/cd.yml
  • build.gradle
  • gradle.properties
  • src/main/java/com/mylog/common/security/JwtProvider.java
  • src/main/java/com/mylog/config/WebConfig.java
  • src/main/java/com/mylog/domain/article/ArticleController.java
  • src/main/java/com/mylog/domain/article/ArticleService.java
  • src/main/java/com/mylog/domain/article/repository/ArticleTagRepository.java
  • src/main/java/com/mylog/domain/article/writer/ArticleTagWriter.java
  • src/main/java/com/mylog/domain/article/writer/ArticleWriter.java
  • src/main/java/com/mylog/domain/auth/dto/response/RefreshResponse.java
  • src/main/java/com/mylog/domain/auth/service/AuthService.java
  • src/main/java/com/mylog/domain/auth/service/TokenService.java
  • src/main/java/com/mylog/external/redis/RedisService.java

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'linters', 'tools', 'pre_merge_checks', 'path_filters', 'path_instructions'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant