Commit graph

28 commits

Author SHA1 Message Date
17f4b8bba4 fix: correct deletion method implementation
reference: https://stackoverflow.com/questions/75912878/could-not-write-json-failed-to-lazily-initialize-a-collection-when-returning-an
2025-11-27 14:39:09 +01:00
f62e836692 fix: createRecipe checks name is unique
Uses JPA Repository.exists(Example<T>); Changed no-arg constuctor of
Recipe to public.
2025-11-27 14:39:09 +01:00
0a9251df67 fix: recipe api now under /api 2025-11-27 14:39:09 +01:00
4e23d913d1 feat: RecipeController with GET, POST, PUT, DELETE
TODO: WebSockets updates should be propagated after POST/PUT/DELETE operations
2025-11-27 14:39:09 +01:00
Oskar Rasieński
2d9af65f28 fixed checkstyle issue? 2025-11-27 14:39:09 +01:00
Oskar Rasieński
a4ec14bfb0 Removed magic numbers from tests 2025-11-27 14:39:09 +01:00
Oskar Rasieński
1273ae47fe Expression lambdas 2025-11-27 14:39:09 +01:00
Oskar Rasieński
873f1911ac Added tests for Recipe. 2025-11-27 14:39:09 +01:00
Oskar Rasieński
110c8e72d4 Removed * import 2025-11-27 14:39:09 +01:00
Oskar Rasieński
ccdccffee8 Added RecipeRepository 2025-11-27 14:39:09 +01:00
Oskar Rasieński
646183174a Created basic recipe. 2025-11-27 14:39:09 +01:00
07d3fe304d Revert "Merge branch 'backend' into 'main'"
This reverts merge request !2
2025-11-27 14:29:18 +01:00
Oskar Rasieński
79fa5d5f8b Merge branch 'backend' into 'main'
feat: basic Recipe class and RecipeController with GET, POST, PUT, DELETE

Closes #6

See merge request cse1105/2025-2026/teams/csep-team-76!2
2025-11-25 17:46:16 +01:00
Oskar Rasieński
3aa530ffde feat: basic Recipe class and RecipeController with GET, POST, PUT, DELETE 2025-11-25 17:46:15 +01:00
f8ad46e2c7
docs: week 2 meeting minutes 2025-11-21 18:07:56 +01:00
Maria Dumitrescu
b5ba996e66 Upload New File 2025-11-21 17:24:01 +01:00
Maria Dumitrescu
94ae1ce8ed Add new directory 2025-11-21 17:23:39 +01:00
Maria Dumitrescu
10c99138b8 Add new directory 2025-11-21 17:22:45 +01:00
Natalia Cholewa
a42cd38831 docs: agenda for week 02 2025-11-20 12:23:12 +01:00
ac8f3f2699 Merge branch 'checkstyle-v1' into 'main'
draft checkstyle.xml with 10 rules

See merge request cse1105/2025-2026/teams/csep-team-76!1
2025-11-16 21:10:55 +01:00
9426b5da78
include try/catch in left-curly rule 2025-11-14 20:21:31 +01:00
16123e0dee
fmt: move first rule comment 2025-11-14 19:57:50 +01:00
ac8901de5a
make tab check a warning 2025-11-14 19:57:30 +01:00
9ec277bfef
fix even more tabs 2025-11-14 19:43:58 +01:00
Hanz727
ee0d2ce427 Replaced all tabs with spaces 2025-11-14 19:36:29 +01:00
bceb413241
candidate checkstyle.xml 2025-11-14 19:01:33 +01:00
7dec1dedb5
init code of conduct file 2025-11-14 16:25:27 +01:00
Sebastian Proksch
e4c00f10e8 Initial commit 2025-11-13 22:26:09 +01:00