|
|
5de22d46e6
|
fix another test
|
2023-01-31 22:58:14 +01:00 |
|
|
|
477d301049
|
Merge branch 'master' into log-error
|
2023-01-31 22:54:44 +01:00 |
|
|
|
945295bb41
|
lint fixes
|
2023-01-31 22:18:43 +01:00 |
|
|
|
6e663f6093
|
even tho skipped have the correct error message in test
|
2023-01-31 22:13:13 +01:00 |
|
|
|
d0d45aaf6a
|
more tests and a potential bug
|
2023-01-31 22:11:58 +01:00 |
|
|
|
702a39af9a
|
test case deleted User
|
2023-01-31 21:34:30 +01:00 |
|
|
|
45a92e637a
|
deleted old commented code
|
2023-01-31 21:07:07 +01:00 |
|
|
|
412499d5f2
|
fix unit tests for UserResolver
|
2023-01-31 21:04:39 +01:00 |
|
Hannes Heine
|
a336657ed3
|
Merge branch 'master' into 2594-filter-query-all-contributions
|
2023-01-31 16:18:44 +01:00 |
|
Hannes Heine
|
11dbd55b95
|
Merge branch 'master' into refactor-deny-contribution-unit-test
|
2023-01-31 15:34:19 +01:00 |
|
Moriz Wahl
|
d7fca05bc8
|
clean db after tests again
|
2023-01-31 14:04:19 +01:00 |
|
Moriz Wahl
|
84a1cfcf77
|
fix(backend): unit tests creations for day 31
|
2023-01-31 13:53:40 +01:00 |
|
|
|
25e03c35b2
|
refactor UserResolver to use LogError, clean comments
|
2023-01-31 13:31:10 +01:00 |
|
elweyn
|
f3f749889f
|
Add Test for denyContribution.
|
2023-01-31 13:24:59 +01:00 |
|
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
|
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
|
311fb97467
|
Refactor filter method.
|
2023-01-28 08:10:50 +01:00 |
|
elweyn
|
12703a33f9
|
Remove unused i18n import.
|
2023-01-26 07:06:57 +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 |
|
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 |
|
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
|
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
|
c84fa68132
|
Merge branch 'master' into 2332-mark-contribution-as-rejected
|
2023-01-19 07:50:22 +01:00 |
|
Moriz Wahl
|
52f9da5c0d
|
fix(backend): admin cannot delete confirmed contribution
|
2023-01-18 15:06:18 +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 |
|