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

This commit is contained in:
Cal Corum 2026-03-03 20:18:09 -06:00
parent ce004f3cb7
commit ea065ee423
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: c3995ff3-033d-4411-818d-9ef3932e21a5
type: RELATED_TO
from_id: 38e7784c-1250-4123-9a20-1a75ad1e37d8
from_title: "PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED)"
to_id: 8e8e3261-f619-4fa1-b19e-4fe21d5c146b
to_title: "Issue poller: paper-dynasty-database#19 (success)"
strength: 0.81
created: "2026-03-04T02:18:09.753128+00:00"
updated: "2026-03-04T02:18:09.753128+00:00"
---
Auto-edge: PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED) → Issue poller: paper-dynasty-database#19 (success)

View File

@ -0,0 +1,13 @@
---
id: a3a3fbfe-5797-4058-8692-a4128a5fe5fb
type: RELATED_TO
from_id: 38e7784c-1250-4123-9a20-1a75ad1e37d8
from_title: "PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED)"
to_id: d36a86f0-8183-4c94-8d63-0be65d3fd63a
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.8
created: "2026-03-04T02:18:09.784253+00:00"
updated: "2026-03-04T02:18:09.784253+00:00"
---
Auto-edge: PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED) → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -0,0 +1,13 @@
---
id: ccf281c7-6a64-427e-85f6-45ba260fe9f5
type: RELATED_TO
from_id: 38e7784c-1250-4123-9a20-1a75ad1e37d8
from_title: "PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED)"
to_id: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.81
created: "2026-03-04T02:18:09.718651+00:00"
updated: "2026-03-04T02:18:09.718651+00:00"
---
Auto-edge: PR review: paper-dynasty-database#50 — None guard in pitcher sorting (APPROVED) → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -6,13 +6,18 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T23:04:23.418465+00:00"
updated: "2026-03-04T02:04:45.852967+00:00"
updated: "2026-03-04T02:18:09.753128+00:00"
relations:
- target: d5795833-cc47-4ee7-a03b-8eda906597d5
type: RELATED_TO
direction: incoming
strength: 0.82
edge_id: ba7a5d7b-146b-4bd8-b908-04c49e2c9255
- target: 38e7784c-1250-4123-9a20-1a75ad1e37d8
type: RELATED_TO
direction: incoming
strength: 0.81
edge_id: c3995ff3-033d-4411-818d-9ef3932e21a5
---
Attempted paper-dynasty-database#19 — Replace per-row PitchingCardRatings lookup with batched fetch in pitcher sort. Status: success. Summary: Replaced per-row PitchingCardRatings get_or_none calls with a single batched SELECT + dict lookup in both sort_pitchers and sort_starters, reducing 2N queries to 1.. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/44. Cost: $0.9319824999999999

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-04T01:32:51.107789+00:00"
updated: "2026-03-04T02:18:09.718651+00:00"
relations:
- target: d36a86f0-8183-4c94-8d63-0be65d3fd63a
type: RELATED_TO
@ -63,6 +63,11 @@ relations:
direction: incoming
strength: 0.72
edge_id: 776cac00-9382-4283-a294-392d70259109
- target: 38e7784c-1250-4123-9a20-1a75ad1e37d8
type: RELATED_TO
direction: incoming
strength: 0.81
edge_id: ccf281c7-6a64-427e-85f6-45ba260fe9f5
---
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-03T06:06:26.108954+00:00"
updated: "2026-03-04T01:32:51.142770+00:00"
updated: "2026-03-04T02:18:09.784253+00:00"
relations:
- target: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
type: RELATED_TO
@ -68,6 +68,11 @@ relations:
direction: incoming
strength: 0.71
edge_id: 3aad9a04-dea1-4cf9-9c2d-51b794ee83df
- target: 38e7784c-1250-4123-9a20-1a75ad1e37d8
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: a3a3fbfe-5797-4058-8692-a4128a5fe5fb
---
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, python, peewee, fastapi, fix, none-g
importance: 0.4
confidence: 0.8
created: "2026-03-04T02:18:09.362984+00:00"
updated: "2026-03-04T02:18:09.362984+00:00"
updated: "2026-03-04T02:18:09.784253+00:00"
relations:
- target: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
type: RELATED_TO
direction: outgoing
strength: 0.81
edge_id: ccf281c7-6a64-427e-85f6-45ba260fe9f5
- target: 8e8e3261-f619-4fa1-b19e-4fe21d5c146b
type: RELATED_TO
direction: outgoing
strength: 0.81
edge_id: c3995ff3-033d-4411-818d-9ef3932e21a5
- target: d36a86f0-8183-4c94-8d63-0be65d3fd63a
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: a3a3fbfe-5797-4058-8692-a4128a5fe5fb
---
## PR #50: fix: guard against None rating objects in pitcher sorting functions