Commit Graph

42 Commits

Author SHA1 Message Date
Jovan Krunić
b98418f9e1 ci: run tests in tests job 2021-04-27 13:01:31 +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ć
992a0a6f2c build: update @openstapps/core version
Adjust code accordingly

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ć
59ea7a5ba6 refactor: avoid automatic execution of app.ts
Move the execution of configureApp to CLI file

Related to #2
2021-04-27 13:01:29 +02:00
Jovan Krunić
9adc0b88d7 docs: add missing inline docs for elasticsearch related interfaces
Closes #41
2021-04-27 13:01:29 +02:00
Michel Jonathan Schmitz
90187ce936 refactor: remove redundant condition 2021-04-27 13:01:29 +02:00
Michel Jonathan Schmitz
0cbf9b26a9 fix: apply correct types and tslint rules 2021-04-27 13:01:28 +02:00
Michel Jonathan Schmitz
9db091c26f build: update dependencies 2021-04-27 13:01:28 +02:00
Wieland Schöbl
fc4f16ac44 ci: add automatic publishing of documentation 2021-04-27 13:01:27 +02:00
Jovan Krunić
684d52c917 build: remove unused dependencies 2021-04-27 13:01:27 +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
Jovan Krunić
42c7350c36 build: update dependencies
Related to #39
2021-04-27 13:01:26 +02:00
Michel Jonathan Schmitz
dd4be92f90 feat: add boosting to context based search 2021-04-27 13:01:26 +02:00
Wieland Schöbl
67c814443c ci: allow audit to fail 2021-04-27 13:01:25 +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
Sebastian Lange
2f13010480 feat: adjust to changes of SCFacet in core v0.12.0
Closes #30
2021-04-27 13:01:24 +02:00
Wieland Schöbl
6f7e23df20 fix: automatically remove invalid characters for aliases generated from index names 2021-04-27 13:01:23 +02:00
Rainer Killinger
a1c14e8e6f ci: fix missing docker service in manual deploy jobs 2021-04-27 13:01:23 +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
d110d60123 feat: use config file for maxRequestBodySize
closes !20
2021-04-27 13:01:22 +02:00
Wieland Schöbl
eabd885cd4 docs: added some inline comments 2021-04-27 13:01:22 +02:00
Wieland Schöbl
e70e50a1ea fix: use SCRequestBodyTooLargeError
fixes #20
2021-04-27 13:01:21 +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
f11376ecf8 fix: make config compatible with core, update database version 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
Karl-Philipp Wulfert
2b894bd1b6 build: update @openstapps/core-tools 2021-04-27 13:01:20 +02:00
Karl-Philipp Wulfert
b67ec14573 ci: generate and publish documentation 2021-04-27 13:01:20 +02:00
Karl-Philipp Wulfert
8be85536eb build: update configuration files 2021-04-27 13:01:19 +02:00
Karl-Philipp Wulfert
a91277c502 build: add typedoc 2021-04-27 13:01:19 +02:00
Karl-Philipp Wulfert
2b6707e369 build: add .npmignore from configuration 2021-04-27 13:01:19 +02:00
Anselm Stordeur
9b889c8736 fix: fix reading url path as parameters 2021-04-27 13:01:18 +02:00
Anselm Stordeur
30082f8726 fix: wait for config file validation 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
d95436c733 ci: add services tag for docker:dind 2021-04-27 13:01:17 +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