Commit Graph

136 Commits

Author SHA1 Message Date
96284c3dbd Add query and scanner tests 2025-02-24 21:38:52 +01:00
7cbe6fd272 Add postgres init 2025-02-23 15:19:34 +01:00
a946b8ae76 Implement db struct scanner 2025-02-23 14:59:00 +01:00
c76057d605 Implement sql query builder 2025-02-23 14:58:30 +01:00
25defa5b65 Fix tests for db type 2025-02-22 22:32:38 +01:00
d47f7d7fb0 Use golang migrate for migrations 2025-02-22 21:53:12 +01:00
5079f3c96d Update README config section 2024-12-27 16:55:56 +01:00
28d2c053a8 Rename missed files 2024-12-20 00:05:23 +01:00
b6b4c01f0e Rename app to Lemma 2024-12-19 23:59:27 +01:00
f0b6aa0d6e Setup test logging 2024-12-19 23:42:19 +01:00
cf2e1809a4 Delete more debug logs 2024-12-19 22:26:29 +01:00
b065938211 Remove too many debug messages 2024-12-19 22:00:42 +01:00
f6de4fb839 Log the config after loading 2024-12-18 22:16:20 +01:00
7ccd36f0e4 Add logging to handlers 2024-12-17 23:28:01 +01:00
54cefac4b7 Update package comment 2024-12-16 22:39:26 +01:00
032ae1354c Add logging to storage package 2024-12-16 22:38:21 +01:00
03e78c3e6b Harmonize logging 2024-12-16 21:25:17 +01:00
b00f01f033 Add logging to secrets package 2024-12-16 21:25:06 +01:00
51004d980d Implement logging for git package 2024-12-16 21:16:31 +01:00
e7a48fcd27 Add logging to context 2024-12-16 20:59:21 +01:00
3edce8a0b9 Add logging to auth package 2024-12-15 18:03:04 +01:00
d6680d8e03 Update db logging 2024-12-15 17:28:53 +01:00
8dd57bdf0b Use lowercase for log messages 2024-12-15 17:13:40 +01:00
a32e0957ed Add logging to app package 2024-12-15 16:46:29 +01:00
ab00276f0d Add logging to db package 2024-12-15 14:12:39 +01:00
d14eae4de4 Add Logger interface 2024-12-15 13:34:31 +01:00
71df436a93 Simplify logging 2024-12-14 23:59:28 +01:00
1ee8d94789 Add logger to server 2024-12-12 21:06:15 +01:00
9d82b6426c Use slog for logging 2024-12-12 20:53:35 +01:00
ea916c3ecc Initial logging implementation 2024-12-10 22:16:50 +01:00
a7a97caa6a Regenerate api docs 2024-12-08 17:46:59 +01:00
8ebbe1e076 Update api docs 2024-12-08 17:43:50 +01:00
ed6ac312ed Fix failing logout tests 2024-12-08 17:22:39 +01:00
2268ea48f2 Fix session validation 2024-12-08 17:13:34 +01:00
69af630332 Update tests to use test user struct 2024-12-08 15:03:39 +01:00
2e1ccb45d6 Remove extra argument 2024-12-07 23:16:12 +01:00
5633406f5c Update handler integration tests 2024-12-07 23:09:57 +01:00
ad4af2f82d Update auth test 2024-12-07 21:41:37 +01:00
8a4508e29f Update session and cookie managers 2024-12-07 21:19:02 +01:00
de9e9102db Migrate backend auth to cookies 2024-12-05 21:56:35 +01:00
dc8fc6c225 Working swagger api docs 2024-12-03 22:06:57 +01:00
e413e955c5 Update api docs 2024-12-03 21:50:16 +01:00
c400d81c87 Add initial api doc comments 2024-12-02 22:28:12 +01:00
08e76671d0 Rework app setup 2024-12-02 21:23:47 +01:00
d5d2792689 Fix missing admin user setup 2024-11-30 19:38:47 +01:00
31d00681a1 Update handlers and db 2024-11-30 16:12:51 +01:00
4359267d55 Add commit name and commit email to workspace model 2024-11-30 13:56:07 +01:00
c07f19bbb3 Merge migrations 2024-11-30 13:55:29 +01:00
325cedc235 Add commit name and commit email to git client 2024-11-30 12:54:47 +01:00
de2a9364ab Split main into app package 2024-11-30 12:06:34 +01:00