daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-03 21:50:21 -06:00
parent 857a388195
commit 1c57e54ee5
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: 57c4d53c-dac1-4143-b86f-8ec5e23a1a25
type: RELATED_TO
from_id: c98ad146-a578-430b-af4e-2ecda68361f1
from_title: "PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED)"
to_id: d36a86f0-8183-4c94-8d63-0be65d3fd63a
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.83
created: "2026-03-04T03:50:21.052488+00:00"
updated: "2026-03-04T03:50:21.052488+00:00"
---
Auto-edge: PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED) → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -0,0 +1,13 @@
---
id: 6d1cd6b5-007e-4d49-bee2-83dacfd1f96f
type: RELATED_TO
from_id: c98ad146-a578-430b-af4e-2ecda68361f1
from_title: "PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED)"
to_id: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.84
created: "2026-03-04T03:50:21.014819+00:00"
updated: "2026-03-04T03:50:21.014819+00:00"
---
Auto-edge: PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED) → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -0,0 +1,13 @@
---
id: be06749f-45da-4081-a7d0-9da9f49cde4d
type: RELATED_TO
from_id: c98ad146-a578-430b-af4e-2ecda68361f1
from_title: "PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED)"
to_id: 5ae1bf6e-1e1c-4486-8a4d-10afd9e42189
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.83
created: "2026-03-04T03:50:21.087536+00:00"
updated: "2026-03-04T03:50:21.087536+00:00"
---
Auto-edge: PR review: paper-dynasty-database#53 — batch Paperdex N+1 fix (APPROVED) → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, fastapi, peewee, middleware, python]
importance: 0.5
confidence: 0.8
created: "2026-03-03T18:08:58.224854+00:00"
updated: "2026-03-04T03:18:20.267494+00:00"
updated: "2026-03-04T03:50:21.014819+00:00"
relations:
- target: d36a86f0-8183-4c94-8d63-0be65d3fd63a
type: RELATED_TO
@ -78,6 +78,11 @@ relations:
direction: incoming
strength: 0.79
edge_id: 74dd0ac6-e39b-4fad-a669-8603c077c366
- target: c98ad146-a578-430b-af4e-2ecda68361f1
type: RELATED_TO
direction: incoming
strength: 0.84
edge_id: 6d1cd6b5-007e-4d49-bee2-83dacfd1f96f
---
Reviewed paper-dynasty-database PR #33 — fix: replace 467 manual db.close() calls with middleware (#30). Verdict: APPROVED.

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T18:09:25.812471+00:00"
updated: "2026-03-04T03:18:20.339054+00:00"
updated: "2026-03-04T03:50:21.087536+00:00"
relations:
- target: 530bfb6f-841c-4381-b8a4-d0b6fbc02878
type: RELATED_TO
@ -58,6 +58,11 @@ relations:
direction: incoming
strength: 0.78
edge_id: ec1d17f5-18bf-4be4-8547-ad124b4debd3
- target: c98ad146-a578-430b-af4e-2ecda68361f1
type: RELATED_TO
direction: incoming
strength: 0.83
edge_id: be06749f-45da-4081-a7d0-9da9f49cde4d
---
Reviewed paper-dynasty-database PR #33 — fix: replace 467 manual db.close() calls with middleware (#30). Verdict: APPROVED. Summary: Correct implementation of the standard Peewee + FastAPI middleware pattern. 467 db.close() calls removed from 30 router files; middleware correctly uses reuse_if_open=True with try/finally and is_clos. Cost: $1.062883

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T06:06:26.108954+00:00"
updated: "2026-03-04T03:18:20.303931+00:00"
updated: "2026-03-04T03:50:21.052488+00:00"
relations:
- target: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
type: RELATED_TO
@ -83,6 +83,11 @@ relations:
direction: incoming
strength: 0.78
edge_id: ce383453-a3ad-4713-99bb-64a5ba980679
- target: c98ad146-a578-430b-af4e-2ecda68361f1
type: RELATED_TO
direction: incoming
strength: 0.83
edge_id: 57c4d53c-dac1-4143-b86f-8ec5e23a1a25
---
Reviewed paper-dynasty-database PR #33 — fix: replace 467 manual db.close() calls with middleware (#30). Verdict: APPROVED. Summary: Correct implementation of the standard Peewee + FastAPI middleware pattern. Eliminates connection-leak bug across 467 call sites. Safe for both SQLite (dev) and PooledPostgresqlDatabase (prod). Minor:. Cost: $0.98641425

View File

@ -6,7 +6,23 @@ tags: [pr-reviewer, paper-dynasty-database, peewee, n+1, performance, python, fa
importance: 0.6
confidence: 0.8
created: "2026-03-04T03:50:20.621207+00:00"
updated: "2026-03-04T03:50:20.621207+00:00"
updated: "2026-03-04T03:50:21.087536+00:00"
relations:
- target: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
type: RELATED_TO
direction: outgoing
strength: 0.84
edge_id: 6d1cd6b5-007e-4d49-bee2-83dacfd1f96f
- target: d36a86f0-8183-4c94-8d63-0be65d3fd63a
type: RELATED_TO
direction: outgoing
strength: 0.83
edge_id: 57c4d53c-dac1-4143-b86f-8ec5e23a1a25
- target: 5ae1bf6e-1e1c-4486-8a4d-10afd9e42189
type: RELATED_TO
direction: outgoing
strength: 0.83
edge_id: be06749f-45da-4081-a7d0-9da9f49cde4d
---
## Review Summary