Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 12:40:46 +00:00
c70a1eb443 Bump version to 0.1.4 and improve DatabaseConfig default implementation
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 12:30:30 +00:00
c783323b69 Bump version to 0.1.3 and enhance DatabaseConfig with min_connections and new methods
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:14:25 +00:00
61202c5969 chore: remove sqlx dependency from Cargo.toml and Cargo.lock
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:07:48 +00:00
ff40174734 fix: correct paths for conditional dependencies in cargo-generate.toml
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:07:12 +00:00
1d141c7a97 feat(api): implement user authentication and registration endpoints
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 05:06:05 +00:00
7dbdf3f00b chore: remove post-generation hook from cargo-generate.toml
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 created branch master in GKaszewski/k-template 2026-01-02 04:27:48 +00:00
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:27:48 +00:00
8dfb3c6922 init
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:15:29 +00:00
0057613308 init
GKaszewski created branch master in GKaszewski/k-core 2026-01-02 04:15:29 +00:00
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 pushed to master at GKaszewski/k-notes 2026-01-02 00:22:56 +00:00
66e0e613fc Newtypes and broker refactor