mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
9.8 KiB
9.8 KiB
0.6.0 (2023-01-30)
0.5.0 (2022-12-06)
0.4.1 (2022-11-02)
0.4.0 (2022-10-21)
0.3.1 (2022-09-02)
0.3.0 (2022-08-24)
0.2.0 (2022-08-22)
Bug Fixes
- update PAIA API URL (a20200e)
0.1.0 (2022-06-30)
Bug Fixes
- Add default configuration file for prometheus monitoring (7ed2921)
- add prefix to schema names (90822f5)
- apply correct types and tslint rules (0cbf9b2)
- automatically remove invalid characters for aliases generated from index names (6f7e23d)
- Don't force Mapping generation with 'npm start' (4cfb560)
- enhance default search query generation (24a9122)
- error thrown on consecutive connector executions (2259da3), closes #73
- esacpe mappin template filename (496e6c5)
- fix markdown formatting in config (9c5581a)
- fix reading url path as parameters (9b889c8)
- imports from src in config files lead to crash (f6003d7)
- invalid monthly cron execution time (7a9f3ea)
- make config compatible with core, update database version (f11376e)
- make facets work again (d917627)
- make index route work correctly (fa2c9d7)
- properly check if an object exists before update (e165837), closes #70
- remove onlyOnTypes from mustMatch (1d5f99b), closes #83
- replace isProductiveEnvironment with isTestEnvironment (8c48552)
- return syntax error when receiving bad json (12b71ba), closes #3
- return validation error instead of internal server error (24e27c1)
- route for news (7e35fae)
- set config file before accessing it (e17db52), closes #27
- stapps core version in config (32c8a21), closes #74
- take coordinates in right order (bb3be5a), closes #116
- use SCRequestBodyTooLargeError (e70e50a), closes #20
- use specific time from filter if defined (80e6249)
- wait for config file validation (30082f8)
- wrong way alias names are generated (9488451), closes #79
Features
- add backend (16bbb7e)
- add boosting to context based search (dd4be92)
- add catalog menu entry and rearrange (4e42772)
- add default app settings and menus (54301ae)
- add dummy about config (d6f126f)
- add favorites to personal menu (de0617b)
- add feedback to config as menu item (7ba6472)
- add functionality to register plugins via http (3d51ccf), closes #2 #37
- add hebis proxy url (ca1d244), closes #120
- add openapi docs generation to api (614a1b1)
- Add prometheus middleware to express (b42e911)
- add routes doc generation to npm documentation script (4a64f26)
- add schedule route (785813c)
- Add start-debug npm run script (23eb1e2)
- add support for generated elasticsearch mappings (8eab6b8), closes #38
- add support for multiple values in value filter (de60311)
- add support for new availability filter (47f3232)
- add support for range filters (dc16974)
- add support for range filters (dcf7906)
- adjust to changes of SCFacet in core v0.12.0 (2f13010), closes #30
- allow for searching illegal elasticsearch characters (b629d05)
- boost academic terms dynamically (13938ec)
- log registration and removal of plugins (006bbeb), closes #71
- make backend work with automatically generated aggregations (ba2c6f6)
- move EXTERNAL_REQUEST_TIMEOUT to config file (5d6d4b5)
- move up and enable cors (6483221)
- support geo shape filter (dd8a6b3)
- use config file for maxRequestBodySize (d110d60)
- use config for MultiSearchRoute (8278279)
- use new Elasticsearch package (1bad092)
- utilize api-cli for e2e integration test (ce06e73)