Commit Graph
134 Commits
Author SHA1 Message Date
robin e0ab3bb51a feat: added generic json payload decoder function 2026-08-14 16:56:43 +02:00
robin d6b913a763 feat: ListService now supports user management and creating/updating list items 2026-08-14 16:56:17 +02:00
robin dd8c105230 fix: rename AddListItem => CreateListItem 2026-08-14 16:46:13 +02:00
robin 9261e07e72 feat: list repository now supports managing users for lists, adding and updating list items 2026-08-14 16:45:05 +02:00
robin 6eb9f22cf2 fix: pass TokenPair by value 2026-08-03 15:21:30 +02:00
robin 48c30ed9f4 fix: moved /health route to /api/v1/health 2026-08-03 14:59:20 +02:00
robin 8e80f8d481 feat: added /auth/refresh route 2026-08-03 14:58:55 +02:00
robin 8fefc5d5c7 feat: added refresh tokens 2026-08-03 11:41:03 +02:00
Robin Dittmar 3b4a6cba82 fix: updated table name 'sessions' => 'refresh_tokens' 2026-08-03 10:57:45 +02:00
Robin Dittmar 2e1fbc6e68 feat: added swaggo support 2026-07-28 14:41:49 +02:00
Robin Dittmar 031b586fe7 test: added two variants of tests for user repository 2026-07-24 15:50:28 +02:00
Robin Dittmar c0ab4c9a62 test: added tests for list service 2026-07-24 15:30:58 +02:00
Robin Dittmar 0f9c12d077 test: utilize testify 2026-07-24 15:30:42 +02:00
Robin Dittmar d9bfcea420 feat: jwt authentication 2026-07-21 13:47:59 +02:00
Robin Dittmar 1cdb0ebefa fix: improved logging message 2026-07-21 11:43:36 +02:00
Robin Dittmar 1ce0c8fdb7 indentation 2026-07-20 22:10:37 +02:00
Robin Dittmar 14b82b787b feat: user creation 2026-07-20 21:57:43 +02:00
Robin Dittmar 49f1497f45 fix: removed error handling for tx.Rollback() 2026-07-20 21:11:46 +02:00
Robin Dittmar 5f4e95b3f7 fix: added modified_at to ListRepo 2026-07-20 21:06:21 +02:00
Robin Dittmar c623e02b6c fix: all log messages are now lower case 2026-07-20 21:05:18 +02:00
Robin Dittmar c06d008a20 feat: added database migration on startup and user+list db migrations 2026-07-20 20:55:04 +02:00
Robin Dittmar f1061f6ffd fix: the default connection string now contains &timezone=UTC 2026-07-20 20:30:45 +02:00
Robin Dittmar caf79e0dff Added "WithMaxBytes" middleware 2026-07-20 20:12:45 +02:00
Robin Dittmar 85602dbf95 Added "create list" handler, service + repository 2026-07-10 14:08:47 +02:00
Robin Dittmar dee308def7 Moved config to own module 2026-07-10 12:59:46 +02:00
Robin Dittmar 53ab1aee4f Added simple database connection 2026-07-10 12:57:47 +02:00
Robin Dittmar 5ab4952fe6 Added OpenTelemetry config object 2026-07-09 13:45:24 +02:00
Robin Dittmar a0381a06be Added OpenTelemetry metric exporter 2026-07-07 16:40:51 +02:00
Robin Dittmar 0dec97a865 Added OpenTelemetry and use structured logging 2026-07-07 16:18:14 +02:00
Robin Dittmar 860563b47f Added a first test for HealthHandler 2026-07-06 10:01:14 +02:00
Robin Dittmar 3259d07f22 Changed /health response to lowercase 2026-07-06 09:29:48 +02:00
Robin Dittmar 449238f0a8 Changed /health response to lowercase 2026-07-06 09:28:55 +02:00
Robin Dittmar 5325e04a30 Initialized proper project structure 2026-07-03 11:39:58 +02:00
Robin Dittmar d98e8e9244 Added Dockerfile 2026-07-03 10:30:33 +02:00