2884 Commits

Author SHA1 Message Date
elweyn
681a23a113 Change the definition of statusFilter remove 2023-01-31 11:50:25 +01:00
elweyn
a1ece2f171 Change definition of the parameter statusFilter so that the ContributionStatus item can't be null. 2023-01-31 11:39:44 +01:00
elweyn
787b2b9552 Add test for value null in statusFilter array. 2023-01-31 11:38:37 +01:00
elweyn
75d47d016d Remove the default null of statusFilter or the test query. 2023-01-31 11:19:43 +01:00
elweyn
70649b968f Change statusFilter from default null to optional. 2023-01-31 11:11:18 +01:00
elweyn
c63e6fd474 Add tests for listAllContributions statusFilter parameter. 2023-01-31 11:10:02 +01:00
mahula
fab5946631 adapt unit tests to changes in user resolver's error message 2023-01-30 16:41:44 +01:00
mahula
cbd8895acf refactor error message in user resolver 2023-01-30 16:40:43 +01:00
elweyn
d5605d3afb Add test for error case wrong statusFilter value. 2023-01-28 08:36:46 +01:00
elweyn
e5a86cd125 Correct en local file. 2023-01-28 08:12:26 +01:00
elweyn
311fb97467 Refactor filter method. 2023-01-28 08:10:50 +01:00
elweyn
14c4388ca6 Merge branch '2594-filter-query-all-contributions' of https://github.com/gradido/gradido into 2594-filter-query-all-contributions 2023-01-26 07:07:10 +01:00
elweyn
12703a33f9 Remove unused i18n import. 2023-01-26 07:06:57 +01:00
Hannes Heine
eb16416900
Merge branch 'master' into 2594-filter-query-all-contributions 2023-01-26 07:04:39 +01:00
elweyn
0bd3ce27df Change Tests to statusFilter. 2023-01-25 16:48:49 +01:00
elweyn
8b3423b91b Remove i18n, change state to status. 2023-01-25 16:40:32 +01:00
Moriz Wahl
d7c2e1ece5 comment unused code to raise coverage 2023-01-25 16:29:37 +01:00
Moriz Wahl
b959a64e77 remove unused TransactionType enumerator to raise coverage 2023-01-25 16:29:18 +01:00
elweyn
9e7da0f451 Add tests for filterState parameter in listAllContributions query. 2023-01-25 08:11:47 +01:00
elweyn
47eea57c09 Remove unused import. 2023-01-25 08:00:34 +01:00
elweyn
cc0fe5968d Tests that the filterState parameter in listAllContributions works as expected. 2023-01-25 07:54:17 +01:00
clauspeterhuebner
a3af2e5513
Merge branch 'master' into 2428-feature-federation-implement-multiple-apollo-graphql-endpoints 2023-01-25 02:34:29 +01:00
elweyn
2cecadded2 Add filterState to the backend test listAllContributions query. 2023-01-24 17:02:08 +01:00
Hannes Heine
14c546627a
Merge branch 'master' into 2594-filter-query-all-contributions 2023-01-24 16:14:21 +01:00
elweyn
57222d07c4 Change rejected to deny, add error test for denyContribution & remove TODO comment. 2023-01-24 15:56:58 +01:00
elweyn
4f85b8508d Fix locales. 2023-01-24 15:38:28 +01:00
elweyn
da652e6745 Rename reject to deny and rejected to denied. 2023-01-24 15:22:37 +01:00
elweyn
b940400e5b Remove unused import. 2023-01-24 14:26:43 +01:00
elweyn
d42804acfb Change type of filterState from string[] to ContributionStatus[]. 2023-01-24 12:10:53 +01:00
elweyn
1554a7d454 Remove test loggings. 2023-01-24 12:04:09 +01:00
elweyn
f4c743f7b4 Add localization, change filterState from string to array of string. 2023-01-24 11:33:29 +01:00
elweyn
574906eb76 Add filterState parameter to listAllContributions query, can be a string or null and checks in the DB for the ContributionStatus. 2023-01-24 10:27:46 +01:00
Hannes Heine
23e3e02139
Merge branch 'master' into 2332-mark-contribution-as-rejected 2023-01-24 08:39:15 +01:00
clauspeterhuebner
4c5cecb108
Merge branch 'master' into 2428-feature-federation-implement-multiple-apollo-graphql-endpoints 2023-01-20 02:41:27 +01:00
62e76e02ad
v1.17.1 2023-01-19 22:11:20 +01:00
Hannes Heine
c84fa68132
Merge branch 'master' into 2332-mark-contribution-as-rejected 2023-01-19 07:50:22 +01:00
clauspeterhuebner
0b27d09cdd
Merge branch 'master' into 2428-feature-federation-implement-multiple-apollo-graphql-endpoints 2023-01-18 22:20:23 +01:00
a3dc4c168b
v1.17.0 2023-01-18 15:54:57 +01:00
Moriz Wahl
52f9da5c0d fix(backend): admin cannot delete confirmed contribution 2023-01-18 15:06:18 +01:00
clauspeterhuebner
66b5638f41
Merge branch 'master' into 2428-feature-federation-implement-multiple-apollo-graphql-endpoints 2023-01-17 17:19:25 +01:00
Moriz Wahl
d3a78e4369
Merge branch 'master' into statistics-with-field-resolvers 2023-01-17 16:52:59 +01:00
elweyn
b8b6753677 Reviewed change requests. 2023-01-17 14:44:18 +01:00
cd203ab2c2
removed if possible comment 2023-01-17 12:31:55 +01:00
a3a69bc012
removed comment 2023-01-17 12:29:28 +01:00
82fd6a9c5b
implement moriz requirements for test 2023-01-17 12:24:41 +01:00
Moriz Wahl
b66372bd90 change name of dynamic statitics fields 2023-01-16 19:42:01 +01:00
3bf69814ca
test error cases for semaphore 2023-01-16 16:47:33 +01:00
Moriz Wahl
7781011b1a refactor(backend): field resolvers in statistics 2023-01-16 15:22:45 +01:00
466e59a550
typo 2023-01-16 11:27:30 +01:00
c3f7f15420
refactor all semaphore-locks 2023-01-16 11:21:38 +01:00