uppinote20_obsidian-auto-no.../tests
uppinote 7aded2cda4 fix: base Supabase view-guard on writability, not pushability
- loadWritableColumns가 isPushable로 맵을 구성하면서, object-shaped(jsonb 등)
  writable 컬럼만 가진 테이블이 "non-updatable view"로 오판돼 batch 전체가
  실패하던 회귀를 수정
- view-guard는 writable(!isReadOnly) 컬럼 수로 판정하도록 되돌리고, isPushable은
  payload 조립 시점에만 적용해 object-shaped 컬럼을 upsert body에서 omit
  (원격 구조값 보존)
- object-shaped 컬럼만 있는 테이블이 view 오판 없이 성공하고 해당 필드를
  omit함을 검증하는 회귀 테스트 추가
- PR #108 Codex 리뷰(P2) 반영
2026-06-20 11:43:58 +09:00
..
__mocks__ Prevent frontmatter edits from overwriting structured remote fields 2026-06-12 10:07:23 +09:00
builders chore: add test coverage map with bidirectional markers 2026-04-09 00:22:13 +09:00
constants refactor: extract provider-agnostic field type system (#50) 2026-04-12 02:36:17 +09:00
core fix: determineFolderPath runtime guard against object-shaped values (#98) 2026-05-27 02:23:56 +09:00
e2e test(e2e): add subfolder slash toggle UI tests (#96) 2026-05-26 22:11:27 +09:00
file-operations Prevent frontmatter edits from overwriting structured remote fields 2026-06-12 10:07:23 +09:00
services fix: base Supabase view-guard on writability, not pushability 2026-06-20 11:43:58 +09:00
utils fix(api-errors): guard extractApiErrorMessage against lazy json getter 2026-05-28 23:10:10 +09:00