| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-08 | feat(db): add OpenTelemetry instrumentation for database queries | Claude | 1 | -0/+3 | |
| Instruments the better-sqlite3 driver so that every prepared statement execution (run/get/all) produces an OTel span with db.system, db.statement, and db.operation attributes. The instrumentation is a no-op when no TracerProvider is registered (i.e. tracing is disabled). https://claude.ai/code/session_01JZut7LqeHPUKAFbFLfVP8F | |||||
| 2025-07-27 | chore: More turbo fixes | MohamedBassem | 1 | -9/+11 | |
| 2025-07-19 | feat: Allow enabling journaling mode on the db | Mohamed Bassem | 1 | -0/+12 | |
| 2025-04-16 | tests: Add tests for various trpc endpoints | Mohamed Bassem | 1 | -1/+1 | |
| 2025-03-02 | refactor: Move the list logic into a separate model | Mohamed Bassem | 1 | -0/+1 | |
| 2025-01-02 | Revert "ci: Run tests on push (#807)" (#808) | Mohamed Bassem | 1 | -1/+1 | |
| This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e. | |||||
| 2025-01-02 | ci: Run tests on push (#807) | Mohamed Bassem | 1 | -1/+1 | |
| * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests | |||||
| 2024-03-05 | breaking: Using DATA_DIR env variable instead of DATABASE_URL | MohamedBassem | 1 | -1/+3 | |
| 2024-03-02 | dev: Disable db query logging given that it's very noisy | MohamedBassem | 1 | -12/+1 | |
| 2024-02-29 | fix: Disable query logging in production | MohamedBassem | 1 | -4/+4 | |
| 2024-02-28 | fix: Fix drizzle logging params in prod | MohamedBassem | 1 | -1/+12 | |
| 2024-02-28 | tests: Add tests for the bookmarks routes | MohamedBassem | 1 | -0/+11 | |
| 2024-02-23 | db: Migrate from prisma to drizzle | MohamedBassem | 1 | -0/+7 | |
