439 Commits

Author SHA1 Message Date
Moriz Wahl
a6f36cd305 seed Räuber Hotzenplotz 2021-11-26 12:56:48 +01:00
Moriz Wahl
2fe18e851c seed Bibi Bloxberg 2021-11-26 12:48:33 +01:00
Moriz Wahl
3824920c47 get things working 2021-11-26 12:31:02 +01:00
Moriz Wahl
89cfd1259b Merge branch 'setup-seeding' of github.com:gradido/gradido into setup-seeding 2021-11-26 12:25:04 +01:00
Moriz Wahl
ae8fc914fb further refactoring 2021-11-26 12:24:56 +01:00
Moriz Wahl
c8720673fd
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:23:00 +01:00
Moriz Wahl
aacfaa67c4
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:51 +01:00
Moriz Wahl
8ad35aa5f3
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:35 +01:00
Moriz Wahl
62c4552535
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:24 +01:00
Moriz Wahl
e2f8de0acb refactor seed function 2021-11-26 12:08:18 +01:00
Moriz Wahl
56e95718e1 seed peter lustig as admin 2021-11-26 09:47:13 +01:00
Moriz Wahl
2ca75ba8fc Merge branch 'master' into setup-seeding 2021-11-26 08:48:25 +01:00
Moriz Wahl
a14f37a5f4 Peter Lustig Seed as User (not admin yet) 2021-11-26 08:46:06 +01:00
Hannes Heine
927c61ae6e
Merge branch 'master' into admin_pending_creation 2021-11-26 06:52:26 +01:00
Moriz Wahl
4d57487f8f get things working again 2021-11-25 11:56:15 +01:00
f8570c2693
fixed ServerUser entity definition 2021-11-25 09:51:03 +01:00
elweyn
6b3d28d1ff Definition of the entity based on the database table. 2021-11-24 10:01:13 +01:00
elweyn
b939feb0e1 Folder change added 2021-11-24 09:41:59 +01:00
elweyn
3e363db42e Adding a description of the migration. 2021-11-24 09:40:45 +01:00
elweyn
9915a78c7e Creation script and deletion script. 2021-11-24 09:37:35 +01:00
elweyn
84387c9a02 Deploy new entity. 2021-11-24 09:22:41 +01:00
elweyn
d79a40cbb0 Export of the new entity. 2021-11-24 09:21:38 +01:00
elweyn
b3d69bae0d Moved new entity to folder 0005 since it needs to correspond to migrations scripts. 2021-11-24 09:21:06 +01:00
elweyn
89529149ae Create new table for admin interface so that we can store the pending creations. 2021-11-24 09:17:15 +01:00
Moriz Wahl
2ea309643c starting refactor user seed 2021-11-24 08:59:44 +01:00
Moriz Wahl
0ae04898f4 add one to one relation from login_user to login_user_backup 2021-11-23 17:59:44 +01:00
Moriz Wahl
8f066595fc factory for login user backup 2021-11-23 11:49:06 +01:00
Moriz Wahl
a518ed5096 factory for server user 2021-11-23 11:35:03 +01:00
Moriz Wahl
535c0b0438 no eslint warnings 2021-11-23 11:21:41 +01:00
Moriz Wahl
d4883928f9 factory for login user 2021-11-23 11:17:03 +01:00
Moriz Wahl
2af825b2ca Merge branch 'add-model-entities' into setup-seeding 2021-11-22 19:16:06 +01:00
Moriz Wahl
885a01a1c2 fix data type of activated field 2021-11-22 19:09:38 +01:00
Moriz Wahl
f2523abecc add server users entity 2021-11-22 19:05:09 +01:00
Moriz Wahl
0b3ead8369 simple seed is working 2021-11-18 19:17:51 +01:00
Moriz Wahl
15d1e6545b user factory and seed 2021-11-18 10:19:13 +01:00
Moriz Wahl
f0696061c4 feat: Setup Data Seeding 2021-11-18 09:32:17 +01:00
elweyn
1cb8b185ac Create tables on an already exsting table breaks the script, so fix with a create table if not exists. Insert statement breaks if their is a duplicate key that is imported change so that it does not break. 2021-11-18 09:14:02 +01:00
5d7241da14
LoginElopageBuys Entity model 2021-11-10 18:19:10 +01:00
elweyn
45e82c1aff
Merge branch 'master' into login_call_createUser 2021-11-06 00:41:21 +01:00
elweyn
66e4d86ae0 Merge branch 'master' into apollo_createTransactions_without_signation 2021-11-04 14:13:41 +01:00
elweyn
c7f0e2440b Change so that the new entity is recognized by the queryRunner. 2021-11-04 13:50:09 +01:00
elweyn
d097e5cd76 Created the LoginEmailOptIn table entity. 2021-11-04 12:55:04 +01:00
elweyn
3aa6250eeb Merge branch 'master' into apollo_createTransactions_without_signation 2021-11-04 09:34:15 +01:00
148ba6e0ae
LoginUserBackup typeorm entity definition 2021-10-31 23:54:26 +01:00
1de1187452
corrected model to utilize Node10 BigInt 2021-10-31 04:58:21 +01:00
582e5c4a4f
LoginUser Database Model 2021-10-31 02:01:02 +01:00
elweyn
beb7661c3c Withdrew TransactionSignature from the transaction creation. 2021-10-27 16:03:57 +02:00
elweyn
557ccf5da3 Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it. 2021-10-22 14:55:06 +02:00
976e8ffbed
only migrate login database if available 2021-10-21 20:51:20 +02:00
c65ac49594
- removed skeema
- simplified mariadb docker container & reduced context(build time)
- datapoint for docker group into migration
- removed unused node docker definitions from docker-compose
2021-10-21 04:49:19 +02:00