41 Commits

Author SHA1 Message Date
Moriz Wahl
be048be032 fix(backend): possible flaky test 2023-02-28 19:53:35 +01:00
dec47d6dc5
Merge branch 'master' into combine_listTransactionLinks_and_listTransactionLinksAdmin 2023-02-23 22:07:08 +01:00
16c3ba399e
some misssing changes 2023-02-17 23:21:37 +01:00
d21996a045
externalize transactionLinkList function into utils folder 2023-02-17 23:10:31 +01:00
elweyn
a61e66ffc4 Refactor the near functions to a single one. 2023-02-17 16:12:26 +01:00
5560163736
Merge branch 'master' into logger_errors 2023-02-17 12:08:45 +01:00
ea42ac6a40
Merge branch 'master' into logger_creations 2023-02-14 20:14:16 +01:00
Moriz Wahl
f5d9866644 remove accessLayer folder 2023-02-08 10:33:53 +01:00
3563aef346
use LogError instead of Error where applicable 2023-02-07 17:14:44 +01:00
8eaacc6699
implement LogError on creations and fix all corressponding tests 2023-02-07 12:50:29 +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
Moriz Wahl
dc33427cd0 add openCreation graphqlModel and resolver 2023-01-11 15:15:26 +01:00
f83b9a762c
also fix backend month test 2023-01-03 12:41:42 +01:00
Moriz Wahl
d3678bb81c feat(backend): log client timezone offset 2022-12-01 17:44:56 +01:00
Moriz Wahl
41495c2c65 fix(backend): run all timers for high values 2022-12-01 15:53:09 +01:00
Moriz Wahl
eac290919d avoid reverse, restore removed clear mocks 2022-11-16 14:38:38 +01:00
Moriz Wahl
103790cccf use jest.fn() for void function, correct timezone offset 2022-11-16 14:24:17 +01:00
Moriz Wahl
e4e308cdb4 fix seeds 2022-11-15 14:34:20 +01:00
Moriz Wahl
ef79580387 required argument client time zone offset for utils in creation 2022-11-15 14:20:33 +01:00
Moriz Wahl
d36fee0302 change order off arguements, implement changes for admin and contribution resolver 2022-11-15 14:10:18 +01:00
Moriz Wahl
e3d3f4bb94 liniting and improved names 2022-11-11 11:30:25 +01:00
Moriz Wahl
37e9482807 have timezoneOffset as optional parameter 2022-11-10 19:59:33 +01:00
Moriz Wahl
2b27e6aaa8 test for valid date string for creation date 2022-11-10 19:18:01 +01:00
Moriz Wahl
5e2d6c3bc9 fix: Timezone Problems on Change of Month 2022-11-10 19:01:16 +01:00
Moriz Wahl
c3b624f36f add order by clause 2022-10-27 19:55:23 +02:00
Moriz Wahl
b5edc5f476 clean up 2022-10-25 13:45:43 +02:00
Moriz Wahl
d1a1059158 Merge branch 'master' into 2202-refactor-creations-query 2022-10-25 12:15:51 +02:00
joseji
7061718c1f all conversations solved 2022-09-29 12:20:08 +02:00
joseji
91b363e61c fixed conflicts 2022-09-26 22:53:57 +02:00
joseji
744c961c0b fixed tests with new log message 2022-09-23 19:33:54 +02:00
joseji
0176131c39 errors are now logged, and events are checked 2022-09-22 12:07:12 +02:00
elweyn
e097c30003 Add denied_at is null to query, change variable name of query. 2022-09-21 11:47:24 +02:00
elweyn
4e72aafe4d Change the query so that we only look on the contributions table. 2022-09-18 11:22:25 +02:00
Claus-Peter Hübner
faa0500f10 adapt seeding using User and UserContact 2022-08-31 15:44:41 +02:00
elweyn
18ff51aacf Merge master into this branch. 2022-07-06 10:51:35 +02:00
elweyn
103928518c Change utils file isContributionValid to contributions and changed method isContributionValid to validateContribution. 2022-07-05 11:35:50 +02:00
elweyn
b580f8755d Refactor updateCreations. 2022-07-04 07:40:10 +02:00
elweyn
55cf4ffc5a Change method description to => notation. 2022-06-29 11:09:06 +02:00
elweyn
6e5540b863 Move all util methods to isContributionValid file, add const file for Resolvers. 2022-06-29 10:49:53 +02:00
elweyn
b95a8081fc Refactored getUserCreation & isContributionValid method to own files. 2022-06-24 12:17:28 +02:00