Commit Graph

32 Commits

Author SHA1 Message Date
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
Charles Lowell c47959856a Don't use initializer syntax for instantiating client
For some reason, the property initializer syntax stopped working. An
update to TypeScript? An update to Jest? Unknown, but sticking to the
less fancy constructor body to do property init seems to work.

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-15 15:30:30 +02:00
Charles Lowell 5515862338 Run api report and add minimal tsdoc.
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 20:39:55 +02:00
Charles Lowell 71472b7bd8 Remove tsdoc since it is now in the guide
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 16:52:59 +02:00
Charles Lowell 35e3f6f52e Add changes to API Report
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 16:42:18 +02:00
Charles Lowell 445a48e7eb 👍Use a separately maintained set of ElasticSearchClientOptions
This completely decouples us from any particular point release of the
ElasticSearch Client

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 13:51:02 +02:00
Charles Lowell 68512f5178 Add ability to re-use search cluster configuration from engine
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 13:50:58 +02:00
github-actions[bot] 9068128fd8 Version Packages 2021-12-09 12:02:28 +00:00
Fredrik Adelöw dcd1a0c3f4 Do not unpack arguments directly on exported items
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-07 19:42:10 +01:00
github-actions[bot] 29f2606ed9 Version Packages 2021-12-02 12:35:24 +00:00
github-actions[bot] 99bf179ccf Version Packages 2021-11-18 11:52:08 +00:00
github-actions[bot] 3369ade8c0 Version Packages 2021-11-11 11:07:58 +00:00
Jussi Hallila 36350bf8b3 Pin version of ElasticSearch client to 7.13.0
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-11-03 16:02:22 +01:00
github-actions[bot] bf5090e59d Version Packages 2021-10-21 13:28:13 +00:00
github-actions[bot] fff5c48429 Version Packages 2021-09-16 11:41:51 +00:00
Patrik Oldsberg 8142a8ecb2 packages,plugins: add package documentation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-14 18:47:53 +02:00
Patrik Oldsberg 71f6356390 plugins: add package descriptions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-14 18:33:40 +02:00
Sam Robson 129bd23852 test: clientOptions config accessed but not required
Signed-off-by: Sam Robson <srobson@gocardless.com>
2021-09-13 14:24:52 +01:00
Sam Robson f0c2c81676 feat: add ssl requestUnauthorized config value
Signed-off-by: Sam Robson <srobson@gocardless.com>
2021-09-10 13:08:16 +01:00
github-actions[bot] 45a681aa6a Version Packages 2021-09-02 10:41:57 +00:00
Oliver Sand 532b4cc656 Rework search paging based on cursors
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:41 +02:00
Oliver Sand 56e7932629 Update API reports
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:41 +02:00
Oliver Sand 81cf103cf6 Implement offset and limit based paging in elastic search engine
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:19:32 +02:00
github-actions[bot] e7130884a0 Version Packages 2021-08-26 11:25:27 +00:00
github-actions[bot] c734d6995a Version Packages 2021-08-12 08:21:56 +00:00
Phil Kuang 76872096bf fix(elasticSearchEngine): optionally read auth config
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-08-06 11:05:22 -04:00
Oliver Sand 737c40a109 Link to the correct page from the elasticsearch readme
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:37:20 +02:00
Jussi Hallila 54e1280b6a * Modify index/alias name handling.
* Change config key name to be all lowercase
* Documentation updates

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-08-03 13:07:25 +02:00
Jussi Hallila d9c13d535b Implement ElasticSearch search engine
* Adding indexing, searching and default translator for ElasticSearch engine
* Modifying default backend to use ES if it is enabled
* Adding configuration schema to configure ElasticSearch 3 different ways
   * Elastic.co hosted solution
   * AWS hosted ElasticSearch Service
   * Custom, using standard ElasticSearch URL and auth info
* Add and modify some of the documentation regarding search

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-07-30 14:26:32 +02:00