216 Commits

Author SHA1 Message Date
Moriz Wahl
44d6f31574 timezone offset in migration 1 hour, check event date string for ISO format 2023-10-26 16:40:41 +02:00
Moriz Wahl
fe3e5dc483 fix cypher statement 2023-10-17 15:35:38 +02:00
Moriz Wahl
fe416200fb migration to fix wrong event date times 2023-10-17 15:15:28 +02:00
507f0c0880
removed promise all 2023-07-18 12:23:24 +02:00
55b3bc999a
use a prime for seeding to allow testing of the pagination 2023-07-14 10:59:38 +02:00
eae7b53adf
reduce message count to 1000 instead of 10000 to reduce seed time 2023-07-14 10:56:02 +02:00
f9da762253
implemented chat seed 2023-07-14 10:42:20 +02:00
1b0f512415
fix seed to not use promise all where easily refactored 2023-07-10 12:58:39 +02:00
0a40357160
fix lint 2023-06-22 16:23:34 +02:00
844c870642
Merge branch 'master' into eslint-backend 2023-06-22 15:15:44 +02:00
Moriz Wahl
ed9fefbf76
Update backend/src/db/seed.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-06-21 17:59:20 +02:00
aaa033c6a3
lint fixes 2023-06-21 16:43:18 +02:00
Moriz Wahl
3451a16ab4 fix(backend): seed reports 2023-06-21 11:14:59 +02:00
23c2be3093
Merge branch 'master' into update-database 2023-06-16 15:02:58 +02:00
c436cb52b1
corrected file endings or removed them where possible 2023-06-12 14:26:52 +02:00
e00b565b15
db 2023-06-12 14:07:03 +02:00
ebddfa7df4
all files as .ts 2023-06-12 13:25:21 +02:00
a05ab40722
Merge branch 'master' into ts-base 2023-06-12 12:05:59 +02:00
Moriz Wahl
939e3cd2b0
Merge branch 'master' into migrate-postType-to-post 2023-06-08 16:45:54 +02:00
2e96dce29a
migrate with ts compiler 2023-06-08 14:05:51 +02:00
Moriz Wahl
44e2c1adf7 feat(backend): migration to add postType property to existing posts 2023-06-08 14:00:04 +02:00
Moriz Wahl
09807fb99f seed events 2023-06-08 13:46:22 +02:00
e2535375b3
store.js - store.ts 2023-06-08 13:24:02 +02:00
d08a78b685
Merge branch 'master' into seed-posts-as-articles 2023-06-02 11:12:56 +02:00
Hannes Heine
41cd147258
Merge branch 'master' into update-database 2023-05-31 21:26:39 +02:00
Hannes Heine
9a9f5eaf45
Merge branch 'master' into event-master 2023-05-30 15:26:22 +02:00
elweyn
0472ba86fa Merge branch 'event-master' into seed-posts-as-articles 2023-05-25 09:58:32 +02:00
Moriz Wahl
30ce9e8460 add description to migration 2023-05-22 17:06:32 +02:00
44700f8a41
lint + comment 2023-05-16 00:43:37 +02:00
a326b2777f
fix migrations 2023-05-16 00:38:02 +02:00
e3b1f97ccd
update faker 2023-04-25 13:30:36 +02:00
Moriz Wahl
0dfc86f1d2 feat(backend): seed posts as article 2023-04-17 14:22:09 +02:00
Moriz Wahl
84811d8937 feat(backend): add article label to posts 2023-03-29 15:48:35 +02:00
ceed23893a
remove console statement, lint fixes 2023-03-20 22:36:43 +01:00
bfca086e7b
only drop indexes if they exist 2023-03-20 22:17:07 +01:00
6e2b65e124
lint fixes 2023-03-20 21:40:57 +01:00
b3f5bf4e6a
new migration to create search indexes 2023-03-20 14:06:10 +01:00
a67e3452da
do not delete migrations 2023-03-15 11:57:28 +01:00
elweyn
b45e4b5990 Refactor create user with defined about 2023-02-28 09:55:34 +01:00
Wolfgang Huß
a6b76d72db Fix spellings in readme's and comment 2023-01-04 15:01:51 +01:00
SvFedoriv
3b3f41f6d7 Fix path in seed file 2022-11-15 11:56:38 +01:00
Wolfgang Huß
e2f0e83c6f Move db/graphql folder content to graphql – backend 2022-11-09 09:08:17 +01:00
Moriz Wahl
e5e6dbc440 change user to post in public group 2022-10-17 21:55:45 +02:00
Moriz Wahl
391c8d434b feat: Seed some simple posts into groups 2022-10-17 21:48:20 +02:00
Moriz Wahl
a4cd7a8698 test search posts with groups 2022-10-05 21:54:52 +02:00
Moriz Wahl
ab5d308caa test profile page posts 2022-10-05 08:38:05 +02:00
Moriz Wahl
570d6c099d test filter posts 2022-10-05 08:27:35 +02:00
Moriz Wahl
03434071b4 fix cypher to have signup verification to block posts of groups for new users 2022-10-04 05:44:11 +02:00
Moriz Wahl
77125e404f createPostMutation as function 2022-10-04 05:03:02 +02:00
Moriz Wahl
abcfe259a0 query and mutations are functions 2022-10-03 22:41:25 +02:00