[DB-1009] feat: Supabase 운영 상태 감사 자동화 - #542
Open
guesung wants to merge 7 commits into
Hidden character warning
The head ref may contain hidden characters: "guesung/supabase\uc5d0\uc11c-db-\uc0c1\ud0dc-\uc0ac\uc6a9-\uc911\uc778-edge-runtime-\ub4f1\uc744-\uad00\ub9ac\ud558\uc790"
Open
guesung wants to merge 7 commits into
guesung wants to merge 7 commits into
Conversation
This branch was successfully deployed
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.
설명
저장소에 선언한 기대 상태와 운영 Supabase 프로젝트를 매일 및 PR마다 읽기 전용으로 대조합니다.
이상 유무만 검사하지 않고, 현재 DB 상태와 배포된 Edge Functions를 포함한 운영 인벤토리를 GitHub Actions Summary와 JSON 결과에 항상 표시합니다.
정기·수동 실행은 경고를 포함한 이상을 Slack으로 알리고, PR 실행은 필수 리소스 누락·서비스 비정상·함수 오류·관측 실패가 있으면 체크를 실패시킵니다.
관련 이슈
변경 유형
감사 대상과 현재 상태 관리
migration 오탐 방지
운영 기준선과 배포
send-signup-slack-notification을 운영에 배포했습니다: version 1,ACTIVE,verify_jwt=false.auth·public의 앱 trigger는 계속 관측합니다.실행 결과
35492996633이 성공했고 Slack 알림 단계도 통과했습니다.docs/supabase-operations-audit.md에 기록했습니다.체크리스트
pnpm type-checkpnpm type-check:scriptspnpm checkgit diff --checksend-signup-slack-notification운영 배포 확인이번 PR과 무관하게 발견한 것
get-categories-with-count,daily-article-reminder, Auth·Billing Cron 일부는 운영 기준선에 포함되어 있지만 현재 브랜치에는 생성 소스가 없습니다. 감사는 삭제·비활성·버전 변화를 감지하지만 소스 재현성은 보장하지 않습니다.