[#81] Todo 요청을 http-api로 분기한다 - #84
Merged
Merged
Conversation
This file contains hidden or 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
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.
🔗 연관된 이슈
🎯 의도
devlog-staging의 Todo 요청을 Cloud Runhttp-api로 분기하는 첫 경로 전환 적용api에 유지하는 점진적 이전 경계 구성📝 작업 내용
📌 요약
/api/todos/**를 Cloud Runhttp-api로 전달하는 우선 rewrite 추가/api/auth/github/callback과 나머지/api/**의 Functionsapi처리 경로 유지devlog-auth-prodHosting 블록 유지 및 Cloud Run rewrite의pinTag미적용🔍 상세
firebase.json의devlog-stagingrewrite 순서를 Todo, GitHub callback, 나머지 API 순서로 구성functions/test/firebase-hosting.test.js에서 Staging rewrite 순서,pinTag미사용, Production rewrite 유지 여부 검증functions/package.json의 전체 시험에 Firebase Hosting 설정 계약 시험 등록docs/firebase-hosting-staging.md에 사전 조건, Staging 단독 배포, 경로·로그 검증, Functions 복귀 절차 문서화README.md에 Functions와 Cloud Run 공존 구조, 실행 구성과 소스 책임, 전체 HTTP API 이전 목표 반영functions의npm run build통과functions의npm test통과git diff --check통과hosting:devlog-staging단독 배포 완료POST·DELETE의401과 Cloud Runhttp-api도달 로그 확인401, GitHub callback의302, Functionsapi도달 로그 확인POST·DELETE📸 영상 / 이미지 (Optional)