Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@backstage/plugin-catalog-backend-module-unprocessed
Advanced tools
Backstage Catalog module to view unprocessed entities
This catalog-backend module adds support for viewing unprocessed entities. An unprocessed entity is one that doesn't show up in the catalog.
A distinction is made between failed
and pending
entities.
A failed
entity has validation error that breaks processing.
A pending
entity has not been processed yet.
yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-unprocessed
In packages/backend/src/index.ts
add the module:
backend.add(import('@backstage/plugin-catalog-backend-module-unprocessed'));
In packages/backend/src/plugins/catalog.ts
import the module and initialize it after invoking CatalogBuilder.build()
:
import { UnprocessedEntitiesModule } from '@backstage/plugin-catalog-backend-module-unprocessed';
//...
const unprocessed = new UnprocessedEntitiesModule(
await env.database.getClient(),
router,
);
unprocessed.registerRoutes();
FAQs
Backstage Catalog module to view unprocessed entities
The npm package @backstage/plugin-catalog-backend-module-unprocessed receives a total of 12,172 weekly downloads. As such, @backstage/plugin-catalog-backend-module-unprocessed popularity was classified as popular.
We found that @backstage/plugin-catalog-backend-module-unprocessed demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.