주간 운영 점검 스크립트 + 게스트 프로필 RPC 42501 해소 - #175
Merged
Merged
Conversation
미처리 신고(24h 의무)·클라이언트 오류 상위 유형·크론 실패·푸시 적체·업체 승인 대기·지역 재인증 임박(D-7)·unread 드리프트·주간 지표·용량·백업 최신성·테스트 프로젝트 pause 를 한 번에 점검하고 조치 필요한 것만 ⚠ 로 띄운다. 변경은 하지 않는다(보정·수리는 안내만). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
게스트가 작성자 프로필을 열면 public_user_pets 가 42501 로 거부돼 펫 목록이 조용히 빈 배열로 떨어졌다(client_errors 08-05 iOS). pet_guardians_of 는 같은 패턴의 잠재 결함이라 함께 연다. 둘 다 호출자 의존 없는 공개 데이터 조회. feed_region_codes(앱이 게스트 가드)·post_edit_locked·create_post_share_link (로그인 전제)는 의도적으로 제외. 운영·테스트 적용, 게스트 REST 실호출 검증, pgTAP 22파일 통과. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
내용
feat(ops): 주간 점검 스크립트 (
scripts/weekly_check.sh)fix(rpc): 공개 프로필 definer RPC 2개에 anon EXECUTE
public_user_pets42501 → 펫 목록이 조용히 빈 배열 (client_errors 08-05 iOS 실사고)pet_guardians_of는 같은 패턴의 잠재 결함이라 함께 부여 — 둘 다 호출자 의존 없는 공개 데이터 조회feed_region_codes(앱이 게스트 가드)·post_edit_locked·create_post_share_link(로그인 전제)는 의도적 제외🤖 Generated with Claude Code