Moriz Wahl
|
f752d8d045
|
type ExpressContext
|
2022-04-11 17:25:59 +02:00 |
|
Moriz Wahl
|
71d1701102
|
undo apollo log plugin hack
|
2022-04-11 16:31:21 +02:00 |
|
Moriz Wahl
|
00bba07b11
|
define hack to pass already queried data to balance resolver
|
2022-04-11 16:22:09 +02:00 |
|
Moriz Wahl
|
6cc8410720
|
helper function to get user from context
|
2022-04-11 16:15:57 +02:00 |
|
Moriz Wahl
|
e183a9bde0
|
remove unused modules
|
2022-04-11 15:53:00 +02:00 |
|
Moriz Wahl
|
7ec35bbfb2
|
define context interface
|
2022-04-11 15:50:02 +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 |
|
Moriz Wahl
|
631346b63c
|
remove deleted entities
|
2022-02-16 13:19:27 +01:00 |
|
Moriz Wahl
|
a201cad0db
|
use lodash clonedeep to copy objects
|
2022-02-14 12:57:24 +01:00 |
|
|
|
760b7e2d01
|
renamed data2 to dataCopy
|
2022-02-14 10:24:06 +01:00 |
|
|
|
820cdfb16f
|
do not log password and token to the console
|
2022-02-14 09:51:06 +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 |
|
|
|
da63312f65
|
some basic apollo logging
|
2022-01-16 10:42:46 +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 |
|
Moriz Wahl
|
121b7530dc
|
fix: Override Existing Token in Response Header
|
2022-01-11 09:22:51 +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 |
|
Moriz Wahl
|
d86a3dee42
|
refactor: Provide pubKey in context to avoid API calls
|
2021-09-27 19:04:27 +02:00 |
|
|
|
255244fbec
|
have schema extern
have cors extern
have plugins exter
have context extern
|
2021-09-24 14:21:14 +02:00 |
|