Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:56:34 +00:00
d916218703 feat: Add Dockerfile for containerization and implement database migrations for both SQLite and Postgres.
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:55:16 +00:00
3772721cdf Bump version to 0.1.2 and refactor database connection handling
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:47:53 +00:00
c1c42f4fd9 feat: Add initial PostgreSQL migration, refactor database connection to k_core, and simplify session store setup.
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:43:14 +00:00
bda288362a Bump version to 0.1.1
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:40:35 +00:00
c2b03b37b5 Refactor database connection handling and configuration
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:31:09 +00:00
cb73f146c5 refactor: Remove smart-features and its associated dependencies, and refine broker-nats feature declaration.
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:27:48 +00:00
8dfb3c6922 init
GKaszewski created branch master in GKaszewski/k-template 2026-01-02 04:27:48 +00:00
GKaszewski created branch master in GKaszewski/k-core 2026-01-02 04:15:29 +00:00
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:15:29 +00:00
0057613308 init
GKaszewski created repository GKaszewski/k-template 2026-01-02 03:50:47 +00:00
GKaszewski created repository GKaszewski/k-core 2026-01-02 03:50:38 +00:00
GKaszewski deleted branch newtypes from GKaszewski/k-notes 2026-01-02 00:22:59 +00:00
GKaszewski merged pull request GKaszewski/k-notes#10 2026-01-02 00:22:56 +00:00
Newtypes and broker refactor
GKaszewski pushed to master at GKaszewski/k-notes 2026-01-02 00:22:56 +00:00
66e0e613fc Newtypes and broker refactor
GKaszewski created pull request GKaszewski/k-notes#10 2026-01-02 00:22:44 +00:00
Newtypes and broker refactor
GKaszewski pushed to newtypes at GKaszewski/k-notes 2026-01-02 00:22:21 +00:00
328f2f2fb2 feat: centralize NATS message broker implementation in infra and abstract its usage in API and worker
GKaszewski pushed to main at GKaszewski/blog 2026-01-01 18:59:05 +00:00
0eb29091d6 Revise 2025 Review post for clarity and detail, enhancing personal reflections and self-hosting experiences
GKaszewski pushed to main at GKaszewski/blog 2026-01-01 18:35:28 +00:00
2ecaeec80c Add new blog post: 2025 Review reflecting on personal and professional experiences
GKaszewski pushed to newtypes at GKaszewski/k-notes 2025-12-31 00:35:37 +00:00
064d2ae748 feat: Allow notes to have empty or null titles by updating schema, API validation, and frontend forms.