131 Commits

Author SHA1 Message Date
einhornimmond
b487b4ca72 move code for checking pending transactions into own query + test 2025-06-27 14:12:45 +02:00
einhornimmond
70e9fb1542 fix 2025-06-22 15:50:47 +02:00
einhornimmond
aab6dcd98b move findUserByIdentifier and validateAlias into database inclusive refactored tests for this 2025-06-22 15:14:23 +02:00
einhornimmond
3385f88c78 add additional module core, move some code into it 2025-06-21 14:30:02 +02:00
einhornimmond
91ab2914c2 queries in database, shared initalized with validate user as example 2025-06-20 16:45:02 +02:00
einhornimmond
6cf82ad87c add debug config, refine and test coloredContext 2025-06-17 15:39:37 +02:00
einhornimmond
353d6d2314 fix lint 2025-06-07 08:19:02 +02:00
einhornimmond
e64ede2fe5 use better variable/function name 2025-06-07 08:18:22 +02:00
einhornimmond
fb63588361 use new appDatabase class everywhere 2025-06-07 08:01:48 +02:00
einhornimmond
39945345ec fix linting 2025-06-04 12:37:34 +02:00
einhornimmond
1f4edb45b2 refactor database folder structure, add AppDatabase for creating connection 2025-06-04 12:35:39 +02:00
einhornimmond
a67866908e remove unnecessary and unusable entity versioning folder, use git instead for entity versionig 2025-05-21 13:49:49 +02:00
einhornimmond
8611187a0a missing update in clear 2025-05-14 16:49:41 +02:00
einhornimmond
cc491b010d lint 2025-05-14 16:46:42 +02:00
einhornimmond
b28ccc6d8f forget to save 2025-05-14 16:46:20 +02:00
einhornimmond
6f06a18b66 add also as config in db 2025-05-14 16:45:26 +02:00
einhornimmond
2ce690addc fix merge 2025-05-09 08:50:39 +02:00
einhornimmond
26a9ed2b67 Merge branch 'yarn_workspaces_turbo' into upgrade_esbuild 2025-05-09 08:49:03 +02:00
einhornimmond
566fa537ff make removed js migration run compatible with older setups 2025-05-09 07:54:23 +02:00
einhornimmond
0929f0b7ac remove leftover eslint comments 2025-05-09 07:33:53 +02:00
einhornimmond
3e96a1ab68 fix migration table, js -> ts 2025-05-08 11:12:04 +02:00
einhornimmond
3957204ae9 fix lint 2025-05-07 16:13:49 +02:00
einhornimmond
6356617e76 refactor docker setup 2025-05-07 16:13:48 +02:00
einhornimmond
9efdf80498 Merge branch 'master' into yarn_workspaces_turbo 2025-04-30 11:17:56 +02:00
einhornimmond
abeec96a6e Merge branch 'master' into refactor_swap_eslint_biome 2025-04-30 10:11:39 +02:00
einhornimmond
df8688939d use database up, down, reset and clear only direct with tsx, builded version don't work anymore 2025-04-28 20:06:18 +02:00
einhornimmond
eb57991f03 adapt to different table name, fix 2025-04-26 15:25:04 +02:00
einhornimmond
4b5be2454f refactor database to speed up 2025-04-26 15:07:00 +02:00
einhornimmond
6d951f095a add biome to database, fix linting errors from biome 2025-04-26 10:49:52 +02:00
einhornimmond
7fafb546b5 fix docker setup 2025-01-20 17:00:51 +01:00
einhornimmond
169b18731f make config a own module, detect db version automatic 2025-01-19 20:01:54 +01:00
Claus-Peter Huebner
028337b291 solve tests for updateUserInfo with gmsLocation 2024-02-07 21:03:46 +01:00
Claus-Peter Huebner
7c0bc5ae35 add GeometryTransformer and configure db-connection 2024-01-25 02:11:22 +01:00
67d9b24723
Merge branch 'master' into eslint-database-import 2023-06-15 15:21:36 +02:00
0c46377292
correct Decimal import, corrected path 2023-06-07 13:32:01 +02:00
9e45b99f98
config not an default but named export 2023-06-07 13:31:11 +02:00
5119ea1f30
enable most eslint-plugin-n rules 2023-06-07 13:18:06 +02:00
03f1cc3206
implement Hannes suggestion regarding export style 2023-04-03 12:52:49 +02:00
331a4e1205
lint fix 2023-03-10 00:24:00 +01:00
7d54896801
refactor all main scripts 2023-03-10 00:21:27 +01:00
66c09d0615
remove typeorm connection 2023-03-10 00:21:16 +01:00
a240d76d15
remove unused interfaces 2023-03-10 00:21:03 +01:00
Moriz Wahl
097e76fed0 remove seed command 2022-04-19 09:10:11 +02:00
Moriz Wahl
085e8e7e82 remove seed fragments form helpers 2022-04-19 09:05:03 +02:00
Moriz Wahl
edaafa0e32 remove seed from database 2022-04-19 08:44:34 +02:00
c9177bbce3
enforce config database 2022-03-18 03:13:11 +01:00
103f727798
Merge branch 'master' into test-login-user-resolver 2022-03-04 15:50:23 +01:00
Moriz Wahl
b6618d1ffa fix transaction seed 2022-03-04 14:11:18 +01:00
Alexander Friedland
2030da653e
Merge branch 'master' into test-login-user-resolver 2022-03-04 12:31:44 +01:00
50d13b10ab
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
#	backend/src/config/index.ts
#	backend/src/graphql/model/Transaction.ts
#	backend/src/graphql/resolver/AdminResolver.ts
#	backend/src/graphql/resolver/TransactionResolver.ts
#	database/entity/Transaction.ts
#	database/src/interface/TransactionContext.ts
#	database/src/seeds/helpers/user-helpers.ts
2022-02-28 12:58:23 +01:00