Commit graph

27 commits

Author SHA1 Message Date
Gerald Schmittinger
091405f63f fix(backend): persistOnCreate ook aan test-config toegevoegd 2025-03-30 17:09:13 +02:00
Lint Action
7ad808cf3b style: fix linting issues met Prettier 2025-03-30 12:54:22 +00:00
Lint Action
56d34adbc0 style: fix linting issues met ESLint 2025-03-30 12:54:18 +00:00
Gerald Schmittinger
b2e43b8b50 fix(backend): persistOnCreate uitgeschakeld. 2025-03-30 14:30:47 +02:00
4fd03cd616
refactor(backend): Gebruik EnvVars ipv. process.env 2025-03-21 11:12:19 +01:00
Lint Action
e73d5c21c3 style: fix linting issues met Prettier 2025-03-13 14:30:15 +00:00
ccacc69ed8
fix: .js toevoegen aan imports 2025-03-13 15:29:35 +01:00
79393d6552
Merge branch 'dev' into test/testen-voor-datalaag-#87 2025-03-13 14:54:57 +01:00
Gerald Schmittinger
4dcd4671ca fix(backend): Workaround voor autoincrement-problemen bij SQLite
SQLite (die we voor de automatische tests gebruiken) ondersteunt geen autoincrement op kolommen die deel uitmaken van een composite primary key. Hiervoor heb ik een workaround geïmplementeerd.
2025-03-13 02:20:01 +01:00
Lint Action
b8aae0ab1b style: fix linting issues met ESLint 2025-03-06 13:37:39 +00:00
Lint Action
8d4cbb5529 style: fix linting issues met ESLint 2025-03-06 11:12:46 +00:00
11e3dc6a3f
Merge branch 'dev' into chore/logging 2025-03-06 12:11:29 +01:00
Lint Action
5edf23c767 style: fix linting issues met Prettier 2025-03-04 20:46:27 +00:00
Lint Action
3a68fb3913 style: fix linting issues met ESLint 2025-03-04 20:46:24 +00:00
a4d34afcb3
Merge branch 'dev' into lint-action-setup 2025-03-04 21:45:46 +01:00
6d05978568
Merge branch 'dev' into chore/logging 2025-03-04 16:53:29 +01:00
f82668148c
Merge branch 'dev' into chore/logging 2025-03-02 15:13:53 +01:00
eca8d89712
chore(backend): Duidelijkere MikroORM logging
Zorgt voor beter formaat en juiste labels
2025-03-02 13:59:38 +01:00
Lint Action
17893a6990 style: fix linting issues met Prettier 2025-03-01 10:33:30 +00:00
Lint Action
74765577d5 style: fix linting issues met ESLint 2025-03-01 10:33:27 +00:00
Gabriellvl
66587a36bf fix: microorm: metedataerror & err module not found 2025-02-28 23:22:35 +01:00
Gerald Schmittinger
73a84fa3ef fix(backend): .js aan alle imports toegevoegd
Dit was nodig om ervoor te zorgen dat de gebouwde applicatie ook haar dependencies vindt.
2025-02-26 22:43:16 +01:00
Gerald Schmittinger
48c8ce7c57 fix(backend): Formatting + .env.development.example
npm run format uitgevoerd, .env.development.example toegevoegd.
2025-02-26 22:03:53 +01:00
Gerald Schmittinger
374de3b21a feat(backend): Repositories toegevoegd, databank unit-testbaar gemaakt. 2025-02-25 12:53:45 +01:00
Gerald Schmittinger
62a278a6e0 feat(backend): Databank initialiseren
Verbinding met databank aangemaakt, eerste entities toegevoegd, centrale API aangemaakt om omgevingsvariabelen voor onze app op te vragen.
2025-02-25 12:48:25 +01:00
788e1642d1
style: Format boilerplate 2025-02-20 14:18:32 +01:00
2f280d3fb2
chore(backend): Setup MikroORM
Simpele configuratie, geen integratie
Succesvol commando's uitvoeren werkt
2025-02-19 20:01:55 +01:00