Skip to content

Commit

Permalink
feat: add the scaffolder relation processor plugin (#1299)
Browse files Browse the repository at this point in the history
* feat: add the scaffolder relation processor plugin

Signed-off-by: Frank Kong <[email protected]>

* chore: update default dynamic plugin config path

Signed-off-by: Frank Kong <[email protected]>

* chore: update dynamic-plugins-info UI E2E test

Signed-off-by: Frank Kong <[email protected]>

---------

Signed-off-by: Frank Kong <[email protected]>
  • Loading branch information
Zaperex authored Jun 5, 2024
1 parent 20d4db5 commit e1e6215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -864,3 +864,5 @@ plugins:
maskIP: true # prevents IP addresses from being sent if true
testMode: ${SEGMENT_TEST_MODE} # prevents data from being sent if true

- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic
disabled: false
3 changes: 2 additions & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@janus-idp/backstage-scaffolder-backend-module-quay": "1.4.6",
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.4.6",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.4.7",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.4.6"
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.4.6",
"@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor": "1.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test.describe('dynamic-plugins-info UI tests', () => {
// what shows up in the list depends on how the instance is configured so
// let's check for the main basic elements of the component to verify the
// mount point is working as expected
await uiHelper.verifyText('Plugins (53)');
await uiHelper.verifyText('Plugins (54)');
await uiHelper.verifyText('5 rows');
await uiHelper.verifyColumnHeading(
['Name', 'Version', 'Enabled', 'Preinstalled', 'Role'],
Expand Down

0 comments on commit e1e6215

Please sign in to comment.