1
0
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
04d261bb5d
feat(api): add PUT /trainings/{trainingID}/dates/{dateID} to modify date 2024-04-27 21:10:10 +02:00
87d432dd52
feat(api): use custom types for uuid types 2024-04-27 21:09:38 +02:00
11f610f992
fix(api): Training should ref NewTraining not Training (self) 2024-04-27 21:08:36 +02:00
bf3cd40d9b
feat(api): add company field to trainingdateattendee 2024-03-02 16:36:52 +01:00
667b142aa2
feat(api): add NewTrainingDate component 2024-03-02 16:36:07 +01:00
d1e0607812
feat(openapi): add tags 2024-02-28 21:18:46 +01:00
14587e612f
fix(openapi): move price to component 2024-02-28 21:06:35 +01:00
63cc8628bc
refactor: move app entrypoint to ./cmd/server 2024-02-28 20:59:15 +01:00
bb8e1aceb1
fix(openapi): missing NewTrainingFeedback component and do not use properties when using $ref 2024-02-28 20:53:59 +01:00
f679dff15d
feat: add v1 openapi spec 2024-02-28 20:17:27 +01:00
491eaba395
chore(golang): bump to 1.22.0 2024-02-28 18:51:54 +01:00
cf444de966
ci: change default image to docker:git
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-02 19:24:31 +01:00
38e1389976
ci: build and push docker image
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-02 19:13:31 +01:00
da0b92c936
chore(build): add Dockerfile
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-02 19:01:17 +01:00
5272bfe7ae
chore: add go.sum
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-02 19:00:51 +01:00
3d734673ff
feat: initial commit
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-02 18:53:38 +01:00