|
|
32cea45bbf
|
move timestamp into semaphore transaction lock
|
2022-12-21 00:24:54 +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 |
|
Moriz Wahl
|
d03a3f601c
|
mock semaphore to allow to use jest fake timers
|
2022-12-15 17:00:35 +01:00 |
|
Moriz Wahl
|
cb55da5d32
|
confirming two contributions at once does not throw anymore
|
2022-12-15 15:58:02 +01:00 |
|
|
|
9537910413
|
lock also on contributions
|
2022-12-15 13:07:53 +01:00 |
|
|
|
a98d569fb3
|
lock also on transactionLink
|
2022-12-15 13:07:53 +01:00 |
|
|
|
3d52875588
|
external semaphore transactions lock file
|
2022-12-15 13:07:53 +01:00 |
|
|
|
c2c7e34539
|
share the lock for transactions via external file. Do all possible checks before acquiring the lock
|
2022-12-15 13:07:53 +01:00 |
|
|
|
f741986b2b
|
Merge branch 'master' into semaphore
|
2022-12-15 12:41:59 +01:00 |
|
|
|
1f765bd3f4
|
fix find last Transaction
|
2022-12-15 12:41:42 +01:00 |
|
Moriz Wahl
|
2233bd9b84
|
Merge pull request #2453 from gradido/consistent-transaction-table
fix(database): consistent transaction table
|
2022-12-15 12:29:18 +01:00 |
|
|
|
ef6d697514
|
Merge branch 'master' into semaphore
# Conflicts:
# backend/src/graphql/resolver/TransactionResolver.ts
|
2022-12-15 12:02:07 +01:00 |
|
|
|
97b169da2e
|
properly typecast and do thing right
|
2022-12-15 11:49:28 +01:00 |
|
|
|
8afd66088d
|
Merge branch 'master' into consistent-transaction-table
|
2022-12-15 11:27:31 +01:00 |
|
|
|
243fdc16c7
|
Merge pull request #2416 from gradido/dissolve_admin_resolver
refactor(backend): dissolve admin resolver
|
2022-12-14 17:48:28 +01:00 |
|
Moriz Wahl
|
1b31d09278
|
add tests for semaphore
|
2022-12-13 20:42:20 +01:00 |
|
Moriz Wahl
|
c59a5a3d30
|
Merge branch 'master' into semaphore
|
2022-12-13 20:31:36 +01:00 |
|
Moriz Wahl
|
7470a80818
|
Merge branch 'master' into consistent-transaction-table
|
2022-12-13 20:31:13 +01:00 |
|
|
|
330f85e04e
|
Merge branch 'master' into dissolve_admin_resolver
# Conflicts:
# backend/src/graphql/resolver/AdminResolver.ts
|
2022-12-13 16:20:30 +01:00 |
|
Moriz Wahl
|
6e766fa76c
|
Merge pull request #2418 from gradido/test-validation-of-optin-codes
fix(backend): email verification code never expired
|
2022-12-13 16:17:03 +01:00 |
|
Moriz Wahl
|
02656ee117
|
fix tests after merge
|
2022-12-13 15:49:41 +01:00 |
|
Moriz Wahl
|
98742c0db1
|
Merge branch 'master' into test-validation-of-optin-codes
|
2022-12-13 14:57:15 +01:00 |
|
|
|
f2dadcd93d
|
Merge branch 'master' into consistent-transaction-table
|
2022-12-13 10:13:34 +01:00 |
|
|
|
cc8cabef69
|
Merge branch 'master' into semaphore
# Conflicts:
# backend/src/graphql/resolver/TransactionResolver.ts
|
2022-12-13 10:05:20 +01:00 |
|
Hannes Heine
|
4be546c68e
|
Merge branch 'master' into dissolve_admin_resolver
|
2022-12-13 09:01:44 +01:00 |
|
Moriz Wahl
|
907cd03ab8
|
Merge pull request #2451 from gradido/consistent-user-contacts-table
fix(database): consistent deleted at bewteen users and user contacts
|
2022-12-12 14:58:51 +01:00 |
|
Moriz Wahl
|
04c88a743b
|
Merge branch 'master' into consistent-user-contacts-table
|
2022-12-12 13:50:40 +01:00 |
|
Moriz Wahl
|
82d92d9223
|
Merge branch 'consistent-user-contacts-table' into consistent-transaction-table
|
2022-12-12 12:46:46 +01:00 |
|
Moriz Wahl
|
61899579aa
|
Merge pull request #2454 from gradido/log-client-timezone-offset
feat(backend): log client timezone offset
|
2022-12-12 12:45:47 +01:00 |
|
Moriz Wahl
|
c449e41cfb
|
update only by SQL, thanks @ulfgebhardt
|
2022-12-12 12:45:17 +01:00 |
|
|
|
a82e1877a8
|
Merge branch 'master' into log-client-timezone-offset
|
2022-12-09 14:14:23 +01:00 |
|
|
|
052f31d8ec
|
lint
|
2022-12-09 14:10:46 +01:00 |
|
|
|
7638d29052
|
merge
|
2022-12-09 14:09:43 +01:00 |
|
|
|
903fe56f60
|
Merge branch 'master' into dissolve_admin_resolver
# Conflicts:
# backend/src/graphql/resolver/AdminResolver.test.ts
# backend/src/graphql/resolver/AdminResolver.ts
# backend/src/graphql/resolver/TransactionResolver.ts
# backend/src/graphql/resolver/UserResolver.ts
|
2022-12-09 14:09:33 +01:00 |
|
Wolfgang Huß
|
70a3b1bc7e
|
Merge pull request #2398 from gradido/2392-refactor-more-emails-to-translatables
refactor(backend): refactor more emails to translatables
|
2022-12-09 13:12:55 +01:00 |
|
|
|
486777cb35
|
Merge branch 'master' into 2392-refactor-more-emails-to-translatables
|
2022-12-09 12:59:59 +01:00 |
|
Moriz Wahl
|
effa58d767
|
Merge pull request #2444 from gradido/fix-delete-email-contact
fix(backend): delete / undelete email contact as well
|
2022-12-08 19:47:29 +01:00 |
|
Moriz Wahl
|
61ecfa22fd
|
Merge branch 'master' into log-client-timezone-offset
|
2022-12-08 19:13:26 +01:00 |
|
Moriz Wahl
|
c8fa84ac11
|
Merge branch 'master' into consistent-user-contacts-table
|
2022-12-08 19:12:49 +01:00 |
|
Moriz Wahl
|
3051d8f070
|
Merge branch 'master' into fix-delete-email-contact
|
2022-12-08 19:11:18 +01:00 |
|
Moriz Wahl
|
cbb688112f
|
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-12-08 19:11:09 +01:00 |
|
Moriz Wahl
|
bd3f05d6c8
|
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
|
2022-12-08 19:11:01 +01:00 |
|
Moriz Wahl
|
7174bec2f3
|
Merge branch 'master' into test-validation-of-optin-codes
|
2022-12-08 19:10:21 +01:00 |
|
Hannes Heine
|
4794ca61c1
|
Merge pull request #2363 from gradido/2285-mark-creation-via-link
feat(backend): 🍰 Mark creation via link
|
2022-12-06 12:34:41 +01:00 |
|
elweyn
|
d52f7f9590
|
change transactionLinkId to linkId.
|
2022-12-06 12:20:21 +01:00 |
|
elweyn
|
ffb5988760
|
Refactoring of some small smelling code.
|
2022-12-06 11:58:17 +01:00 |
|
|
|
7c528d5f9b
|
use semaphore to lock transactions
|
2022-12-06 11:25:37 +01:00 |
|
|
|
bf2e7fb79d
|
await semaphore package
|
2022-12-06 11:24:51 +01:00 |
|
|
|
20146908fa
|
Merge branch 'master' into test-validation-of-optin-codes
|
2022-12-05 12:13:51 +01:00 |
|