86 Commits

Author SHA1 Message Date
Wolfgang Huß
4b7a643275 Implement 'setUserRole' resolver and write tests (still with errors) 2022-06-09 16:23:01 +02:00
Wolfgang Huß
ca8ce34f68 Move 'searchUsers' query from mutations to queries, correct and refine test descriptions 2022-06-02 11:21:57 +02:00
Moriz Wahl
2c67d5f5fe filter args optional, now default values 2022-06-01 14:11:50 +02:00
Wolfgang Huß
8650f86a7d Put expected directly into the test after Moriz suggestion to get it better to debug 2022-06-01 10:26:53 +02:00
Wolfgang Huß
514a38ea38 Make transaction link filter object nullable 2022-05-31 11:00:56 +02:00
Wolfgang Huß
cabb844c2c Fix creation date for transaction links for seeding
- Add some commented code for future testing of 'withRedeemed', 'withExpired'.
2022-05-31 10:43:15 +02:00
Moriz Wahl
e44a41b22b contribution to transaction as transaction 2022-05-31 08:12:41 +02:00
Moriz Wahl
22944bce28 get tests running again 2022-05-30 15:00:23 +02:00
Moriz Wahl
5d8bf7f27c add logger to admin resolver, log some tracing, fix seeds 2022-05-30 14:50:58 +02:00
Wolfgang Huß
f064575864 Refine tests in AdminResolver.test.ts 2022-05-25 09:31:41 +02:00
Wolfgang Huß
cba20e8490 Rename TransactionLinkFilters fields from by* back to with* 2022-05-24 10:15:18 +02:00
Wolfgang Huß
b9790dea70 Fix an error 2022-05-23 12:49:45 +02:00
Wolfgang Huß
311aa023e4 Test listTransactionLinksAdmin resolver, a start 2022-05-23 12:45:31 +02:00
Wolfgang Huß
35b47844b7 Rename convertObjValuesToArray to objectValuesToArray 2022-05-23 07:02:32 +02:00
Wolfgang Huß
0c9f59d371 Merge branch '1840-refactor-to-filter-object' of github.com:gradido/gradido into 1840-refactor-to-filter-object--sub-rename+filters-obj
# Conflicts:
#	admin/src/pages/Creation.spec.js
#	admin/src/pages/Creation.vue
#	backend/src/graphql/resolver/AdminResolver.test.ts
#	backend/src/graphql/resolver/AdminResolver.ts
2022-05-19 18:29:44 +02:00
Wolfgang Huß
78c403e268 Refactor forgotten Creation.vue 2022-05-19 18:10:19 +02:00
Wolfgang Huß
a9a3f5b55a Rename filters properties 2022-05-19 17:09:40 +02:00
Wolfgang Huß
3ba19359a3 Make filters object nullable and writing resolver tests 2022-05-19 10:46:32 +02:00
Wolfgang Huß
cde9b171af Writing resolver tests 2022-05-19 10:45:02 +02:00
Wolfgang Huß
c5ac4140a8 Writing tests, a start 2022-05-18 14:46:19 +02:00
Moriz Wahl
9c00e5b592 test that second creation throws when not waiting for first to be completed 2022-05-09 18:35:27 +02:00
Moriz Wahl
82044da043
Update backend/src/graphql/resolver/AdminResolver.test.ts 2022-04-28 16:19:56 +02:00
Moriz Wahl
eec79000c9 linting 2022-04-28 11:59:52 +02:00
Moriz Wahl
48826feaa6 improve error messages 2022-04-28 11:53:24 +02:00
Moriz Wahl
6251ad54d2
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:22:11 +02:00
Moriz Wahl
77ae24d54d
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:20:44 +02:00
Moriz Wahl
51f8dfb89f
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:19:51 +02:00
Moriz Wahl
4c6660a7a5
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:19:34 +02:00
Moriz Wahl
f448daf834
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:18:59 +02:00
Moriz Wahl
549aa1c3aa
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-04-28 11:18:50 +02:00
Moriz Wahl
76b1763bc0 test deletePendingCreation and confirmPendingCreation mutations 2022-04-27 17:52:00 +02:00
Moriz Wahl
e4776fcfd5 test get pending creations query 2022-04-27 14:08:56 +02:00
Moriz Wahl
4bf2871ba1 test update pending creation mutation 2022-04-27 13:38:40 +02:00
Moriz Wahl
2e82f007e6 test createPendingCreations 2022-04-27 11:53:50 +02:00
Moriz Wahl
ad8de559aa test unDelete User mutation 2022-04-27 10:11:14 +02:00
Moriz Wahl
06639d53d9 test delete user mutation 2022-04-27 09:57:39 +02:00