Commit Graph

24 Commits

Author SHA1 Message Date
fc3e6abb23 fix: correct typo in indexer.h header guard macro name 2025-03-28 22:22:57 +00:00
ac64a27040 chore: remove trailing whitespace from README.md line 42 2025-03-28 19:50:10 +00:00
2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
e345a89f80 chore: remove trailing whitespace from README.md line 42 2025-03-28 05:55:22 +00:00
e3871bca6f feat: add initial project structure with empty placeholder files 2025-03-28 04:37:22 +00:00
f209985199 chore: remove trailing whitespace from README.md formatting 2025-03-28 00:55:04 +00:00
5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00
5654f9ae63 chore: remove all cached state and reset repository to clean baseline 2025-03-21 02:27:11 +00:00
67e2ebe853 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to optimize query performance for profile retrieval operations.
2025-03-21 00:15:40 +00:00
c75d1161f7 chore: remove trailing whitespace from README.md line 42 2025-03-20 15:38:10 +00:00
7845a42c70 fix: correct typo in user authentication error message string 2025-03-20 01:36:56 +00:00
2f5ada0ce7 chore: remove trailing whitespace from README.md line 42 2025-03-19 21:02:39 +00:00
5eee67661a chore: remove trailing whitespace from README.md line 42 2025-03-19 20:45:07 +00:00
c90fc42afc chore: remove trailing whitespace from README.md formatting 2025-03-16 21:46:09 +00:00
41ab3e5e22 chore: remove trailing whitespace from README.md line 42 2025-03-05 23:10:15 +00:00
ce1909d79a fix: add try-catch block to handle database connection timeout in user service 2025-03-05 22:53:35 +00:00
4f42c4764b chore: remove trailing whitespace from README.md line 42 2025-02-13 18:09:29 +00:00
127ea61ae7 chore: remove trailing whitespace from README.md formatting 2025-01-26 01:54:45 +00:00
2887831736 feat: add stdin reading support for processing piped input data 2025-01-25 13:19:01 +00:00
29239df816 feat: add user_id index to profiles table for faster lookup queries
The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 21:59:51 +00:00
4be6b8f308 feat: implement user authentication with JWT token generation and validation 2025-01-04 15:54:48 +00:00
870d32c898 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-04 07:40:31 +00:00
a023630143 chore: remove placeholder safety confirmation text from commit message 2025-01-04 07:35:39 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00