Commit Graph
27 Commits
Author SHA1 Message Date
robin 571f9cdcfc fix: vet errors (mostly outdated tests) 2026-09-06 17:18:15 +02:00
robin 19ad59ac30 feat: added /version endpoint 2026-09-01 16:42:40 +02:00
robin 2e3e82e776 feat: added db transactions abstraction; cleaned up user registration; repos adapted new abstraction: all repos now support transactions, if present in ctx 2026-09-01 14:55:20 +02:00
robin 2732038a1f fix: moved embed.FS to own package, so the api binary has no sql files embedded 2026-08-25 11:05:23 +02:00
robin 7ab6876005 feat: added bootstrap cli (removed db migration from service) 2026-08-21 11:09:08 +02:00
robin a8386b741b fix: added makefile, along with dynamic version, commit hash and buildtime 2026-08-21 09:09:43 +02:00
Robin Dittmar 2e1fbc6e68 feat: added swaggo support 2026-07-28 14:41:49 +02:00
Robin Dittmar cb14374d09 fix: added missing "error" key for logging 2026-07-28 14:29:57 +02:00
Robin Dittmar d9bfcea420 feat: jwt authentication 2026-07-21 13:47:59 +02:00
Robin Dittmar addbbb9cbe fix: "service shutdown" log is now always last on proper shutdown 2026-07-20 22:49:55 +02:00
Robin Dittmar a9de24726a fix: always run service with UTC timezone 2026-07-20 22:23:43 +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 10a34387ef Added "error" key to telemetry shutdown log 2026-07-20 20:04:24 +02:00
Robin Dittmar 85602dbf95 Added "create list" handler, service + repository 2026-07-10 14:08:47 +02:00
Robin Dittmar d17eb34c25 Removed unnecessary "double logging" of error in main() function 2026-07-10 13:05:03 +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 554cc7f65c Added simple configuration options 2026-07-10 12:40:47 +02:00
Robin Dittmar 5ab4952fe6 Added OpenTelemetry config object 2026-07-09 13:45:24 +02:00
Robin Dittmar c61884d6ba Added godotenv 2026-07-08 12:22:08 +02:00
Robin Dittmar 0dec97a865 Added OpenTelemetry and use structured logging 2026-07-07 16:18:14 +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
Robin Dittmar 4afb76cea0 Added /health endpoint 2026-07-03 10:01:33 +02:00
Robin Dittmar 4379f8bdda Changed default ApiReponse (just playing around) 2026-07-03 10:01:21 +02:00
Robin Dittmar 641f25650f Setup Go project 2026-07-01 11:35:56 +02:00