Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(notifications): add Notifications plugins to container image #896

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,26 @@ plugins:
if:
allOf:
- isSecurityInsightsAvailable
# Group: Notifications
- package: ./dynamic-plugins/dist/janus-idp-plugin-notifications
disabled: true
pluginConfig:
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-notifications:
appIcons:
- name: notificationsIcon
module: NotificationsPlugin
importName: NotificationsActiveIcon
dynamicRoutes:
- path: /notifications
importName: NotificationsPage
module: NotificationsPlugin
menuItem:
icon: notificationsIcon
text: Notifications
- package: ./dynamic-plugins/dist/janus-idp-plugin-notifications-backend-dynamic
disabled: true

# Group: Gitlab
- package: ./dynamic-plugins/dist/backstage-plugin-scaffolder-backend-module-gitlab-dynamic
Expand Down
4 changes: 3 additions & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"@janus-idp/backstage-scaffolder-backend-module-quay": "1.3.0",
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.3.0",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.3.0",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.3.0"
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.3.0",
"@janus-idp/plugin-notifications-backend-dynamic": "1.2.0",
"@janus-idp/plugin-notifications": "1.1.6"
}
}
Loading