7008 Commits

Author SHA1 Message Date
Moriz Wahl
47e491db84 update entity 2022-03-10 18:01:13 +01:00
Moriz Wahl
80650e60b8 remove apollo log plugin hack, improve model 2022-03-10 18:00:47 +01:00
Moriz Wahl
91ffc16ed0 remove showEmail from transaction link model, alter database version 2022-03-10 17:35:15 +01:00
Moriz Wahl
95c786f484 migration to remove showEmail 2022-03-10 17:33:01 +01:00
Moriz Wahl
fae9d91004 add comment to explain why set to null in constructor 2022-03-10 16:00:15 +01:00
Moriz Wahl
3436253bbe transaction link repository, use raw query to get sum of hold available amount 2022-03-10 15:33:26 +01:00
Moriz Wahl
9143990535 turn of logger when NODE_ENV === '"development"' 2022-03-10 15:05:32 +01:00
ogerly
26b4c8ecaf add component for DecayInformations/DecayInformation for SEND, RECEIVE, CREATION typeId 2022-03-10 14:54:00 +01:00
Moriz Wahl
91fe38fe8f use db values instead of null 2022-03-10 14:28:42 +01:00
ogerly
e80d42a0b0 add components DateRow, DecayRow 2022-03-10 14:25:41 +01:00
ogerly
30c345aa4f add components DateRow, DecayRow 2022-03-10 13:37:02 +01:00
ogerly
0ca944e40a add components CollapsIcon, TypeIcon, AmountAndName, Memo, Date 2022-03-10 13:10:13 +01:00
8c14fb64c4
forbid inline style in admin 2022-03-10 12:57:13 +01:00
049e1c4318
admin stylelint config file 2022-03-10 12:48:07 +01:00
ec58862e7e
test workflow for stylelint admin 2022-03-10 12:38:56 +01:00
a3fa10abd2
admin - yarn commands analyse-bundle, stylelint, i18n:report 2022-03-10 12:35:21 +01:00
a8c5fca69d
moved vue-cli-plugin-i18n into dev dependencies 2022-03-10 12:34:31 +01:00
5b72d01c7d
vue stylelint 2022-03-10 12:22:53 +01:00
56e7e3b28b
use node 16 since node 17 uses ssl3 2022-03-10 11:52:27 +01:00
ogerly
d5ff360b18 add TransactionRows/CollapsIcon.vue, add this components in transaction slots 2022-03-10 11:22:17 +01:00
Hannes Heine
70780878f5
Merge branch 'master' into query-transaction-link 2022-03-10 01:49:12 +01:00
2bf6e5a98a
python3 2022-03-09 21:28:03 +01:00
9943dce7e7
node 17 with node-gyp dependencies 2022-03-09 21:25:17 +01:00
9390cd7fd2
downgraded node version to 16.14 to have proper python compiler 2022-03-09 21:14:58 +01:00
0275417f3d
updated node version frontend 2022-03-09 21:11:58 +01:00
5c308e41b9
workflow for stylelint 2022-03-09 21:00:01 +01:00
28f8c9e8ac
stylelint for scss 2022-03-09 20:58:12 +01:00
eb681467de
no inline style 2022-03-09 20:30:26 +01:00
Moriz Wahl
4784fc23ab delete transaction link mutation 2022-03-09 19:30:31 +01:00
Moriz Wahl
b23cb8915c set roles and rights 2022-03-09 19:06:15 +01:00
Moriz Wahl
dbc8382f33 Merge branch 'create-transaction-link-mutation' of github.com:gradido/gradido into create-transaction-link-mutation 2022-03-09 18:25:32 +01:00
Moriz Wahl
5f42748358 error message and constant for transaction link duration 2022-03-09 18:25:17 +01:00
Moriz Wahl
7edacb9c8f
Merge branch 'master' into create-transaction-link-mutation 2022-03-09 18:19:17 +01:00
Moriz Wahl
8107066d2b balance includes transactions to hold available, calculateBalance checks for pending transaction links 2022-03-09 18:18:22 +01:00
Moriz Wahl
8211538d6f
Merge pull request #1584 from gradido/model-transaction-link
feat: Model Transaction Link
2022-03-09 17:23:26 +01:00
Moriz Wahl
96dcdf0170 add deletedAt to constructor 2022-03-09 17:09:57 +01:00
Moriz Wahl
dbb42c30ec increase timeout by factoe 100 2022-03-09 17:07:32 +01:00
Moriz Wahl
916fae91b3 Merge branch 'model-transaction-link' into create-transaction-link-mutation 2022-03-09 17:00:35 +01:00
Moriz Wahl
f961772854 add soft delete to transaction link model 2022-03-09 16:51:56 +01:00
Moriz Wahl
01648aaa0d add soft delete for transaction links 2022-03-09 16:51:17 +01:00
Moriz Wahl
d4ce46b271 update db version 2022-03-09 16:34:54 +01:00
Moriz Wahl
f4f63a9519 take pending transaction links into acount when testing for available balance 2022-03-09 16:26:23 +01:00
Hannes Heine
67eed2b0c8
Merge branch 'master' into query-transaction-link 2022-03-09 15:52:14 +01:00
Moriz Wahl
0bc070b784
Merge branch 'master' into model-transaction-link 2022-03-09 15:51:52 +01:00
Moriz Wahl
a84a1f0d4b
Merge pull request #1538 from gradido/test-login-user-resolver
feat: Test Login in User Resolver
2022-03-09 15:51:38 +01:00
Moriz Wahl
d7d232f2f4
Merge branch 'master' into test-login-user-resolver 2022-03-09 15:44:06 +01:00
Moriz Wahl
6d6f58a932 save hold available amount 2022-03-09 15:43:13 +01:00
elweyn
a0e241e6b0 Created Query that search for an TransactionLink with a given code 2022-03-09 15:16:13 +01:00
Moriz Wahl
0f3d2719d5 Merge branch 'model-transaction-link' into create-transaction-link-mutation 2022-03-09 15:15:05 +01:00
Moriz Wahl
55e50b10c7 reduce length of code in migration 2022-03-09 15:14:15 +01:00