| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(naming): replace banned ctx abbreviation with full names | Fuwn | 2026-04-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | CLAUDE.md prohibits abbreviations like ctx in identifiers. Rename the Cloudflare Worker ExecutionContext parameter to executionContext in the proxy worker (handleMangaChapterCounts, fetch, scheduled), and alias Trigger.dev's destructured { ctx } to taskContext in the notifications scheduled task. The external property name on Trigger.dev's params object is library-defined and remains ctx on the wire. Verified: proxy worker still boots under local wrangler dev and all routes (OPTIONS, POST /manga/chapter-counts, forwardProxyRequest) still respond identically. | ||||
| * | fix(notifications): stabilize browser subscription identity | Fuwn | 2026-03-28 | 1 | -1/+20 |
| | | |||||
| * | fix(notifications): prune dead push endpoints | Fuwn | 2026-03-28 | 1 | -16/+53 |
| | | |||||
| * | refactor(supabase): move app access to service role | Fuwn | 2026-03-27 | 1 | -3/+3 |
| | | |||||
| * | chore(trigger): migrate project setup from v3 to v4 | Fuwn | 2026-03-01 | 1 | -1/+1 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -30/+60 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -6/+2 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -2/+6 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -6/+2 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -31/+31 |
| | | |||||
| * | fix(notifications): try/catch sendNotification | Fuwn | 2024-07-25 | 1 | -1/+5 |
| | | |||||
| * | refactor(trigger): v2 -> v3 | Fuwn | 2024-07-24 | 1 | -0/+38 |