|
|
06fc7a729c
|
merge
|
2023-04-11 13:03:37 +02:00 |
|
|
|
9c461da0e7
|
fix emails
|
2023-04-11 13:01:58 +02:00 |
|
|
|
657c171898
|
merge
|
2023-04-06 14:05:50 +02:00 |
|
|
|
e438502d46
|
Merge branch 'master' into import-no-cycle-refactor-events
|
2023-04-05 19:02:12 +02:00 |
|
|
|
bbe1167b97
|
emails are not awaitable anymore
|
2023-04-05 02:53:25 +02:00 |
|
|
|
c6369d1e0b
|
dont wait for emails
|
2023-04-05 02:24:51 +02:00 |
|
|
|
e656a848fd
|
Merge branch 'master' into eslint-update-packages
|
2023-04-03 21:32:26 +02:00 |
|
|
|
7a44a223e9
|
lint fixes
|
2023-03-31 12:51:51 +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 |
|
|
|
d237331b5b
|
Merge branch 'master' into events-contribution-message
|
2023-03-23 14:10:34 +01:00 |
|
|
|
c0466745cc
|
update eslint dependencies and fix resulting errors
|
2023-03-12 03:01:52 +01:00 |
|
|
|
827c829306
|
fixes based on the unit tests
|
2023-03-09 14:37:25 +01:00 |
|
|
|
3391b3a9ee
|
merge
|
2023-03-09 14:37:17 +01:00 |
|
|
|
fd912fb6c8
|
tests for the two new events
|
2023-03-07 13:16:51 +01:00 |
|
|
|
933e9168bc
|
events for contributionMessageResolver
|
2023-03-07 13:16:51 +01:00 |
|
|
|
5560163736
|
Merge branch 'master' into logger_errors
|
2023-02-17 12:08:45 +01:00 |
|
|
|
0b8ac928cf
|
more detailed error messages
|
2023-02-07 18:24:20 +01:00 |
|
|
|
3563aef346
|
use LogError instead of Error where applicable
|
2023-02-07 17:14:44 +01:00 |
|
|
|
ab96a38dd3
|
remove unused import
|
2023-02-03 01:25:24 +01:00 |
|
|
|
33e87ddd92
|
fix logger on contributionMessageResolver
|
2023-02-03 00:13:25 +01:00 |
|
|
|
7638d29052
|
merge
|
2022-12-09 14:09:43 +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 |
|
Claus-Peter Hübner
|
86b12f98ed
|
set overall resolvers the isolationlevel to REPEATABLE READ
|
2022-09-16 15:20:51 +02:00 |
|
Claus-Peter Hübner
|
3fcc62539a
|
changes after merge from master
|
2022-09-16 15:14:51 +02:00 |
|
elweyn
|
ecc42b49fa
|
Add isModerator to the createContributionMessage calls.
|
2022-09-06 11:23:57 +02:00 |
|
elweyn
|
e510c2ddbf
|
Change import for enum.
|
2022-08-25 15:27:12 +02:00 |
|
elweyn
|
84ee364051
|
Revert "Fix imports."
This reverts commit f3f0c27063053bed076e76442f98cfc10973a18d.
|
2022-08-25 15:00:21 +02:00 |
|
elweyn
|
f3f0c27063
|
Fix imports.
|
2022-08-25 09:12:49 +02:00 |
|
elweyn
|
3fbf8b6444
|
Query ContributionMessages for a specific contributionId.
|
2022-08-25 09:10:13 +02:00 |
|
elweyn
|
0271a42741
|
Use user entity instead of user model.
|
2022-08-24 10:56:19 +02:00 |
|
elweyn
|
41fb0d2a9f
|
Change export name of ContributionMessageResolver class.
|
2022-08-23 13:46:55 +02:00 |
|
elweyn
|
2c459a8fae
|
Changed the Contribution.find so that we can throw a specific error, added an GraphQL Model as return value instead of DbEntity.
|
2022-08-23 11:55:34 +02:00 |
|
elweyn
|
e70a18c6bb
|
Change thrown error message.
|
2022-08-23 11:09:41 +02:00 |
|
elweyn
|
27fd42f097
|
Change import for enum.
|
2022-08-22 12:27:46 +02:00 |
|
elweyn
|
c5b84694d0
|
Withdrew admin part of user createContributionMessage.
|
2022-08-22 12:16:20 +02:00 |
|
elweyn
|
281f6cde3f
|
Update contributionStatus to new state.
|
2022-08-22 10:39:56 +02:00 |
|
elweyn
|
0376cffb19
|
First steps createContributionMessage method of ContributionMessageResolver.
|
2022-08-22 10:30:48 +02:00 |
|