Commit Graph
187 Commits
Author SHA1 Message Date
Robin Dittmar a9de24726a fix: always run service with UTC timezone 2026-07-20 22:23:43 +02:00
Robin Dittmar 1ce0c8fdb7 indentation 2026-07-20 22:10:37 +02:00
robin f902082796 Merge pull request 'User creation' (#4) from dev into main 2026-07-20 22:00:50 +02:00
robin 470c0f52f1 Merge branch 'main' into dev 2026-07-20 22:00:28 +02:00
robin 4ded2035bb Merge pull request 'Database migration' (#3) from dev into main 2026-07-20 21:58:58 +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 d91af5984a Merge pull request 'Added WithMaxBytes middleware' (#2) from dev into main 2026-07-20 20:14:50 +02:00
Robin Dittmar caf79e0dff Added "WithMaxBytes" middleware 2026-07-20 20:12:45 +02:00
Robin Dittmar 10a34387ef Added "error" key to telemetry shutdown log 2026-07-20 20:04:24 +02:00
robin 5d52026ee8 Merge pull request 'Introduce database and first endpoint with service/repository' (#1) from dev into main 2026-07-10 14:14:04 +02:00
Robin Dittmar 4472bd24e8 Added docker compose for local development 2026-07-10 14:10:06 +02:00
Robin Dittmar 69fb473348 Added .gitignore 2026-07-10 14:09:29 +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 584462ab6d Updated dependencies 2026-07-08 09:48:11 +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
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 6febefc8e6 Updated LICENSE 2026-07-01 11:39:05 +02:00
Robin Dittmar 641f25650f Setup Go project 2026-07-01 11:35:56 +02:00
robin 4c13eba9a1 Initial commit 2026-07-01 11:18:32 +02:00