48 Commits

Author SHA1 Message Date
einhornimmond
1b0d8324fb move seeding back into backend 2025-11-30 12:47:17 +01:00
einhornimmond
654eec3f85 use new seeding in database from backend 2025-11-30 12:30:33 +01:00
einhornimmond
8e990314a1 fixed for future use of biome 2025-11-26 14:04:26 +01:00
einhornimmond
98b3a526ef fix seed algorithmus to get correct data 2025-11-08 13:16:51 +01:00
einhornimmond
7c325b6fea use base const and strings for logger categories for the time beeing 2025-06-26 07:43:02 +02:00
einhornimmond
9efdf80498 Merge branch 'master' into yarn_workspaces_turbo 2025-04-30 11:17:56 +02:00
einhornimmond
987582c3ef Revert "use root biome config for backend, add useImportType rule"
This reverts commit bb8132791557fb9dcbf117ff7c3622a83e2e3730.
2025-04-30 09:29:09 +02:00
einhornimmond
bb81327915 use root biome config for backend, add useImportType rule 2025-04-30 09:17:57 +02:00
einhornimmond
1b5a151517 fix linting and includes 2025-04-29 12:06:43 +02:00
einhornimmond
5173edbb39 update to yarn workspaces and turbo 2025-04-28 10:15:49 +02:00
einhornimmond
90b8dbcc7b refactor code to satisfy biome rules, remove eslint rule comments 2025-04-26 10:17:18 +02:00
einhornimmond
993743829c upgrade typescript and eslint, fix new eslint warnings 2025-03-15 13:45:51 +01:00
einhornimmond
18092cea9b lint 2025-02-01 12:00:40 +01:00
einhornimmond
32cbdeb714 additional check 2025-02-01 11:46:56 +01:00
Claus-Peter Huebner
8241907bc7 test workaround für forgotPassword 2024-02-21 16:22:35 +01:00
Claus-Peter Huebner
63d7f754e8 shift homecommunity creation for tests in seed directory-tree 2023-11-07 21:34:04 +01:00
Claus-Peter Huebner
315c082628 existing homecommunity with uuid as prerequisit for createUser 2023-11-03 01:27:15 +01:00
Claus-Peter Huebner
2dd3cb3282 extent backend tests to treat communityUuid 2023-10-16 18:34:01 +02:00
Claus-Peter Huebner
abc7128e5f enum solution and graphql-schema-validation 2023-07-14 20:08:06 +02:00
Claus-Peter Huebner
46151006b9 pure Verzweiflung... 2023-07-13 21:10:56 +02:00
Claus-Peter Huebner
928091029a remove console.logs 2023-07-11 19:35:58 +02:00
Claus-Peter Huebner
4beae51475 rework PR-comments 2023-07-11 18:50:51 +02:00
Claus-Peter Huebner
bbcb97abfb additional tests for userRoles and userContact 2023-07-07 17:55:52 +02:00
Claus-Peter Huebner
b3234acffc reduce complexitiy of role-setting 2023-07-06 03:19:42 +02:00
Claus-Peter Huebner
e20916fdad reduce complexity of role-setting 2023-07-06 03:19:16 +02:00
Claus-Peter Huebner
e018234591 repair isAuthorized and other user access and findings 2023-07-03 18:43:49 +02:00
Claus-Peter Huebner
eb537301b8 Merge remote-tracking branch 'origin/master' into
3030-feature-role-administration-backend
2023-06-30 21:13:04 +02:00
Claus-Peter Huebner
ddee5707f5 further tests adapted 2023-06-29 00:00:12 +02:00
Claus-Peter Huebner
9c9a05e64f userRoles as OneToMany relation 2023-06-28 02:47:51 +02:00
Claus-Peter Huebner
37b2e659f0 add userRole relations 2023-06-27 02:42:42 +02:00
Moriz Wahl
95e7888d90 try to get unit tests and seeds running again 2023-06-26 15:57:43 +02:00
Claus-Peter Huebner
a3b60faa50 change/correct relation user:user_role 2023-06-22 01:27:45 +02:00
80ff97e72a
more lint fixes 2023-03-30 17:39:09 +02:00
c54e6fb8ae
new rules + fixes 2023-03-12 02:19:10 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
Claus-Peter Hübner
411e03c843 rework PR comments 2022-09-15 02:40:59 +02:00
Claus-Peter Hübner
7cd5ecb463 linting 2022-09-12 19:02:12 +02:00
Claus-Peter Hübner
97dee4d67c adapt tests to work with User and UserContact 2022-09-02 02:34:45 +02:00
Claus-Peter Hübner
852c4e6499 change seeding now with UserContacts entry 2022-08-31 01:12:12 +02:00
Moriz Wahl
5713b9ad3d user factory returns created user entity, add delete user mutation 2022-04-27 09:57:11 +02:00
Moriz Wahl
fa6fbe38c8 User.isAdmin as nullable Date 2022-04-21 11:05:51 +02:00
Moriz Wahl
c9701574f3 seed with isAdmin, test user resolver with isAdmin 2022-04-20 11:44:34 +02:00
Moriz Wahl
1182b94075 createUser returns User object, adopt mutations, reduce db calls in seed 2022-03-17 08:40:02 +01:00
Moriz Wahl
7e645e08fa pass ApolloServerTestClient as first argument of factories 2022-03-15 17:40:37 +01:00
Moriz Wahl
764f1ee572 optional data set correctly 2022-03-15 16:32:32 +01:00
Moriz Wahl
d55caacf6b seed peter lustig as admin 2022-03-15 14:57:27 +01:00
Moriz Wahl
00c70311a1 use factory to create user in test, use bibi bloxberg as seeded user (no admin) 2022-03-15 11:19:19 +01:00
Moriz Wahl
004627ddcf create factory folder, move user creation in factory 2022-03-15 10:23:24 +01:00