18026 Commits

Author SHA1 Message Date
einhornimmond
d701e5c5cd
Merge branch 'master' into admin_add_registerdAt_on_usersearch 2025-12-04 09:03:12 +01:00
einhornimmond
0171b9a84f format created at date in user search 2025-12-04 09:02:48 +01:00
clauspeterhuebner
2ae9ce0a43
Merge pull request #3580 from gradido/3573-feature-introduce-distributed-semaphore-base-on-redis
feat(backend): 3573 feature introduce distributed semaphore base on redis
2025-12-03 18:45:30 +01:00
einhornimmond
7cfe44f6b5
Merge branch 'master' into 3573-feature-introduce-distributed-semaphore-base-on-redis 2025-12-03 17:11:22 +01:00
einhornimmond
757cf48fc2 show user registered at in admin, update backend graphql query 2025-12-03 16:45:43 +01:00
einhornimmond
f2ad3a49f6
Merge pull request #3588 from gradido/update_deployment
fix(workflow): make deployment install script more robust
2025-12-03 15:02:12 +01:00
einhornimmond
371fd1acbb move envs into correct context 2025-12-03 14:58:41 +01:00
einhornimmond
6a60e03777 fix nvm & node install 2025-12-03 14:52:19 +01:00
einhornimmond
b30ebd5082 test other shell command 2025-12-03 14:39:03 +01:00
einhornimmond
618c5b477a update cloud config, make install.sh more robust 2025-12-03 14:32:06 +01:00
einhornimmond
7a7566625d add note in Readme about dependencies usage in main backend modules 2025-12-03 13:36:33 +01:00
einhornimmond
8200eb1237 remove not used imports 2025-12-03 13:12:20 +01:00
einhornimmond
f34324a399 fix logic of semaphore test 2025-12-03 13:03:50 +01:00
Einhornimmond
38f7ab87a5 fix module dependencies in correct category 2025-12-03 12:22:36 +01:00
einhornimmond
19f5671039 add redis to deployment script 2025-12-03 09:50:12 +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
0d94d8891d
Merge pull request #3587 from gradido/release-2_7_2
chore(release): v2.7.2
2025-12-02 12:55:11 +01:00
einhornimmond
736d0cbd68 update change log 2025-12-02 12:50:24 +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
bc2923b520
Merge pull request #3583 from gradido/ui_success_message_creation_like_transfer
feat(frontend): success message on create contribution like on send
2025-12-02 06:37:26 +01:00
einhornimmond
d9cb18055c
Merge branch 'master' into ui_success_message_creation_like_transfer 2025-12-02 05:59:49 +01:00
einhornimmond
0274a6a447
Merge pull request #3586 from gradido/refactor_seeding
refactor(backend): rewrite seeding in database
2025-12-02 05:59:35 +01:00
einhornimmond
583cf75a31 remove toast because message is already shown, more prominent 2025-11-30 17:03:44 +01:00
einhornimmond
4428cb7b0c remove changes 2025-11-30 14:58:00 +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
eb8a687895 revert changes which don't speed up ci 2025-11-30 13:44:14 +01:00
einhornimmond
646723055f try grass for scss parsing in ci worker 2025-11-30 13:41:18 +01:00
einhornimmond
bcc86d3822 use sass-embedded on systems without grass 2025-11-30 13:33:15 +01:00
einhornimmond
e2f069c50e queze a bit more speed out of e2e tests 2025-11-30 13:05:00 +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
f30cbb80e7 fix issue with enum, typed graphql decorator didn't work when importing enum from database 2025-11-29 14:57:42 +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
80079bc2d4 remove logging copy step because new seeding don't use logging 2025-11-28 19:15:31 +01:00
einhornimmond
bea80dbae6 update imports from moved enums 2025-11-28 19:13:22 +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
933171d208 move some code from core into shared 2025-11-28 18:59:46 +01:00
einhornimmond
5370218dc9 move enums into db which are used for seeding 2025-11-28 18:58:08 +01:00
einhornimmond
ae5bd1b251
Merge branch 'master' into ui_success_message_creation_like_transfer 2025-11-28 16:12: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
einhornimmond
907b61cd3b add redis to e2e tests 2025-11-27 20:18:24 +01:00
einhornimmond
58175c09bd add external-net for redis in test container setup 2025-11-27 20:05:26 +01:00
einhornimmond
9a050148e0 set require-addon to a fixed version, because 1.2.0 doesn't work with udx-native@1.19.2 2025-11-27 19:57:52 +01:00