Merge pull request #19876 from backstage/mob/backend-system-finalizations

Moved `ScaffolderEntitiesProcessor` and `catalogModuleTemplateKind` to a dedicated module
This commit is contained in:
Fredrik Adelöw
2023-09-12 12:16:09 +02:00
committed by GitHub
24 changed files with 157 additions and 37 deletions
@@ -467,7 +467,7 @@ The next step is to create a custom processor for your new entity kind. This
will be used within the catalog to make sure that it's able to ingest and
validate entities of our new kind. Just like with the definition package, you
can find inspiration in for example the existing
[ScaffolderEntitiesProcessor](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend/src/processor/ScaffolderEntitiesProcessor.ts).
[ScaffolderEntitiesProcessor](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-scaffolder-entity-model/src/processor/ScaffolderEntitiesProcessor.ts).
We also provide a high-level example of what a catalog process for a custom
entity might look like: