refactor: rename stack overflow backend module

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-10-14 12:08:57 +02:00
parent 46f0f1700e
commit 3c39045e2b
21 changed files with 117 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-search-backend-module-stack-overflow': patch
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
---
Extract a package for the Stack Overflow new backend system plugin.
+1 -1
View File
@@ -2,6 +2,6 @@
'@backstage/plugin-stack-overflow-backend': patch
---
Deprecate package in favor of the new `@backstage/plugin-search-backend-module-stack-overflow` module.
Deprecate package in favor of the new `@backstage/plugin-search-backend-module-stack-overflow-collator` module.
The search collator `requestParams` option is optional now, so its default value is `{ order: 'desc', sort: 'activity', site: 'stackoverflow' }` as defined in the `Try It` section on the [official Stack Overflow API documentation](https://api.stackexchange.com/docs/questions).