chore(catalog-backend): rename locationprocessor to catalogprocessor

This commit is contained in:
Fredrik Adelöw
2020-10-15 15:48:03 +02:00
parent 1797d4924c
commit a5cb46bac9
24 changed files with 147 additions and 140 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-catalog-backend': minor
---
Renamed the `LocationProcessor` class to `CatalogProcessor`.
Likewise, renamed `LocationProcessorResult`, `LocationProcessorLocationResult`,
`LocationProcessorDataResult`, `LocationProcessorEntityResult`,
`LocationProcessorErrorResult`, and `LocationProcessorEmit` to their `Catalog*`
counterparts.