993 Commits

Author SHA1 Message Date
einhornimmond
4065c01a33
Merge branch 'master' into setup_improve 2025-12-30 12:48:43 +01:00
einhornimmond
8aebe5d35a fix promise all in test 2025-12-30 12:45:47 +01:00
einhornimmond
8b10c5d770
Merge branch 'master' into setup_improve 2025-12-30 12:39:20 +01:00
einhornimmond
debdd21158
Merge branch 'master' into load_moderator_names 2025-12-20 13:31:00 +01:00
einhornimmond
b0e4981463 use connection pool for drizzle orm 2025-12-20 13:26:42 +01:00
einhornimmond
62e6bfe414 remove who/moderator column, add comment if contribution was created by moderator 2025-12-19 09:30:33 +01:00
einhornimmond
c3acd21a67 request the name of contribution changer (deniedBy, deletedBy, confirmedBy, updatedBy) and show them in admin frontend 2025-12-17 13:44:33 +01:00
einhornimmond
38540196b1
Merge branch 'master' into setup_improve 2025-12-09 08:01:27 +01:00
einhornimmond
1065ddb645 clear pointer on AppDatabase.destroy 2025-12-06 17:09:26 +01:00
einhornimmond
798a6b5bdd log connection details 2025-12-06 17:06:29 +01:00
einhornimmond
159d63b620 use 127.0.0.1 instead if localhost as default host for db 2025-12-06 16:03:45 +01:00
einhornimmond
d0a7becc1f try drizzle with hardcoded connection string 2025-12-06 15:59:47 +01:00
einhornimmond
29bbecfe44 finetune code, move drizzle init after type orm init 2025-12-06 15:23:02 +01:00
einhornimmond
4745de4f58 log error 2025-12-06 15:04:32 +01:00
einhornimmond
165fc3fbf1 ping drizzle connection 2025-12-06 15:01:10 +01:00
einhornimmond
349fa32ede experiment, dont't call delete an begin of test 2025-12-06 14:57:48 +01:00
einhornimmond
f5d79e8a36 fix lint 2025-12-06 14:46:57 +01:00
einhornimmond
c4d04b4143 add drizzleOrm, use in OpenaiThreads, fix tests 2025-12-05 17:34:43 +01:00
einhornimmond
87cb1473dd improve db error message, export db passwort correct 2025-12-05 13:33:51 +01:00
einhornimmond
3d8e94b369 remove CONFIG_VERSION from env templates 2025-12-05 09:41:04 +01:00
einhornimmond
07a80b2df7 linting 2025-12-04 13:01:01 +01:00
einhornimmond
c48b7c45d9 Merge branch 'master' into fix_small_bugs 2025-12-04 09:54:52 +01:00
einhornimmond
44785bd861 chore: release v2.7.3 2025-12-04 09:20:32 +01:00
Einhornimmond
38f7ab87a5 fix module dependencies in correct category 2025-12-03 12:22:36 +01:00
einhornimmond
b80da339dc
Merge branch 'master' into 3573-feature-introduce-distributed-semaphore-base-on-redis 2025-12-02 12:55:22 +01:00
einhornimmond
ad06002a68 chore: release v2.7.2 2025-12-02 12:48:28 +01:00
einhornimmond
693bbf7c2a Merge branch 'master' into 3573-feature-introduce-distributed-semaphore-base-on-redis 2025-12-02 06:42:49 +01:00
einhornimmond
4eb8a87fdd revert not neccessary changes, to reduce review noise 2025-11-30 14:36:59 +01:00
einhornimmond
a805fda1a5 bundle custom type defs in root 2025-11-30 14:09:53 +01:00
einhornimmond
1b0d8324fb move seeding back into backend 2025-11-30 12:47:17 +01:00
einhornimmond
654eec3f85 use new seeding in database from backend 2025-11-30 12:30:33 +01:00
einhornimmond
27b4d81370 add roles to new seeding 2025-11-29 14:57:00 +01:00
einhornimmond
01b4f1ef66 fix to make compatible to gradido-blockchain 2025-11-29 14:33:13 +01:00
einhornimmond
15cd2a6e7f speed up seeding 2025-11-29 11:04:35 +01:00
einhornimmond
c87fc511c9 rewrite seed code with direct db usage 2025-11-28 19:01:28 +01:00
einhornimmond
25b344f6a6 fix bug with missing use table call 2025-11-28 19:00:52 +01:00
einhornimmond
2b9068560d move main seed into database 2025-11-28 19:00:31 +01:00
einhornimmond
5370218dc9 move enums into db which are used for seeding 2025-11-28 18:58:08 +01:00
clauspeterhuebner
4a00cdb6ce remove console.log 2025-11-27 22:29:44 +01:00
einhornimmond
e032ff7f18 wait on redis exit 2025-11-27 20:50:33 +01:00
clauspeterhuebner
60c3749119 Merge remote-tracking branch 'origin/master' into
3573-feature-introduce-distributed-semaphore-base-on-redis
2025-11-26 16:49:28 +01:00
einhornimmond
8e990314a1 fixed for future use of biome 2025-11-26 14:04:26 +01:00
clauspeterhuebner
1d8582ab40 invoke redis.quit in test.afterAll 2025-11-25 03:00:27 +01:00
einhornimmond
5803c34d7b remove not longer used module 2025-11-22 12:43:23 +01:00
einhornimmond
fc79874606 fix wrong version 2025-11-22 12:41:20 +01:00
einhornimmond
54c7f70976 change import to type, import actually entity later, speedup database test with bun 2025-11-22 12:40:05 +01:00
einhornimmond
44720f25b4 chore: release v2.7.1 2025-11-21 16:22:39 +01:00
clauspeterhuebner
a2ee080ed5 introduce redis-semaphore along with a running docker redis server 2025-11-20 02:33:49 +01:00
einhornimmond
d5813b2f66 add missing 'use <table>' in clear db function 2025-11-14 16:53:26 +01:00
einhornimmond
3fa05cf2c5
Merge branch 'master' into fix_small_bugs 2025-11-03 14:04:40 +01:00