Robin Dittmar robin
  • Joined on 2023-10-18
robin pushed to dev at robin/dttmr-api 2026-08-21 15:13:03 +02:00
bc87f656c8 Merge pull request 'Fixed route inconsistencies' (#18) from dev into main
robin merged pull request robin/dttmr-api#18 2026-08-21 15:12:25 +02:00
Fixed route inconsistencies
robin pushed to main at robin/dttmr-api 2026-08-21 15:12:25 +02:00
bc87f656c8 Merge pull request 'Fixed route inconsistencies' (#18) from dev into main
d462e798f9 fix: aligned router paths with documentation
Compare 2 commits »
robin created pull request robin/dttmr-api#18 2026-08-21 15:12:19 +02:00
Fixed route inconsistencies
robin pushed to dev at robin/dttmr-api 2026-08-21 15:09:54 +02:00
d462e798f9 fix: aligned router paths with documentation
robin pushed to dev at robin/dttmr-api 2026-08-21 14:52:31 +02:00
c029fc3951 Merge pull request 'Fix namespace issue and small name refactoring' (#17) from dev into main
robin pushed to main at robin/dttmr-api 2026-08-21 14:52:08 +02:00
c029fc3951 Merge pull request 'Fix namespace issue and small name refactoring' (#17) from dev into main
27883408a5 fix: rename GetListsByUserID to GetLists for consistency
024f67bb20 fix: namespace error
Compare 3 commits »
robin merged pull request robin/dttmr-api#17 2026-08-21 14:52:07 +02:00
Fix namespace issue and small name refactoring
robin created pull request robin/dttmr-api#17 2026-08-21 14:52:02 +02:00
Fix namespace issue and small name refactoring
robin pushed to dev at robin/dttmr-api 2026-08-21 14:51:42 +02:00
27883408a5 fix: rename GetListsByUserID to GetLists for consistency
robin pushed to dev at robin/dttmr-api 2026-08-21 14:51:09 +02:00
024f67bb20 fix: namespace error
robin pushed to dev at robin/dttmr-api 2026-08-21 14:49:54 +02:00
5ec973748f Merge pull request 'Added GET /lists, POST /list/items/{id} and GET /list/{id}' (#16) from dev into main
robin pushed to main at robin/dttmr-api 2026-08-21 14:49:23 +02:00
5ec973748f Merge pull request 'Added GET /lists, POST /list/items/{id} and GET /list/{id}' (#16) from dev into main
51b2b74f0d feat: added GET /lists, POST /list/items/{id} and GET /list/{id}
ea5dd431e5 fix: can now create a list without any additional user IDs
5e23d9cc9f feat: added logout handler
a5860c5079 fix: added metrics service to otel-config.yaml
Compare 5 commits »
robin merged pull request robin/dttmr-api#16 2026-08-21 14:49:21 +02:00
Added GET /lists, POST /list/items/{id} and GET /list/{id}
robin created pull request robin/dttmr-api#16 2026-08-21 14:49:16 +02:00
Added GET /lists, POST /list/items/{id} and GET /list/{id}
robin pushed to dev at robin/dttmr-api 2026-08-21 14:48:50 +02:00
51b2b74f0d feat: added GET /lists, POST /list/items/{id} and GET /list/{id}
ea5dd431e5 fix: can now create a list without any additional user IDs
Compare 2 commits »
robin pushed to dev at robin/dttmr-api 2026-08-21 13:50:05 +02:00
5e23d9cc9f feat: added logout handler
a5860c5079 fix: added metrics service to otel-config.yaml
Compare 2 commits »
robin pushed to dev at robin/dttmr-api 2026-08-21 11:42:21 +02:00
acdee12006 Merge pull request 'Added bootstrap cli and compose.yaml' (#15) from dev into main
robin pushed to main at robin/dttmr-api 2026-08-21 11:41:50 +02:00
acdee12006 Merge pull request 'Added bootstrap cli and compose.yaml' (#15) from dev into main
8e6e8fa951 feat: added compose.yaml
99c2988070 fix: removed copying .docker.env to docker image
7ab6876005 feat: added bootstrap cli (removed db migration from service)
Compare 4 commits »
robin merged pull request robin/dttmr-api#15 2026-08-21 11:41:48 +02:00
Added bootstrap cli and compose.yaml