Gabriel Kaszewski GKaszewski
GKaszewski pushed to refactor at GKaszewski/k-notes 2025-12-26 00:31:39 +00:00
9ac013dce1 feat: Introduce MessageBroker abstraction for decoupled event publishing, add notes-worker service, and optimize note repository tag fetching.
GKaszewski deleted branch smart-stuff from GKaszewski/k-notes 2025-12-25 23:53:15 +00:00
GKaszewski pushed to master at GKaszewski/k-notes 2025-12-25 23:53:14 +00:00
58de25e5bc First batch of smart stuff
GKaszewski merged pull request GKaszewski/k-notes#3 2025-12-25 23:53:13 +00:00
First batch of smart stuff
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 23:52:39 +00:00
c2d57bc5a2 feat: implement configurable CORS origins and remove redundant comments
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 23:49:54 +00:00
efb0f17a2e feat: introduce smart features for semantic search and related notes using Qdrant.
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 23:48:05 +00:00
c2a324b368 feat: Introduce smart-features Cargo feature to conditionally compile smart note functionalities and their dependencies.
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 23:35:34 +00:00
c8276ac306 feat: Add related notes functionality with new API endpoint and frontend components, and update note search route.
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 23:19:44 +00:00
64f8118228 feat: Implement NATS-based event processing for note smart features and add Qdrant collection auto-creation.
GKaszewski pushed to smart-stuff at GKaszewski/k-notes 2025-12-25 22:59:17 +00:00
178d59540e feat: Implement semantic search and smart note linking with embedding generation, vector storage, and link persistence.
GKaszewski created branch smart-stuff in GKaszewski/k-notes 2025-12-25 22:59:16 +00:00
GKaszewski pushed to master at GKaszewski/k-notes 2025-12-25 22:41:01 +00:00
4cb398869d feat: add system configuration API endpoint and frontend hook for dynamic settings
GKaszewski pushed to master at GKaszewski/k-notes 2025-12-25 22:17:42 +00:00
529457c9a3 chore: Add libertas codebase snapshot for AI and adjust dashboard layout for responsiveness.
GKaszewski pushed to master at GKaszewski/k-notes 2025-12-25 22:05:27 +00:00
0af7294468 feat: Add ALLOW_REGISTRATION configuration to enable/disable user registration and introduce a Forbidden API error type.
GKaszewski merged pull request GKaszewski/k-notes#2 2025-12-25 21:57:21 +00:00
Infra refactor
GKaszewski deleted branch refactor from GKaszewski/k-notes 2025-12-25 21:57:21 +00:00
GKaszewski pushed to master at GKaszewski/k-notes 2025-12-25 21:57:21 +00:00
bb15181817 Infra refactor
GKaszewski pushed to refactor at GKaszewski/k-notes 2025-12-25 21:56:28 +00:00
d92366571d Update readme
GKaszewski pushed to refactor at GKaszewski/k-notes 2025-12-25 21:53:53 +00:00
19e16a09f8 feat: Implement conditional compilation for SQLite and Postgres database backends using Cargo features.
GKaszewski pushed to refactor at GKaszewski/k-notes 2025-12-25 21:43:08 +00:00
b53dbf2ea8 feat: Implement database factory and abstract session store for multi-database support, centralizing service creation in main.rs.