Skip to content

Conversation

@0Hooni
Copy link
Member

@0Hooni 0Hooni commented Jul 26, 2025

릴리즈버전 병합을 위한 PR

0Hooni added 30 commits July 15, 2025 15:37
- 모든 env 파일 무시 규칙 추가
- DIContainer 의존성 추가
- 프로젝트에 필요한 의존성 추가
- Factory를 이용한 화면 전환으로 변경
- 화면 전환에 필요한 화면을 별도의 Mock 객체로 대체
0Hooni and others added 24 commits July 19, 2025 18:01
- 임시로 지정해준거고 기존 코드들에 문제없게 해두었습니다.
- 추후 디자인 시스템 개편 과정에서 참고하도록 하겠습니다.
- 로그인 화면과 서브 로그인 화면은 일부 컴포넌트의 속성을 제외하고는 동일한 동작을 가져감
- 서브로그인과 로그인을 리액터의 상태에 기반하여 구분되도록 수정
- 추후 로그인 개선시 하나의 코드만 수정해도 동일하게 동작하도록 개선
- 요구사항 분석과정에서 코멘트의 변경이 main/sub 만으로 나뉘지 않을것으로 예측함
- 기존에 isSubLogin이라는 bool로 분기를 하던것도 LoginSceneType을 별도로 선언하여 타입 추가에 대한 대비
…recent-login-duplication

# Conflicts:
#	Poppool/PresentationLayer/SearchFeature/SearchFeature.xcodeproj/project.pbxproj
- 로그아웃이나 회원탈퇴시 정보 제거가 이루어지지 않고 있었음
- 해당 로직을 추가함
- View에서 Reactor의 인스턴스(userDefautService)를 직접 접근하는것을 방지
- Rx의 ViewController LifeCycle을 이용하도록 수정
- authrization → authorization
- authrization → authorization
[FIX] 로그인 툴팁이 중복을 발생하던 문제 수정
…/v1.1.2

# Conflicts:
#	Poppool/Poppool.xcworkspace/xcshareddata/swiftpm/Package.resolved
@0Hooni 0Hooni self-assigned this Jul 26, 2025
@0Hooni 0Hooni added the ✅ deploy 배포 label Jul 26, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jul 26, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v1.1.2

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary or @coderabbitai 요약 to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@zzangzzangguy zzangzzangguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@0Hooni 0Hooni merged commit e41ffa0 into main Jul 27, 2025
5 checks passed
@0Hooni 0Hooni deleted the release/v1.1.2 branch July 27, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants