aboutsummaryrefslogtreecommitdiff
path: root/src/trigger
Commit message (Collapse)AuthorAgeFilesLines
* refactor(naming): replace banned ctx abbreviation with full namesFuwn2026-04-181-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 identityFuwn2026-03-281-1/+20
|
* fix(notifications): prune dead push endpointsFuwn2026-03-281-16/+53
|
* refactor(supabase): move app access to service roleFuwn2026-03-271-3/+3
|
* chore(trigger): migrate project setup from v3 to v4Fuwn2026-03-011-1/+1
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-30/+60
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
|
* format: Apply Prettier formattingFuwn2026-01-221-6/+2
|
* format: Apply Prettier formattingFuwn2025-12-151-2/+6
|
* style: Reformat using latest formattingFuwn2025-06-111-6/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-31/+31
|
* fix(notifications): try/catch sendNotificationFuwn2024-07-251-1/+5
|
* refactor(trigger): v2 -> v3Fuwn2024-07-241-0/+38