Skip to content

Commit de76b41

Browse files
fix(marketplace): remove dynamic-plugins-info plugins
- Remove dynamic-plugins-info frontend and backend plugins - Update marketplace catalog entities and packages - Update dynamic plugin wrappers and configurations - Remove dynamic-plugins-info test files - Update e2e tests to use marketplace extensions instead Fixes RHIDP-8301
1 parent 179380f commit de76b41

File tree

166 files changed

+376
-2288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+376
-2288
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
**/node_modules
55
plugins
66
!plugins/auth-backend-module-oidc-provider
7-
!plugins/dynamic-plugins-info
8-
!plugins/dynamic-plugins-info-backend
97
!plugins/licensed-users-info-backend
108
!plugins/scalprum-backend
119
*.local.yaml

.rhdh/docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ COPY $EXTERNAL_SOURCE_NESTED/yarn.lock ./
6868
# BEGIN COPY package.json files
6969
COPY $EXTERNAL_SOURCE_NESTED/plugins/scalprum-backend/package.json ./plugins/scalprum-backend/package.json
7070
COPY $EXTERNAL_SOURCE_NESTED/plugins/licensed-users-info-backend/package.json ./plugins/licensed-users-info-backend/package.json
71-
COPY $EXTERNAL_SOURCE_NESTED/plugins/dynamic-plugins-info/package.json ./plugins/dynamic-plugins-info/package.json
72-
COPY $EXTERNAL_SOURCE_NESTED/plugins/dynamic-plugins-info-backend/package.json ./plugins/dynamic-plugins-info-backend/package.json
71+
COPY $EXTERNAL_SOURCE_NESTED/packages/theme-wrapper/package.json ./packages/theme-wrapper/package.json
7372
COPY $EXTERNAL_SOURCE_NESTED/packages/plugin-utils/package.json ./packages/plugin-utils/package.json
7473
COPY $EXTERNAL_SOURCE_NESTED/packages/backend/package.json ./packages/backend/package.json
7574
COPY $EXTERNAL_SOURCE_NESTED/packages/app/package.json ./packages/app/package.json

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sonar.exclusions = e2e-tests/**/*, **/*.test.*, **/__fixtures__/*,
66
sonar.tests = e2e-tests/**/*, **/*.test.*
77

88
# comma delimited path of files to exclude from copy/paste duplicate checking
9-
sonar.cpd.exclusions=packages/app/src/components/DynamicRoot/DynamicRoot.test.tsx,packages/app/src/components/admin/AdminTabs.test.tsx,packages/app/src/components/catalog/EntityPage/defaultTabs.tsx,plugins/dynamic-plugins-info/src/components/InternalPluginsMap.tsx,e2e-tests/playwright/e2e/audit-log/LogUtils.ts
9+
sonar.cpd.exclusions=packages/app/src/components/DynamicRoot/DynamicRoot.test.tsx,packages/app/src/components/admin/AdminTabs.test.tsx,packages/app/src/components/catalog/EntityPage/defaultTabs.tsx,e2e-tests/playwright/e2e/audit-log/LogUtils.ts

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

catalog-entities/marketplace/packages/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- ./backstage-plugin-scaffolder-backend-module-azure.yaml
3030
- ./backstage-community-plugin-azure-devops-backend.yaml
3131
- ./backstage-community-plugin-azure-devops.yaml
32-
- ./parfuemerie-douglas-scaffolder-backend-module-azure-repositorie.yaml
32+
- ./parfuemerie-douglas-scaffolder-backend-module-azure-repositories.yaml
3333
- ./backstage-community-plugin-jenkins-backend.yaml
3434
- ./backstage-community-plugin-jenkins.yaml
3535
- ./backstage-plugin-notifications.yaml

catalog-entities/marketplace/packages/apic-backstage-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Package
33
metadata:
44
name: apic-backstage
55
namespace: apiconnect
6-
title: "@apiconnect/apic-backstage"
6+
title: "APIC"
77
links:
88
- url: https://github.com/ibm-apiconnect/backstage/blob/main/plugins/apic-backstage/README.md
99
title: Plugin Overview (README)

catalog-entities/marketplace/packages/backstage-community-plugin-3scale-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Package
33
metadata:
44
name: backstage-community-plugin-3scale-backend
55
namespace: rhdh
6-
title: "@backstage-community/plugin-3scale-backend"
6+
title: "3Scale"
77
links:
88
- url: https://red.ht/rhdh
99
title: Homepage

catalog-entities/marketplace/packages/backstage-community-plugin-acr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Package
33
metadata:
44
name: backstage-community-plugin-acr
55
namespace: rhdh
6-
title: "@backstage-community/plugin-acr"
6+
title: "ACR"
77
links:
88
- url: https://red.ht/rhdh
99
title: Homepage

catalog-entities/marketplace/packages/backstage-community-plugin-analytics-provider-segment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Package
33
metadata:
44
name: backstage-community-plugin-analytics-provider-segment
55
namespace: rhdh
6-
title: "@backstage-community/plugin-analytics-provider-segment"
6+
title: "Analytics Provider Segment"
77
links:
88
- url: https://red.ht/rhdh
99
title: Homepage

catalog-entities/marketplace/packages/backstage-community-plugin-azure-devops-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Package
33
metadata:
44
name: backstage-community-plugin-azure-devops-backend
55
namespace: rhdh
6-
title: "@backstage-community/plugin-azure-devops-backend"
6+
title: "Azure DevOps Backend"
77
links:
88
- url: https://red.ht/rhdh
99
title: Homepage

0 commit comments

Comments
 (0)