Commit Graph

23 Commits

Author SHA1 Message Date
Jovan Krunić
60b689f28c refactor: remove unused code 2021-04-27 13:01:43 +02:00
Jovan Krunić
d3955b3cdd test: add tests for routes 2021-04-27 13:01:42 +02:00
Wieland Schöbl
9f4350eea7 refactor: swap out jsonschema package for json-schema 2021-04-27 13:01:41 +02:00
Jovan Krunić
006bbebe60 feat: log registration and removal of plugins
Closes #71
2021-04-27 13:01:41 +02:00
Rainer Killinger
ce06e735be feat: utilize api-cli for e2e integration test 2021-04-27 13:01:39 +02:00
Rainer Killinger
bbbe4d5f1f refactor: update dependencies 2021-04-27 13:01:38 +02:00
Wieland Schöbl
5d6d4b53f0 feat: move EXTERNAL_REQUEST_TIMEOUT to config file 2021-04-27 13:01:32 +02:00
Jovan Krunić
3ea2c3b98d refactor: throw an error when removing a non-existing plugin
Related to #2
2021-04-27 13:01:30 +02:00
Jovan Krunić
3d51ccfac2 feat: add functionality to register plugins via http
Also:

- Add functionality for serving the responses from plugins
- Add tests for related methods and routes

Closes #2, #37
2021-04-27 13:01:30 +02:00
Jovan Krunić
f4a699e0e5 refactor: use generics for createRoute (no-any)
Related to #39
2021-04-27 13:01:27 +02:00
Jovan Krunić
8b457c9911 refactor: adjust code after updated dependencies
Closes #39
2021-04-27 13:01:26 +02:00
Wieland Schöbl
fa2c9d7a88 fix: make index route work correctly 2021-04-27 13:01:25 +02:00
Wieland Schöbl
24e27c1d9e fix: return validation error instead of internal server error
previously there was just a validation error inside an internal server error, which made no sense
2021-04-27 13:01:25 +02:00
Wieland Schöbl
59e4009c5d refactor: use export global variables instead of express 2021-04-27 13:01:24 +02:00
Wieland Schöbl
8c48552abf fix: replace isProductiveEnvironment with isTestEnvironment 2021-04-27 13:01:24 +02:00
Jovan Krunić
e17db521e2 fix: set config file before accessing it
Closes #27
2021-04-27 13:01:22 +02:00
Wieland Schöbl
12b71ba1f1 fix: return syntax error when receiving bad json
Fixes #3
2021-04-27 13:01:21 +02:00
Wieland Schöbl
827827905b feat: use config for MultiSearchRoute 2021-04-27 13:01:20 +02:00
Anselm Stordeur
9b889c8736 fix: fix reading url path as parameters 2021-04-27 13:01:18 +02:00
Anselm Stordeur
90822f5888 fix: add prefix to schema names 2021-04-27 13:01:18 +02:00
Anselm Stordeur
6ceb763b5a build: update dependencies 2021-04-27 13:01:17 +02:00
Anselm Stordeur
98f02b8830 style: remove extraneous whitespace in imports 2021-04-27 13:01:16 +02:00
Anselm Stordeur
16bbb7e9e3 feat: add backend 2021-04-27 13:01:14 +02:00