Patrik Oldsberg
9892d74326
cli: renamed script commands to package
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-15 21:27:12 +01:00
Patrik Oldsberg
8f82d80adf
migrate all package scripts
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:07 +01:00
Patrik Oldsberg
a5fc44d880
tweak incorrectly detected package roles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:03 +01:00
Patrik Oldsberg
b521c1b83b
detect all package roles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:03 +01:00
github-actions[bot]
e74f416a00
Version Packages (next)
2022-02-08 19:38:17 +00:00
github-actions[bot]
51eecb3f03
Version Packages (next)
2022-02-02 14:28:47 +00:00
github-actions[bot]
e1580cf73a
Version Packages (next)
2022-02-01 08:53:29 +00:00
github-actions[bot]
406848efee
Version Packages
2022-01-27 11:07:27 +00:00
MT Lewis
634abc1a41
search: move DocumentTypeInfo to search-common
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-25 13:01:40 +00:00
MT Lewis
f6389e9e5d
search-backend-node: track document visibility permission by type in IndexBuilder
...
Tracking permissions by collator ensures that all the documents of a
given type are authorized using the same permission. This is not
critical for result-by-result authorization, but will likely be a
useful constraint when adding in-engine permission filtering to
specific search engines in the future.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-25 13:01:38 +00:00
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
Fredrik Adelöw
5333451def
Got rid of the last brace-typed and hyphen-less params etc
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-10 09:48:12 +01:00
github-actions[bot]
3d68c45ef7
Version Packages
2021-12-23 12:23:34 +00: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]
d66c5f1282
Version Packages
2021-10-28 14:06:43 +00:00
Camila Belo
27c2a740e5
Merge pull request #7726 from szubster/lunr-filter-single-item-array
...
Handle single-item array filter in Lunr search engine
2021-10-22 08:32:17 +02:00
github-actions[bot]
bf5090e59d
Version Packages
2021-10-21 13:28:13 +00:00
Tomasz Szuba
428061d7e5
Add tests
...
Signed-off-by: Tomasz Szuba <tszuba@box.com >
2021-10-21 14:04:58 +02:00
Tomasz Szuba
0de67c4d2a
Handle single-item array filter in Lunr search engine
...
Signed-off-by: Tomasz Szuba <tszuba@box.com >
2021-10-21 13:54:44 +02: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
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
3abef1177e
Implement offset and limit based paging in Lunr 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]
326cbd7408
Version Packages
2021-08-05 00:24:56 +00: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
github-actions[bot]
8d1c3d0d5a
Version Packages
2021-07-15 09:19:25 +00:00
Patrik Oldsberg
d9ce823b00
packages: regenerate all API reports with warnings
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-07-15 02:05:46 +02:00
Patrik Oldsberg
602b5b59bb
packages: regenerate all API reports with prettier
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-07-12 19:54:11 +02:00
Oliver Sand
97b2eb37b2
Change return value of SearchEngine.index to Promise<void>
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-07-09 11:26:42 +02:00
github-actions[bot]
de67704be9
Version Packages
2021-07-08 11:37:02 +00:00
Oliver Sand
d4507650bd
Merge pull request #6381 from SDA-SE/feat/better-lunr-results
...
Build search queries using the query build in `LunrSearchEngine`
2021-07-08 11:43:28 +02:00
Oliver Sand
9f3ecb555a
Build search queries using the query build in LunrSearchEngine
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-07-07 19:41:54 +02:00
Oliver Sand
96b40870b3
Merge pull request #6362 from SDA-SE/feat/techdocs-scheduler
...
Make sure that the search scheduler doesn't run to many tasks in parallel
2021-07-07 19:33:07 +02:00
Rogerio Angeliski
7a74046f16
docs: added generated files
...
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2021-07-07 08:58:41 -03:00
Rogerio Angeliski
93f8e8b423
Revert "docs: added generated files"
...
This reverts commit b2cefb34e0d4640cc5bb675d05d0ea906d74eec8.
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2021-07-07 08:58:41 -03:00
Rogerio Angeliski
1cdc4ba0e2
docs: added generated files
...
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2021-07-07 08:58:40 -03:00
Oliver Sand
0466606d84
Add test for runPeriodically
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-07-06 18:58:06 +02:00
Oliver Sand
03715ceaa4
Add comment and remove initial run
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-07-06 16:37:38 +02:00
Oliver Sand
4176a60e50
Make sure that the search scheduler doesn't run to many tasks in parallel
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-07-06 15:19:59 +02:00
github-actions[bot]
5a64fe7ea5
Version Packages
2021-06-24 09:58:38 +00:00
Eric Peterson
c086a1cd92
Merge pull request #6134 from SDA-SE/feat/default-catalog-collator-error
...
Handle errors in collators and decorators and log them
2021-06-22 16:22:14 +02:00
Jesse Bye
3ec487502e
Add test case; update changeset message
...
Signed-off-by: Jesse Bye <jbye@riskalyze.com >
2021-06-22 10:50:28 +02:00
Jesse Bye
7e7cec86ac
Escape colons in Lunr search query filters
...
Signed-off-by: Jesse Bye <jbye@riskalyze.com >
2021-06-22 10:49:53 +02:00
Oliver Sand
9c8ea7e24e
Handle errors in collators and decorators and log them.
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-06-21 18:22:30 +02:00
Fredrik Adelöw
a88073c29a
Update copyright headers
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-18 20:26:42 +02:00
Patrik Oldsberg
820de63018
Merge pull request #6076 from backstage/rugvip/allreports
...
scripts/api-extractor: create and check API reports for all(most) plugins
2021-06-17 15:46:11 +02:00