28 Commits

Author SHA1 Message Date
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
09d2db3028
unsaved changes, include float from type-graphql 2023-03-09 14:37:26 +01:00
230a47d32b
GDT Balance returns float 2023-03-09 14:37:26 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
3563aef346
use LogError instead of Error where applicable 2023-02-07 17:14:44 +01:00
4554b01b89
order and correct imports of resolvers 2022-11-22 13:01:38 +01:00
Claus-Peter Hübner
228451574d adapt backend on database migration of UserContacts 2022-08-26 02:28:04 +02:00
Moriz Wahl
6cc8410720 helper function to get user from context 2022-04-11 16:15:57 +02:00
Moriz Wahl
8900592b90 use Context interface in GDT resolver 2022-04-11 16:03:12 +02:00
Moriz Wahl
e9e97549a7 rename right to GDT_BALANCE, rename query to gdtBalance, ensure gdtBalance is null when API call fails 2022-03-29 01:12:07 +02:00
Moriz Wahl
a1ac6600b7 refactor resolvers to use balance resolver and model 2022-03-23 19:06:12 +01:00
Moriz Wahl
8277773006 add gdtSum query 2022-03-23 18:13:54 +01:00
Moriz Wahl
b44ef71756 no double DB calls to get user from db in resolvers 2022-03-17 10:05:07 +01:00
Moriz Wahl
0136a22f0c resolve relative paths in resolvers 2022-03-07 21:35:50 +01:00
Moriz Wahl
2294997734 throw again when GDT server is not reachable 2022-02-16 09:39:42 +01:00
Moriz Wahl
efaef025ee do not throw error when GDT server is not reachable 2022-02-16 09:32:24 +01:00
Moriz Wahl
283cfcc84a GDT server not reachable error thrown 2022-02-16 09:23:58 +01:00
Moriz Wahl
22c408f633 fix: Catch GDT Server Errors 2022-02-14 14:34:43 +01:00
5bc23a4857
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
2022-02-01 04:14:54 +01:00
a24c6119a6
check rights on all resolvers 2021-11-24 19:41:26 +01:00
Einhornimmond
cceca9d517 change query name 2021-10-11 13:12:26 +02:00
Einhornimmond
3a5aa25fec update variable names 2021-10-11 13:11:50 +02:00
Einhornimmond
660e1e4b68 add call for checkpid on gdt server 2021-10-10 17:27:42 +02:00
3487a2e232
renamed args folder to singular arg 2021-10-04 10:04:58 +02:00
084561e5fb
resolver in singulat folder 2021-10-03 11:13:21 +02:00