Update search plugin ownership

Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
Raghunandan Balachandran
2024-07-24 09:37:39 +02:00
parent c085f90135
commit 8ecb7a5e84
13 changed files with 13 additions and 13 deletions
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: production
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -313,7 +313,7 @@ export class ElasticSearchSearchEngine implements SearchEngine {
});
// Attempt cleanup upon failure.
// todo(@backstage/discoverability-maintainers): Consider introducing a more
// todo(@backstage/search-maintainers): Consider introducing a more
// formal mechanism for handling such errors in BatchSearchEngineIndexer and
// replacing this handler with it. See: #17291
indexer.on('error', async e => {
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -104,7 +104,7 @@ export class PgSearchEngineIndexer extends BatchSearchEngineIndexer {
* therefore an open connection to PG. This handler ensures we close the
* transaction and associated connection.
*
* todo(@backstage/discoverability-maintainers): Consider introducing a more
* todo(@backstage/search-maintainers): Consider introducing a more
* formal mechanism for handling such errors in BatchSearchEngineIndexer and
* replacing this method with it. See: #17291
*
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
owner: search-maintainers
@@ -9,4 +9,4 @@ metadata:
spec:
lifecycle: production
type: backstage-node-library
owner: discoverability-maintainers
owner: search-maintainers
+1 -1
View File
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: production
type: backstage-backend-plugin
owner: discoverability-maintainers
owner: search-maintainers
+1 -1
View File
@@ -9,4 +9,4 @@ metadata:
spec:
lifecycle: production
type: backstage-common-library
owner: discoverability-maintainers
owner: search-maintainers
+1 -1
View File
@@ -6,4 +6,4 @@ metadata:
spec:
lifecycle: production
type: backstage-web-library
owner: discoverability-maintainers
owner: search-maintainers
+1 -1
View File
@@ -7,4 +7,4 @@ metadata:
spec:
lifecycle: production
type: backstage-frontend-plugin
owner: discoverability-maintainers
owner: search-maintainers