Releases: anakzr/backstage-plugin-library-check
@anakz/[email protected]
New Release
I am pleased to announce the launch of this new version, made possible through collaboration with @veecode-platform. I would like to extend my thanks to André Fernandes for all the support and interest in sponsoring this project. His contributions were essential in enriching it with technical testing and other ideas that have enhanced its quality and features.
I hope that this release benefits all those who use Java and that it serves as just the first of many other partnerships.
Minor Changes
- e3a0ebc: Adding support for build.gradle and POM.xml files
Patch Changes
- Updated dependencies [e3a0ebc]
- @anakz/[email protected]
@anakz/[email protected]
I am pleased to announce the launch of this new version, made possible through collaboration with @veecode-platform. I would like to extend my thanks to André Fernandes for all the support and interest in sponsoring this project. His contributions were essential in enriching it with technical testing and other ideas that have enhanced its quality and features.
I hope that this release benefits all those who use Java and that it serves as just the first of many other partnerships.
Minor Changes
@anakz/[email protected]
Patch Changes
- Updated dependencies [7fd99de]
- @anakz/[email protected]
@anakz/[email protected]
Minor Changes
- 7fd99de: Using discovery service to get plugin api urls
Actions needed:
Users need to add a new line in backend/catalog
to inject the service for the provider and processors.
LibraryCheckProvider.fromConfig({
- config: env.config,
envId: 'production',
logger: env.logger,
discovery: env.discovery,
schedule: env.scheduler.createScheduledTaskRunner({
initialDelay: {
seconds: 190,
},
frequency: {
minutes: 60,
},
timeout: {
minutes: 3,
},
}),
}),
LibraryCheckProcessor.fromConfig(env.config, {
+ discoveryService: env.discovery,
reader: env.reader,
logger: env.logger,
}),
LibraryCheckUpdaterProcessor.fromConfig(env.config, {
+ discoveryService: env.discovery,
reader: env.reader,
logger: env.logger,
}),
@anakz/[email protected]
Patch Changes
- 159d695: Fixed spelling on package.json url and some persistence improvements with knex
- Updated dependencies [159d695]
- @anakz/[email protected]
@anakz/[email protected]
Patch Changes
- 159d695: Fixed spelling on package.json url and some persistence improvements with knex
@anakz/[email protected]
Patch Changes
- 142cc3e: First release for beta testers
- Updated dependencies [142cc3e]
- @anakz/[email protected]
@anakz/[email protected]
Patch Changes
- 142cc3e: First release for beta testers