Skip to content

Releases: anakzr/backstage-plugin-library-check

@anakz/[email protected]

30 Apr 20:17
db46e87
Compare
Choose a tag to compare

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.

VeeCode


Minor Changes

  • e3a0ebc: Adding support for build.gradle and POM.xml files

Patch Changes

@anakz/[email protected]

30 Apr 20:17
db46e87
Compare
Choose a tag to compare

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.

VeeCode


Minor Changes

  • e3a0ebc: Adding support for build.gradle and POM.xml files #6

@anakz/[email protected]

02 Apr 12:47
0e875a1
Compare
Choose a tag to compare

Patch Changes

@anakz/[email protected]

02 Apr 12:47
0e875a1
Compare
Choose a tag to compare

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]

20 Mar 14:55
9d20829
Compare
Choose a tag to compare

Patch Changes

@anakz/[email protected]

20 Mar 14:55
9d20829
Compare
Choose a tag to compare

Patch Changes

  • 159d695: Fixed spelling on package.json url and some persistence improvements with knex

@anakz/[email protected]

10 Mar 19:32
Compare
Choose a tag to compare

Patch Changes

  • 142cc3e: First release for beta testers
  • Updated dependencies [142cc3e]

@anakz/[email protected]

10 Mar 19:31
Compare
Choose a tag to compare

Patch Changes

  • 142cc3e: First release for beta testers