a405816386
Merge pull request 'Added workouts database schema' (#25) from dev into main
robin2026-08-28 14:47:13 +02:00
dac38bd0a1
fix: syntax errors in migration sql
robin2026-08-28 14:44:41 +02:00
d68231c4c1
fix: update go version to 1.27 in Dockerfile
robin2026-08-28 14:31:42 +02:00
817c845e3b
fix: adding some exercises in migration
robin2026-08-28 14:18:04 +02:00
a4a84bed68
feat: added workouts and workout_sets db tables
robin2026-08-28 11:00:30 +02:00
e8405e31a8
feat: db migration for workouts. still in progress
robin2026-08-27 20:17:06 +02:00
8eb70a9a63
fix: migrate to go 1.27
robin2026-08-27 19:41:00 +02:00
a7d3d6c378
feat: added some example http rqeuests (api.http)
robin2026-08-27 12:01:48 +02:00
7fdf1ed925
fix: migrations path in iofs
robin2026-08-25 11:06:45 +02:00
2732038a1f
fix: moved embed.FS to own package, so the api binary has no sql files embedded
robin2026-08-25 11:05:23 +02:00
f031f7c15a
Merge pull request 'make() lists and items, so having no lists and no items returns [] instead of nil' (#24) from dev into main
robin2026-08-22 21:47:19 +02:00
c677b71a7a
fix: make() lists and items, so having no lists and no items returns [] instead of nil
robin2026-08-22 21:45:52 +02:00
2b0f2acb96
Merge pull request 'Injecting UserService into ListHandler' (#23) from dev into main
robin2026-08-21 22:06:17 +02:00
deee3e0d4f
fix: correctly injecting UserService into ListHandler
robin2026-08-21 22:05:43 +02:00
ff0fe5ff13
Merge pull request 'Delete lists and add users via email' (#22) from dev into main
robin2026-08-21 21:51:52 +02:00
b777e00d94
fix: sql identifier in get lists query
robin2026-08-21 21:44:00 +02:00
53f1e2c642
fix: added swag command to makefile
robin2026-08-21 09:18:42 +02:00
a8386b741b
fix: added makefile, along with dynamic version, commit hash and buildtime
robin2026-08-21 09:09:43 +02:00
a056906ab3
Merge pull request 'Enable adding/removing users to list as well as add/update list items' (#11) from dev into main
robin2026-08-20 15:55:37 +02:00
cba2507893
fix: update modified_at when updatig list item
robin2026-08-20 15:48:45 +02:00
8c0b46f8e4
feat: list functions now validate user has access to list
robin2026-08-20 15:43:59 +02:00
36b3f1a483
refactor: renamed "IsUserInListByListItem" to "IsUserInListByItemID"
robin2026-08-20 15:43:33 +02:00
d026fa4d7c
feat: added "IsUserInListByListItem" to list repository
robin2026-08-20 15:42:25 +02:00
8caa218e0d
fix: added error vars to list service
robin2026-08-20 15:37:02 +02:00
abb3d154f8
fix: in "CreateList", the authenticated userid is now added in the service layer, rather than the handler layer
robin2026-08-20 15:32:54 +02:00