1861 Commits

Author SHA1 Message Date
elweyn
6348756ab3 Test that the updateContribution mutation can not update more gdd's than allowed in the month. 2022-07-12 09:39:24 +02:00
elweyn
86433478ec Test that only the user that created the contribution can update it with the updateContribution mutation. 2022-07-12 09:38:19 +02:00
elweyn
5369aced43 Change mutation to include id in the result, write test to update contribution with inexistent id. 2022-07-12 09:37:06 +02:00
Hannes Heine
773d40e1c5
Merge branch 'master' into 2000-contribution-list 2022-07-12 09:32:33 +02:00
elweyn
0e13c7c2e1 Remove spaces. 2022-07-12 08:47:15 +02:00
elweyn
b6f1b0730a Change the orders and structure from the tests for listContributions. 2022-07-12 08:44:36 +02:00
elweyn
339b32a02f Change FindOperator<any> to <number> 2022-07-11 17:16:31 +02:00
Einhornimmond
6d4d030136 exchanged order with other migration 2022-07-11 15:08:41 +02:00
Einhornimmond
eeafe2ddab change order with other migration 2022-07-11 15:07:07 +02:00
elweyn
70db65044c Fix linting. 2022-07-11 14:09:40 +02:00
elweyn
f8cdad7e58 Change the where clause to a defined object. 2022-07-11 14:07:57 +02:00
elweyn
2113061629 Change the imports to the standard. 2022-07-11 14:05:57 +02:00
elweyn
caf4e9ae3e Change the test name to filterConfirmed is false. 2022-07-11 14:04:38 +02:00
elweyn
9239f93096 Add no non nullable assertion to admin Creation. 2022-07-11 12:21:51 +02:00
elweyn
ae52b520dd Withdrew where clause to an variable with inline condition. 2022-07-11 12:04:46 +02:00
elweyn
a2eccb12ed Change the variable name contribution to contributions. 2022-07-11 11:42:39 +02:00
elweyn
3718f0dc56 Change the test so that we can test if the contribution list finds only created but not confirmed contribution 2022-07-11 11:42:24 +02:00
Einhornimmond
1841d9969d finalize 2022-07-10 08:39:25 +02:00
Einhornimmond
d9c6836f89 finalize, merge with current master 2022-07-10 08:10:26 +02:00
Moriz Wahl
df227607ad get basic statistics from database 2022-07-07 17:27:50 +02:00
Moriz Wahl
924db68d06 setup community statistics 2022-07-07 15:52:55 +02:00
Claus-Peter Hübner
642a3e647c increase CONFIG_VERSION after adding Event-Protocol Switch 2022-07-07 02:53:04 +02:00
Claus-Peter Hübner
d6fe798545 replace event emitting with event writing 2022-07-07 01:49:16 +02:00
Claus-Peter Hübner
46e2473a88 remove EventEmitter from events-modul and replace it with
writeEvent-Methode
2022-07-07 01:48:33 +02:00
elweyn
18ff51aacf Merge master into this branch. 2022-07-06 10:51:35 +02:00
Hannes Heine
e834d06704
Merge branch 'master' into 2000-contribution-list 2022-07-06 10:48:28 +02:00
Hannes Heine
e2b7c9dece
Merge branch 'master' into 2000-contribution-delete 2022-07-06 10:15:03 +02:00
Claus-Peter Hübner
127faf45cd Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol

linting
2022-07-06 03:04:11 +02:00
Claus-Peter Hübner
5251571ca9 Merge remote-tracking branch 'origin/master' into 1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol 2022-07-06 02:33:07 +02:00
Claus-Peter Hübner
575453fd54 modify event emitting on new event type specific usage 2022-07-06 02:31:37 +02:00
Claus-Peter Hübner
314e211a4f modify EventEmitter to new Eventtype specific handling 2022-07-06 02:30:52 +02:00
Claus-Peter Hübner
3f706dc5f0 add EventType specific handling 2022-07-06 02:30:04 +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
9bd5710933 Add check if user is owner of the contribution before deleting. 2022-07-05 09:37:41 +02:00
elweyn
62e7abe76e Add mutation to soft delete a contribution. 2022-07-05 09:22:32 +02:00
elweyn
9867bb6a6f Add RIGHT for DELETE_CONTRIBUTION. 2022-07-05 09:21:29 +02:00
elweyn
61d4c138e1 Remove unused import. 2022-07-05 09:17:48 +02:00
elweyn
8e7476ecb0 Refactor return value so that their is only one return value. 2022-07-05 09:07:29 +02:00
elweyn
60aae29cff Merge branch '2000-contribution-list' into 2000-contribution-update 2022-07-05 08:53:49 +02:00
Claus-Peter Hübner
a99a568f39 emit Redeem-Events 2022-07-05 04:20:54 +02:00
Moriz Wahl
25b9a5a622
Merge branch 'master' into 2000-contribution-resolver 2022-07-04 15:20:31 +02:00
elweyn
7b38fe7f93 Function for updateContribution. 2022-07-04 07:41:41 +02:00
elweyn
03db4ed125 Add mutation to updateContribution. 2022-07-04 07:41:21 +02:00
elweyn
b580f8755d Refactor updateCreations. 2022-07-04 07:40:10 +02:00
elweyn
78195612c2 Add ROLES and RIGHTS to updateContribution. 2022-07-04 07:39:11 +02:00
Moriz Wahl
e4fc2cce6d
Merge branch 'master' into 1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol 2022-07-01 17:27:14 +02:00
Moriz Wahl
2e2a84f535 remove unused mutation 2022-07-01 17:26:20 +02:00
Moriz Wahl
9816adc745 remove unused global middleware 2022-07-01 17:24:51 +02:00
Moriz Wahl
d9034b1bdb changes after session with claus peter 2022-07-01 17:20:26 +02:00
elweyn
58a350155b Add tests that confirmed contribution are found and no unconfirmed contributions are found. 2022-07-01 12:54:46 +02:00