7983 Commits

Author SHA1 Message Date
einhornimmond
ff75bbd558
Merge pull request #958 from gradido/gdt_checkForPid
check pid on gdt server
2021-10-12 12:07:29 +02:00
elweyn
67ea973845 Adding a hasEloage flag to the store. 2021-10-12 11:40:37 +02:00
c726ee9483
unify database connection database & backend - also log errors 2021-10-12 10:37:43 +02:00
da57754649
properly bind database volumes, make database directories in container and copy required node_modules folders for production 2021-10-12 01:28:32 +02:00
c3b7eefdfd
aligned typeorm versions of backend and database 2021-10-12 01:27:46 +02:00
14e3c33cc5
more error logging for debugging purposes 2021-10-12 01:27:20 +02:00
aa07ef2231
errors on failed connection to help debugging, entities from database project in typeorm connection 2021-10-12 01:26:47 +02:00
634733cd59
removed moduleResolution configuration since it seems not needed 2021-10-11 18:31:59 +02:00
6caa92bec8
removed ts debug build infos aswell 2021-10-11 15:29:31 +02:00
185e449f82
remove database transpile objects 2021-10-11 15:29:00 +02:00
189fe6ebfe
do not define the default baseUrl explicitly 2021-10-11 15:27:29 +02:00
c4a5b963b7
better comments in docker file 2021-10-11 15:25:26 +02:00
f25f0fe96f
remove sudo 2021-10-11 15:24:29 +02:00
04fec0f481
1% backend coverage 2021-10-11 13:20:24 +02:00
einhornimmond
a55f4cd762
Merge pull request #957 from gradido/apollo_fixListTransactions
add check for empty user list
2021-10-11 13:14:45 +02:00
2bd8ca252b
fixed test includes 2021-10-11 13:14:28 +02:00
Einhornimmond
cceca9d517 change query name 2021-10-11 13:12:26 +02:00
Einhornimmond
3a5aa25fec update variable names 2021-10-11 13:11:50 +02:00
119407ec2e
also install database packages 2021-10-11 12:36:44 +02:00
78b0068362
copy also database project as a whole into docker image 2021-10-11 12:33:31 +02:00
2799a87b3b
Update backend/src/typeorm/getDBVersion.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2021-10-11 12:09:06 +02:00
febd997db3
this seems to work quite good locally with both node_modules downloaded 2021-10-11 12:07:57 +02:00
Moriz Wahl
144fa5f089
Merge pull request #950 from gradido/improve-navigation-guard-tests
feat: Improve Test of Navigation Guard of Vue Router
2021-10-11 11:34:25 +02:00
Einhornimmond
660e1e4b68 add call for checkpid on gdt server 2021-10-10 17:27:42 +02:00
Einhornimmond
2c90bbe314 add check for empty user list 2021-10-10 16:37:07 +02:00
Einhornimmond
fedaa8d679 fix lint 2021-10-10 16:30:39 +02:00
Einhornimmond
79061d19f0 add test for increasing coverage 2021-10-10 16:23:01 +02:00
Einhornimmond
ecb0fe287d fix test and more checks 2021-10-10 16:17:10 +02:00
Einhornimmond
f6cba24c00 merge with master 2021-10-10 15:44:11 +02:00
Einhornimmond
a464663b18 add submodules for backend test build 2021-10-10 15:36:40 +02:00
einhornimmond
0da25df727 Merge branch 'login_checkForElopage' of github.com:gradido/gradido into login_checkForElopage 2021-10-10 15:31:37 +02:00
einhornimmond
909c7e3a9a fix lint 2021-10-10 15:31:28 +02:00
einhornimmond
7699700b93 fix lint 2021-10-10 15:29:44 +02:00
einhornimmond
546d371139 check always for hasElopage
- put check into async task to let it run at the same time as the password check
2021-10-10 15:25:01 +02:00
Einhornimmond
61a751d178 update protocol 2021-10-10 13:29:18 +02:00
Einhornimmond
865403e0fa fix double transaction entry 2021-10-10 13:24:50 +02:00
20db890ac7
try to use tsconfig instead 2021-10-09 14:29:17 +02:00
4988a9c2e4
correct path 2021-10-09 14:25:19 +02:00
f92573d672
copy modules after install 2021-10-09 14:23:12 +02:00
df43ea4f79
also create directory 2021-10-09 14:18:30 +02:00
88eb079b7b
install sudo 2021-10-09 14:16:14 +02:00
9621b97aeb
remove sudo? 2021-10-09 14:11:45 +02:00
da8d32f01e
try to mount the nodemodules 2021-10-09 14:10:32 +02:00
f76e056ac1
corrected workflows to use the root folder context 2021-10-09 13:51:40 +02:00
5616c307f8
docker: make backend a folder not a file(?) 2021-10-09 13:46:58 +02:00
a35d0dfff4
reshape build context to fix out of context error when copying database entities 2021-10-09 13:44:37 +02:00
d348706f16
include the entity models in the docker build 2021-10-09 13:33:13 +02:00
304ba9e23d
corrected all entity imports 2021-10-09 13:22:35 +02:00
f6d994b623
define entity alias 2021-10-09 13:22:25 +02:00
b00a2a08d4
make typeorm available in the database project using our entities 2021-10-09 13:22:12 +02:00