Skip to content

Chore/#484 3-2차 스프린트 deploy - #489

Merged
y-eonee merged 259 commits into
mainfrom
chore/#484-3스-deploy
Aug 9, 2026

Hidden character warning

The head ref may contain hidden characters: "chore/#484-3\uc2a4-deploy"
Merged

Chore/#484 3-2차 스프린트 deploy#489
y-eonee merged 259 commits into
mainfrom
chore/#484-3스-deploy

Conversation

@y-eonee

@y-eonee y-eonee commented Aug 9, 2026

Copy link
Copy Markdown
Member

🔗 연결된 이슈

📄 작업 내용

  • 3-2차 스프린트 Deploy 작업을 진행합니다.
  • 자동배포가 성공할 수 있으까 ..

dev-domo and others added 30 commits May 4, 2026 13:30
…항-반영

Feat/#431 오프보딩 플로우 변경 사항 반영
추후 서버 연결시 주석해제
y-eonee and others added 22 commits July 17, 2026 21:07
Fix/#472 3-2차 스프린트 1차 QA 반영
…qa-3-2

Refactor/#474 3-2차 스프린트 QA 반영
Fix/#478 댓글 작성 시 공백만 있을 때 완료버튼을 누를 수 없도록 수정
Setting/#485 Github Action와 Fastlane을 통한 자동 배포
@y-eonee
y-eonee requested review from dev-domo and juri123123 August 9, 2026 15:19
@y-eonee y-eonee self-assigned this Aug 9, 2026
@y-eonee y-eonee added 나연🐹 chore 별로 중요한 수정이 아닐 때 사용 labels Aug 9, 2026
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 149 files, which is 49 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 303f3445-369d-48f7-b88b-9f60c7aea43b

📥 Commits

Reviewing files that changed from the base of the PR and between be57adf and 4e3729e.

⛔ Files ignored due to path filters (8)
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/Bori/talk.imageset/image 1452.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/comment.imageset/comment.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/empty_notice.imageset/emptyNotice.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/exist_notice.imageset/existNotice.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/heart.imageset/Property 1=heart.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/heart_off.imageset/heart_off.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/heart_on.imageset/heart_on.svg is excluded by !**/*.svg
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/replyArrow.imageset/icon.svg is excluded by !**/*.svg
📒 Files selected for processing (149)
  • .github/CODEOWNERS
  • .github/workflows/build_test.yml
  • ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj
  • ByeBoo-iOS/ByeBoo-iOS/App/AppDelegate.swift
  • ByeBoo-iOS/ByeBoo-iOS/Core/ByeBooError.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/DataDependencyAssembler.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Enum/NotificationType+Data.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestAnswerDetailResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestAnswerRepliesResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestAnswersResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestCommentRequestDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestMyAnswersResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/CommonQuestReplyRequestDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/HasUnreadNotificationResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/NotificationListResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/PostCommonQuestLikeResponseDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/ReportRequestDTO.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Model/Util/ServerDateFormatter.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/CommentAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/CommonQuestAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/NotificationAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/NotificationTokenAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/ReportsAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/EndPoint/UsersAPI.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Network/Service/NetworkInterceptor.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Persistence/Service/ForceUpdateManager.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Persistence/UserDefaultsKey.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/AuthRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/CommentRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/CommonQuestRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/NotificationRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/NotificationTokenRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/QuestsRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/ReportsRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Data/Repository/UsersRepository.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/DomainDependencyAssembler.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestAnswersEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestCommentEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestDetailEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestLikeEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestMyAnswersEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/CommonQuestReplyListEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/Enum/CommonQuestTargetType.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/Enum/NotificationType.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/HasUnreadNotificationEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Entity/NotificationListEntity.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/CommentInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/CommonQuestInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/ForeceUpdateInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/NotificationInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/NotificationTokenInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/QuestsInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/Interface/ReportsInterface.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/CheckForceUpdateUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/DeleteCommentReplyUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/EditCommentReplyUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FetchAIAnswerUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FetchCommonQuestDetailUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FetchCommonQuestRepliesUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FetchHasUnreadNotificationUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FetchNotificationListUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/FormatElapsedTimeUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/PostCommonQuestCommentUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/PostCommonQuestLikeUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/PostCommonQuestReplyUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/ReadAllNotificationsUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/ReadNotificationUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Domain/UseCase/ReportsCommonQuestAnswerUseCase.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Common/BottomSheet/CommonQuest/CommonQuestBottomSheetViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Common/BottomSheet/CommonQuest/CommonQuestBottomSheetViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Common/Modal/ForceUpdateModalView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/Coordinator/CommonQuestAnswerDeepLinkCoordinator.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/Coordinator/MyJourneyDeepLinkCoordinator.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/Coordinator/Protocol/DeepLinkCoordinator.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/Coordinator/Protocol/QuestDeepLinkCoordinator.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/DeepLinkHost.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/DeepLink/DeepLinkParser.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Enum/AppConstants.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Enum/CommonQuestArchiveType.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Enum/ProfileIcon.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Extension/UITableView+.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Extension/UITextView+.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Extension/UIViewController+.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Home/HomeHeaderView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Home/HomeView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/EmptyNoticeView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardCell.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardsView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeContentView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticesView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/HomeViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/NotificationsViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewModel/CardJourneyViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewModel/HomeViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewModel/NotificationsViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Information/ViewModel/InformationViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Login/View/LoginView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Login/ViewController/LoginViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Login/ViewController/SplashViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Login/ViewModel/LoginViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Login/ViewModel/SplashViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/MyPage/ViewModel/BlockedUserListViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/MyPage/ViewModel/LookBackJourneyViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/MyPage/ViewModel/MyPageViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/MyPage/ViewModel/NewJourneyViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Offboarding/View/FinishJourneyView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Offboarding/ViewController/FinishJourneyViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Offboarding/ViewModel/CompletedQuestsViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Cells/CommentTableViewCell.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Cells/CommonQuestAnswerCell.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Cells/CommonQuestMyAnswerCell.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Common/CommentDataSource.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Common/CommentTextView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/Common/QuestContentView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/CommonQuestHistoryView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/CommonQuest/CommonQuestReplyView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/QuestMain/QuestEmptyView.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/View/Write/QuestTextField.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/AIAnswerViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/CommonQuestHistoryViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/CommonQuestMyAnswersViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/CommonQuestReplyViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/CommonQuestViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/ParentQuestViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/QuestCheckViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/WriteActiveTypeQuestViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/WriteQuestionTypeQuestViewController.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/AIAnswerViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/ArchiveQuestViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/CommonQuestHistoryViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/CommonQuestMyAnswerViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/CommonQuestReplyViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/CommonQuestViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/ProgressingQuestsViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/QuestStartViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/QuestTipViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewModel/WriteQuestTypeViewModel.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/PresentationDependencyAssembler.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/Protocol/KeyboardHandleProtocol.swift
  • ByeBoo-iOS/ByeBoo-iOS/Presentation/ViewControllerFactory.swift
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/Bori/talk.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/comment.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/empty_notice.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/exist_notice.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/heart_off.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/heart_on.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Assets.xcassets/IconSystem/replyArrow.imageset/Contents.json
  • ByeBoo-iOS/ByeBoo-iOS/Resource/Info.plist
  • ByeBoo-iOS/ByeBooTests/Feature/Login/AuthTests.swift

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


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.

@y-eonee
y-eonee merged commit c0981ad into main Aug 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 별로 중요한 수정이 아닐 때 사용 나연🐹

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants