49 Commits

Author SHA1 Message Date
Wolfgang Huß
f8eea10371 Fix 'i18n' server integration for testing
- Fix the sending of the multiple times registrars name to the email owner.
- Clarify the logging of the multiple times registrars name and the email owners name.
2022-11-10 16:33:50 +01:00
Wolfgang Huß
a73cca0ab4 Implement 'i18n' better into the server 2022-11-10 15:23:51 +01:00
Wolfgang Huß
056afdb2a5 Fix hanging of seeding, because of the 'i18n' configuration 2022-10-11 10:05:27 +02:00
Wolfgang Huß
05074e37bc Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates 2022-10-10 17:51:55 +02:00
Wolfgang Huß
f90f981566 Refine translation 2022-10-10 17:51:40 +02:00
Wolfgang Huß
ad719dde43 Implement translation, very first approach 2022-10-10 11:54:09 +02:00
Claus-Peter Hübner
ff93c41c19 Merge remote-tracking branch 'origin/master' into 2220-feature-reconfigure-log4js 2022-09-28 21:41:51 +02:00
Claus-Peter Hübner
de234cc7df rework PR remarks 2022-09-22 23:29:51 +02:00
Claus-Peter Hübner
95b4052ed5 correct and more detailed logoutput 2022-09-20 18:26:56 +02:00
Claus-Peter Hübner
6c88713f34 start inserting logger.addContext for userid 2022-09-20 16:20:52 +02:00
clauspeterhuebner
fc706bc030
Update backend/src/server/createServer.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-20 16:08:56 +02:00
clauspeterhuebner
49e0606d16
Update backend/src/server/createServer.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-20 16:08:44 +02:00
Claus-Peter Hübner
4f97999195 add prevention to run production in test-mode 2022-09-16 16:52:54 +02:00
Moriz Wahl
5cac5d9cfb loggers are created only once, unify logger for unit tests 2022-05-16 16:02:12 +02:00
Moriz Wahl
cb012882b1 rename logger to apollo 2022-05-10 19:32:48 +02:00
Moriz Wahl
700f8ada07 allow test environment to be loaded with mocked logger 2022-05-10 16:51:37 +02:00
Claus-Peter Hübner
1be08cc7e1 additional logs 2022-05-06 03:08:28 +02:00
Claus-Peter Hübner
64167692e8 lint files with changed eof config 2022-05-05 16:20:42 +02:00
Claus-Peter Hübner
4afffea797 additional logg-statements 2022-05-05 01:01:06 +02:00
Moriz Wahl
befa965a44 configure logger only once. Log Context User ID if present on response 2022-05-04 13:58:45 +02:00
Claus-Peter Hübner
0449dc59e8 try to log UserResolver, is not working, no output 2022-05-04 02:23:33 +02:00
Moriz Wahl
b10f9245b6 linting 2022-05-03 10:41:04 +02:00
Claus-Peter Hübner
ff35897e01 log4j in createServer and configuration file 2022-04-30 00:24:05 +02:00
Moriz Wahl
58fb934a28 use log4js 2022-04-29 13:39:39 +02:00
Moriz Wahl
78ff58f9b6 use winston as logger, start creating own apollo logger 2022-04-29 11:50:39 +02:00
5fe1e05ca4
use tsconfig-paths package to resolve paths
link build and src paths for the external database package
2022-03-18 01:35:01 +01:00
Moriz Wahl
7e4c3ec3ce more resolved paths 2022-03-07 21:56:03 +01:00
5bc23a4857
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
2022-02-01 04:14:54 +01:00
2fc4c9c341
cleanup index - check db version externally
define required db version in cofig as constant
some type updates
2022-02-01 02:51:43 +01:00
f3078b3cbd
use url encode bodyparser 2022-01-27 21:29:18 +01:00
9f72ea23bc
update required db version 2022-01-25 00:49:54 +01:00
8b3f6ea339
disable introspection when GRAPHIQL is disabled 2022-01-16 11:05:40 +01:00
2efdb41232
disable debugging logs 2022-01-12 21:21:27 +01:00
4a175f0ef8
removed github webhook, its now external 2022-01-12 21:21:27 +01:00
41ee819aba
remove trailing slash again, log when eopage hook was recieved 2022-01-12 21:21:25 +01:00
9cbd9139df
ad trailing slash for elopage hook 2022-01-12 21:21:25 +01:00
e378136106
correct config value for GITHUB_WEBHOOK, log every request for debugging purposes 2022-01-12 21:21:25 +01:00
1e39f5049b
first implementation of github webhook 2022-01-12 21:21:25 +01:00
aea773167b
fixed elopage webhook 2022-01-12 21:21:22 +01:00
f4c26151a7
fix bodyparser json deprecated - using express instead 2022-01-12 21:21:22 +01:00
b6bd3f839d
unified all urls of our services. every server now serves on / and nginxs routes accordingly 2022-01-12 21:21:22 +01:00
6ae330da51
update required database version 2021-12-21 07:08:17 +01:00
Moriz Wahl
2f92aec460 Merge branch 'master' into admin_pending_creation 2021-11-24 21:27:44 +01:00
elweyn
4b80507c9b Change the database version in backend. 2021-11-24 10:12:57 +01:00
e68f22ade0
implement the webhook 2021-11-17 16:57:04 +01:00
18b5266389
adjuested database version accoridng to master 2021-11-03 23:25:49 +01:00
Moriz Wahl
4f99a111f2
module alias in create server 2021-11-03 23:19:40 +01:00
Moriz Wahl
1def630e3b hack to close the dn connection after tests 2021-10-19 18:48:21 +02:00
Moriz Wahl
10b65487ee createServer for application and tests 2021-10-18 20:17:17 +02:00