|
|
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 |
|