107 Commits

Author SHA1 Message Date
c57c259db8
merge 2023-03-31 12:48:14 +02:00
ae8405e8f6
merge 2023-03-31 12:48:09 +02:00
959487c3bb
Merge branch 'master' into import-no-cycle-refactor-events 2023-03-31 12:08:15 +02:00
7d7eb34aeb
fix order 2023-03-30 18:04:43 +02:00
9407386de7
fix alphabetical sort 2023-03-30 17:57:15 +02:00
80ff97e72a
more lint fixes 2023-03-30 17:39:09 +02:00
b0c19eda47
fix import order 2023-03-30 17:28:03 +02:00
28cbf13062
solution to enable import/no-cycle 2023-03-29 16:23:55 +02:00
00a2ba2387
lint fixes 2023-03-28 01:08:30 +02:00
c874fb6ca1
Merge branch 'master' into eslint-plugin-import-fixes 2023-03-28 01:08:16 +02:00
980242012f
Merge branch 'master' into events-transaction-link 2023-03-24 12:02:39 +01:00
c54e6fb8ae
new rules + fixes 2023-03-12 02:19:10 +01:00
721ccecd12
fixes 2023-03-12 02:19:10 +01:00
Moriz Wahl
84a6eccd49
Merge branch 'master' into test-transaction-links 2023-03-10 15:36:04 +01:00
b530576a84
revert regex.exec to string.match 2023-03-09 14:37:26 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
9493ed58d9
events for transactionLinkResolver 2023-03-07 21:38:17 +01:00
Moriz Wahl
ec87bea836 feat(backend): test transaction links 2023-03-07 14:31:24 +01:00
9d0a620331
prefix admin right with ADMIN_ 2023-03-07 12:28:29 +01:00
5f8702c3c4
catch error for not existing users and test this 2023-02-27 15:44:14 +01:00
75d23c5daf
corrected return type of listTransactionLinks 2023-02-23 21:36:59 +01:00
b887068226
remove user constant, not required 2023-02-17 23:12:11 +01:00
d21996a045
externalize transactionLinkList function into utils folder 2023-02-17 23:10:31 +01:00
12c128e072
do not requqery the user 2023-02-17 23:03:38 +01:00
9de2149c8f
Merge branch 'master' into combine_listTransactionLinks_and_listTransactionLinksAdmin 2023-02-17 14:10:51 +01:00
5560163736
Merge branch 'master' into logger_errors 2023-02-17 12:08:45 +01:00
ae940b509a
removed unused imports 2023-02-14 21:33:24 +01:00
66a5175dc1
combine logic for both listTransactionLinks and listTransactionLinksAdmin 2023-02-14 21:28:58 +01:00
92af85044f
Merge branch 'master' into logger_transactionLinkResolver 2023-02-13 11:37:04 +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
283e09ea3d
separate error cases, have some basic testing for transaction links, reorder tests 2023-02-07 11:43:04 +01:00
add7d9b448
implement LogError on TransactionLinkResolver 2023-02-06 23:10:36 +01:00
Moriz Wahl
cb748d8c50 refactor(backend): get last transaction by only one function 2023-02-06 18:47:58 +01:00
3bf69814ca
test error cases for semaphore 2023-01-16 16:47:33 +01:00
dab7fe584a
try catch around semaphore lock 2023-01-16 11:04:14 +01:00
Moriz Wahl
6a36d9afb2 remove console logs 2022-12-22 14:08:32 +01:00
55236f1f8e
fix another order by id instead of balanceDate.
Have the now calculation for contribution links within the semaphore lock
2022-12-21 00:08:46 +01:00
f306dddfaf
console logs, fix order by id instead of date 2022-12-15 23:06:29 +01:00
a98d569fb3
lock also on transactionLink 2022-12-15 13:07:53 +01:00
fa5b7e6b81
Merge branch 'master' into dissolve_admin_resolver
# Conflicts:
#	backend/src/graphql/resolver/TransactionResolver.ts
#	backend/src/graphql/resolver/UserResolver.test.ts
#	backend/src/graphql/resolver/UserResolver.ts
2022-11-29 06:15:31 +01:00
Moriz Wahl
b3e880d45f undo refactoring 2022-11-24 13:03:50 +01:00
ecb99bd603
separate Contribution- and TransactionLink Resolvers 2022-11-23 23:37:47 +01:00
4554b01b89
order and correct imports of resolvers 2022-11-22 13:01:38 +01:00
db1a11a2b5
seperate admin resolver into existing resolvers 2022-11-22 12:41:08 +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
b2a1d7d672 include pending contributions for validation of contribution link, test it 2022-10-26 06:38:49 +02:00
joseji
259475755c fixed wrong responsabilities of exception throwing and implementation of calculateBalance() 2022-10-18 23:24:43 +02:00
Moriz Wahl
9ae023842b fix: Daily Redeem of Contribution Link 2022-10-17 08:54:53 +02:00
Moriz Wahl
7e66e299d9 feat: Daily Rule for Contribution Links 2022-10-12 14:46:22 +02:00