3806 Commits

Author SHA1 Message Date
976e8ffbed
only migrate login database if available 2021-10-21 20:51:20 +02:00
ae3a5ec2f0
typo 2021-10-21 06:09:17 +02:00
29e56dbfb2
initialize model in order to access database name 2021-10-21 05:40:19 +02:00
dbae29f47d
more stray queries 2021-10-21 05:33:49 +02:00
95ab503626
- missing semicolon
- missing table name parameter
2021-10-21 05:25:37 +02:00
7729f44ba1
updated backend required database version 2021-10-21 05:13:45 +02:00
02068fa662
fixed typo 2021-10-21 05:10:58 +02:00
3e726fbe82
- changed login server database to community database
- adjusted table names in login server queries
- removed roles model code since its is unused/empty
2021-10-21 05:10:45 +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
e64019d6c3
also remove user.sql file 2021-10-21 04:31:42 +02:00
2b87f2eaf2
move all data from login_server database to community database 2021-10-21 04:28:55 +02:00
c15ea2c36e
add login server table migrations for login server tables 2021-10-21 04:08:02 +02:00
3cee3dbbb7
removed sql create statements from login server 2021-10-21 04:07:31 +02:00
31e82b1aa8
make settings more error prone to prevent invalid migrations 2021-10-21 04:06:54 +02:00
Moriz Wahl
ae5b37d94d
Merge pull request #1021 from gradido/fix-decay-ceil
fix: Decay Rounded to Ceil
2021-10-20 20:21:09 +02:00
Moriz Wahl
66c92d2198
Merge pull request #1024 from gradido/flaky-logout-test
fix: Flaky Dashboard Layout Test on Logout
2021-10-20 15:55:15 +02:00
9aecf5db6e
Merge pull request #956 from gradido/entity_models_into_database
Move Entity models into database
2021-10-20 15:24:59 +02:00
f1a7575f37
end connections to db gracefully 2021-10-20 13:13:37 +02:00
Moriz Wahl
0cfaa7becb jest.setTimeout(30000) 2021-10-20 10:41:11 +02:00
Moriz Wahl
1df9618473 fix: Flaky Dashboard Layout Test on Logout 2021-10-20 08:48:10 +02:00
8578ca9e51
also build database in dev mode 2021-10-20 00:26:00 +02:00
Alexander Friedland
2342b2e266
Merge pull request #1023 from gradido/1018-No-decay-is-incorrect
Text 'No decay' replaced by the number 0.00
2021-10-19 19:51:04 +02:00
Alexander Friedland
b6fc62e134
Merge pull request #1022 from gradido/1016-Typo-Subscribe-to-Newsletter
change text 'eingetraten' to 'eingetragen'
2021-10-19 19:44:00 +02:00
ogerly
65a5913a34 yarn test fix 2021-10-19 19:42:54 +02:00
ogerly
87d141ae86 Text 'No decay' replaced by the number 0.00 2021-10-19 12:10:20 +02:00
ogerly
6be4348174 change text 'eingetraten' to 'eingetragen' 2021-10-19 11:56:11 +02:00
Moriz Wahl
cffadab4af fix: Decay Rounded to Ceil 2021-10-18 21:50:42 +02:00
Moriz Wahl
d6279370fd try to get things working. Backend does not find database build 2021-10-18 21:07:52 +02:00
Moriz Wahl
9b1d4f243a Merge branch 'entity_models_into_database' of github.com:gradido/gradido into entity_models_into_database 2021-10-18 20:18:37 +02:00
Moriz Wahl
dfd4ebf155
Merge pull request #987 from gradido/test-default-pid
fix: Test Default Publisher ID in Sidebar Menu
2021-10-18 19:03:56 +02:00
a600eaa4b8
unify database connection database & backend - also log errors 2021-10-18 15:39:43 +02:00
d8e3db5b0f
properly bind database volumes, make database directories in container and copy required node_modules folders for production 2021-10-18 15:39:43 +02:00
b68ab27ed1
aligned typeorm versions of backend and database 2021-10-18 15:39:43 +02:00
f59bbef4de
more error logging for debugging purposes 2021-10-18 15:39:43 +02:00
3c0c4a4a5d
errors on failed connection to help debugging, entities from database project in typeorm connection 2021-10-18 15:39:43 +02:00
f5c6318d86
removed moduleResolution configuration since it seems not needed 2021-10-18 15:39:43 +02:00
563c76f4c3
removed ts debug build infos aswell 2021-10-18 15:39:43 +02:00
953866e8f5
remove database transpile objects 2021-10-18 15:39:43 +02:00
fea73e9769
do not define the default baseUrl explicitly 2021-10-18 15:39:43 +02:00
3505825d88
better comments in docker file 2021-10-18 15:39:43 +02:00
a883a435ec
remove sudo 2021-10-18 15:39:43 +02:00
0cdfa1c555
1% backend coverage 2021-10-18 15:39:42 +02:00
67add65d47
fixed test includes 2021-10-18 15:38:43 +02:00
ed6b66d26b
also install database packages 2021-10-18 15:38:43 +02:00
84fc7bd601
copy also database project as a whole into docker image 2021-10-18 15:38:43 +02:00
6cc46bf2d4
Update backend/src/typeorm/getDBVersion.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2021-10-18 15:38:43 +02:00
7e33f74be1
this seems to work quite good locally with both node_modules downloaded 2021-10-18 15:38:43 +02:00
103ddb62f5
try to use tsconfig instead 2021-10-18 15:38:43 +02:00
887533e4c7
correct path 2021-10-18 15:38:43 +02:00
13aa6772ea
copy modules after install 2021-10-18 15:38:43 +02:00