diff --git a/.ibm/pipelines/env_variables.sh b/.ibm/pipelines/env_variables.sh index d0ce3f2776..8104077b87 100755 --- a/.ibm/pipelines/env_variables.sh +++ b/.ibm/pipelines/env_variables.sh @@ -14,7 +14,7 @@ HELM_IMAGE_NAME=backstage HELM_REPO_NAME=rhdh-chart HELM_REPO_URL="https://redhat-developer.github.io/rhdh-chart" K8S_CLUSTER_TOKEN_ENCODED=$(printf "%s" $K8S_CLUSTER_TOKEN | base64 | tr -d '\n') -QUAY_REPO="${QUAY_REPO:-janus-idp/backstage-showcase}" +QUAY_REPO="${QUAY_REPO:-rhdh-community/rhdh}" RELEASE_NAME=rhdh RELEASE_NAME_RBAC=rhdh-rbac diff --git a/.ibm/pipelines/resources/postgres-db/values-showcase-postgres.yaml b/.ibm/pipelines/resources/postgres-db/values-showcase-postgres.yaml index ea90c04566..045cb12298 100644 --- a/.ibm/pipelines/resources/postgres-db/values-showcase-postgres.yaml +++ b/.ibm/pipelines/resources/postgres-db/values-showcase-postgres.yaml @@ -11,7 +11,7 @@ upstream: image: pullPolicy: Always registry: quay.io - repository: janus-idp/backstage-showcase + repository: rhdh-community/rhdh tag: next appConfig: app: diff --git a/.ibm/pipelines/value_files/values_showcase-rbac.yaml b/.ibm/pipelines/value_files/values_showcase-rbac.yaml index 748ba831e7..e49080dd10 100644 --- a/.ibm/pipelines/value_files/values_showcase-rbac.yaml +++ b/.ibm/pipelines/value_files/values_showcase-rbac.yaml @@ -3,8 +3,8 @@ global: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). includes: - # -- List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default. - # This file ONLY works with the `janus-idp/backstage-showcase` container image. + # -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are disabled by default. + # This file ONLY works with the `rhdh-community/rhdh` container image. - 'dynamic-plugins.default.yaml' # -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files. @@ -117,9 +117,9 @@ upstream: backstage: image: pullPolicy: Always - # using test image from https://quay.io/repository/janus-idp/backstage-showcase + # using test image from https://quay.io/repository/rhdh-community/rhdh registry: quay.io - repository: janus-idp/backstage-showcase + repository: rhdh-community/rhdh tag: next appConfig: app: @@ -205,7 +205,7 @@ upstream: - name: install-dynamic-plugins # -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. # It could be replaced by a custom image based on this one. - # @default -- `quay.io/janus-idp/backstage-showcase:latest` + # @default -- `quay.io/rhdh-community/rhdh:latest` image: '{{ include "backstage.image" . }}' command: - sh diff --git a/.ibm/pipelines/value_files/values_showcase.yaml b/.ibm/pipelines/value_files/values_showcase.yaml index a714d1653a..c07fa4dca0 100644 --- a/.ibm/pipelines/value_files/values_showcase.yaml +++ b/.ibm/pipelines/value_files/values_showcase.yaml @@ -3,8 +3,8 @@ global: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). includes: - # -- List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default. - # This file ONLY works with the `janus-idp/backstage-showcase` container image. + # -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are disabled by default. + # This file ONLY works with the `rhdh-community/rhdh` container image. - 'dynamic-plugins.default.yaml' # -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files. @@ -127,7 +127,7 @@ upstream: image: pullPolicy: Always registry: quay.io - repository: janus-idp/backstage-showcase + repository: rhdh-community/rhdh tag: next extraEnvVars: - name: BACKEND_SECRET diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d32a2ef16..f275e190c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ yarn tsc # Run type ge ### Run the Showcase App -We currently have quite a bit of moving parts for the showcase application. As such, we have documentation dedicated to the requirements for running the showcase app under [getting-started.md](https://github.com/janus-idp/backstage-showcase/blob/main/docs/index.md). +We currently have quite a bit of moving parts for the showcase application. As such, we have documentation dedicated to the requirements for running the showcase app under [getting-started.md](https://github.com/redhat-developer/rhdh/blob/main/docs/index.md). ### Useful Scripts @@ -40,11 +40,11 @@ We welcome code and non-code contributions to our project. Non-code contribution ### Finding Issues to Work On -Want to submit some changes to the code? The best place to start is to look through our issues for [bugs](https://github.com/janus-idp/backstage-showcase/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug), [good first issues](https://github.com/janus-idp/backstage-showcase/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22), and [help wanted](https://github.com/janus-idp/backstage-showcase/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). These are a great starting point for new contributors. +Want to submit some changes to the code? The best place to start is to look through our issues for [bugs](https://github.com/redhat-developer/rhdh/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fbug), [good first issues](https://github.com/redhat-developer/rhdh/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22), and [help wanted](https://github.com/redhat-developer/rhdh/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). These are a great starting point for new contributors. ### Bug Reporting -If you found a bug in our showcase app, please submit an [issue](https://github.com/janus-idp/backstage-showcase/issues/new?assignees=&labels=kind%2Fbug%2Cstatus%2Ftriage&template=bug.md) describing the problem that you ran into. Important information to include: +If you found a bug in our showcase app, please submit an [issue](https://github.com/redhat-developer/rhdh/issues/new?assignees=&labels=kind%2Fbug%2Cstatus%2Ftriage&template=bug.md) describing the problem that you ran into. Important information to include: - Steps to reproduce the bug - The `app-config.yaml` that is being used (**remember to remove all secrets before sharing**) @@ -62,7 +62,7 @@ yarn versions:bump # Updates Backstage dependencies ### Enhancement Requests -If you want an enhancement of a feature or workflow, you can submit an [issue](https://github.com/janus-idp/backstage-showcase/issues/new?assignees=&labels=kind%2Fenhancement%2Cstatus%2Ftriage&template=enhancement.md) describing the enhancement. Include: +If you want an enhancement of a feature or workflow, you can submit an [issue](https://github.com/redhat-developer/rhdh/issues/new?assignees=&labels=kind%2Fenhancement%2Cstatus%2Ftriage&template=enhancement.md) describing the enhancement. Include: - What you are wanting to see improved - The current behavior @@ -70,7 +70,7 @@ If you want an enhancement of a feature or workflow, you can submit an [issue](h ### Feature Requests -If you want to see a new feature within the showcase app, file an [issue](https://github.com/janus-idp/backstage-showcase/issues/new?assignees=&labels=kind%2Ffeature%2Cstatus%2Ftriage&template=feature.md) detailing the new feature. Include: +If you want to see a new feature within the showcase app, file an [issue](https://github.com/redhat-developer/rhdh/issues/new?assignees=&labels=kind%2Ffeature%2Cstatus%2Ftriage&template=feature.md) detailing the new feature. Include: - What you are trying to achieve with the new feature - What you will need @@ -179,4 +179,4 @@ You can reach out to us in our [community Slack channel](https://join.slack.com/ ## License -By contributing, you agree that your contributions will be licensed under the [Apache-2.0 License](https://github.com/janus-idp/backstage-showcase/blob/main/LICENSE). +By contributing, you agree that your contributions will be licensed under the [Apache-2.0 License](https://github.com/redhat-developer/rhdh/blob/main/LICENSE). diff --git a/app-config.yaml b/app-config.yaml index 26c6f34239..6d0ac55e5a 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -151,7 +151,7 @@ catalog: - allow: [Component, System, Group, Resource, Location, Template, API] locations: - type: url - target: https://github.com/janus-idp/backstage-showcase/blob/main/catalog-entities/all.yaml + target: https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/all.yaml - type: url target: https://github.com/redhat-developer/red-hat-developer-hub-software-templates/blob/main/templates.yaml diff --git a/catalog-entities/apis/nexus-repo-manager-3.yaml b/catalog-entities/apis/nexus-repo-manager-3.yaml index 8740e1e44b..0517f6ff36 100644 --- a/catalog-entities/apis/nexus-repo-manager-3.yaml +++ b/catalog-entities/apis/nexus-repo-manager-3.yaml @@ -15,4 +15,4 @@ spec: owner: janus-authors lifecycle: production definition: - $openapi: https://github.com/janus-idp/backstage-showcase/blob/main/catalog-entities/apis/nexus-swagger.json + $openapi: https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/apis/nexus-swagger.json diff --git a/catalog-entities/components/showcase.yaml b/catalog-entities/components/showcase.yaml index f6958819e1..121ff288aa 100644 --- a/catalog-entities/components/showcase.yaml +++ b/catalog-entities/components/showcase.yaml @@ -17,9 +17,9 @@ metadata: annotations: argocd/app-name: 'janus-idp' backstage.io/kubernetes-id: 'janus-idp' - github.com/project-slug: janus-idp/backstage-showcase - quay.io/repository-slug: janus-idp/backstage-showcase - backstage.io/techdocs-ref: url:https://github.com/janus-idp/backstage-showcase + github.com/project-slug: redhat-developer/rhdh + quay.io/repository-slug: rhdh-community/rhdh + backstage.io/techdocs-ref: url:https://github.com/redhat-developer/rhdh backstage.io/kubernetes-namespace: janus-idp-prod sonarqube.org/project-key: janus-idp_backstage-showcase spec: diff --git a/catalog-entities/resources/github.yaml b/catalog-entities/resources/github.yaml index b12fbf308a..756d6895bc 100644 --- a/catalog-entities/resources/github.yaml +++ b/catalog-entities/resources/github.yaml @@ -5,7 +5,7 @@ metadata: title: GitHub Showcase repository description: We store our deployment manifests and code for the janus showcase in this GitHub repository. links: - - url: https://github.com/janus-idp/backstage-showcase + - url: https://github.com/redhat-developer/rhdh title: GitHub Repository icon: web spec: diff --git a/docker/README.adoc b/docker/README.adoc index ced977aecb..beade285c7 100644 --- a/docker/README.adoc +++ b/docker/README.adoc @@ -11,7 +11,7 @@ If you want an image that runs on Mac M1 (arm64/aarch64) or another architecture Check out this repo, choose the branch or tag you want to use, then build an image: ``` -podman build -f docker/Dockerfile . -t janus-idp/backstage-showcase:local +podman build -f docker/Dockerfile . -t redhat-developer/rhdh:local ``` ## Downstream builds diff --git a/docs/customization.md b/docs/customization.md index 862f2bddb1..f2122e8d3f 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -44,7 +44,7 @@ dynamicPlugins: See [Menu items](dynamic-plugins/frontend-plugin-wiring.md#menu-items) from dynamic-plugins documentation for more details. -See [DefaultMainMenuItems](https://github.com/janus-idp/backstage-showcase/blob/main/packages/app/src/consts.ts#L1) for a list of main menu items, including their default priorities. +See [DefaultMainMenuItems](https://github.com/redhat-developer/rhdh/blob/main/packages/app/src/consts.ts#L1) for a list of main menu items, including their default priorities. ## Changing the favicon and tab title @@ -143,12 +143,12 @@ Example configurations: ``` app: support: - url: https://github.com/janus-idp/backstage-showcase/issues # Used as contact support link on common ErrorPage + url: https://github.com/redhat-developer/rhdh/issues # Used as contact support link on common ErrorPage items: # Used by common SupportButton component - title: Issues icon: github links: - - url: https://github.com/janus-idp/backstage-showcase/issues + - url: https://github.com/redhat-developer/rhdh/issues title: GitHub Issues - title: Join the community icon: chat diff --git a/docs/dynamic-plugins/frontend-plugin-wiring.md b/docs/dynamic-plugins/frontend-plugin-wiring.md index 7ba89d909d..aeb214b041 100644 --- a/docs/dynamic-plugins/frontend-plugin-wiring.md +++ b/docs/dynamic-plugins/frontend-plugin-wiring.md @@ -172,7 +172,7 @@ Up to 3 levels of nested menu items are supported. - For `path: /docs`, the `menu_item_name` should be `docs`. - For `path: /metrics/users`, the `menu_item_name` should be `metrics.users`. -- `icon` - Optional. Defines the icon for the menu item, which refers to a Backstage system icon. See [Backstage system icons](https://backstage.io/docs/getting-started/app-custom-theme/#icons) for the default list, or extend the icon set using dynamic plugins. RHDH also provides additional icons in its internal library. See [CommonIcons.tsx](https://github.com/janus-idp/backstage-showcase/blob/main/packages/app/src/components/DynamicRoot/CommonIcons.tsx) for reference. If the icon is already defined in the `dynamicRoutes` configuration under `menuItem.icon`, it can be omitted in the `menuItems` configuration. +- `icon` - Optional. Defines the icon for the menu item, which refers to a Backstage system icon. See [Backstage system icons](https://backstage.io/docs/getting-started/app-custom-theme/#icons) for the default list, or extend the icon set using dynamic plugins. RHDH also provides additional icons in its internal library. See [CommonIcons.tsx](https://github.com/redhat-developer/rhdh/blob/main/packages/app/src/components/DynamicRoot/CommonIcons.tsx) for reference. If the icon is already defined in the `dynamicRoutes` configuration under `menuItem.icon`, it can be omitted in the `menuItems` configuration. - `title` - Optional. Specifies the display title of the menu item. This can also be omitted if it has already been defined in the `dynamicRoutes` configuration under `menuItem.text`. - `priority` - Optional. Defines the order in which menu items appear. The default priority is `0`, which places the item at the bottom of the list. A higher priority value will position the item higher in the sidebar. - `parent` - Optional. Defines the parent menu item to nest the current item under. If specified, the parent menu item must be defined somewhere else in the `menuItems` configuration of any enabled plugin. @@ -459,7 +459,7 @@ dynamicPlugins: - `importName` is an optional import name that reference a `AnyApiFactory<{}>` implementation. Defaults to `default` export. - `module` is an optional argument which allows you to specify which set of assets you want to access within the plugin. If not provided, the default module named `PluginRoot` is used. This is the same as the key in `scalprum.exposedModules` key in plugin's `package.json`. -There are a set of [API factories](https://github.com/janus-idp/backstage-showcase/blob/main/packages/app/src/apis.ts) already initialized by the Developer Hub application shell. These API factories can be overridden by an API factory provided by a dynamic plugin by specifying the same API ref ID, for example a dynamic plugin could export the following `AnyApiFactory<{}>` to cater for some specific use case: +There are a set of [API factories](https://github.com/redhat-developer/rhdh/blob/main/packages/app/src/apis.ts) already initialized by the Developer Hub application shell. These API factories can be overridden by an API factory provided by a dynamic plugin by specifying the same API ref ID, for example a dynamic plugin could export the following `AnyApiFactory<{}>` to cater for some specific use case: ```typescript export const customScmAuthApiFactory = createApiFactory({ diff --git a/docs/dynamic-plugins/installing-plugins.md b/docs/dynamic-plugins/installing-plugins.md index bd7630e4da..206f7072be 100644 --- a/docs/dynamic-plugins/installing-plugins.md +++ b/docs/dynamic-plugins/installing-plugins.md @@ -14,7 +14,7 @@ Plugins are defined in the `plugins` array in the `dynamic-plugin-config.yaml` f ## Dynamic plugins included in the Showcase container image -The showcase container image is preloaded with a variety of dynamic plugins, the majority of which are initially disabled due to mandatory configuration requirements. The comprehensive list of these plugins is outlined in the [`dynamic-plugins.default.yaml`](https://github.com/janus-idp/backstage-showcase/blob/main/dynamic-plugins.default.yaml) file. +The showcase container image is preloaded with a variety of dynamic plugins, the majority of which are initially disabled due to mandatory configuration requirements. The comprehensive list of these plugins is outlined in the [`dynamic-plugins.default.yaml`](https://github.com/redhat-developer/rhdh/blob/main/dynamic-plugins.default.yaml) file. Upon the application startup, for each plugin disabled by default, the `install-dynamic-plugins` init container within the `backstage` Pod's log will exhibit a line similar to the following: diff --git a/docs/dynamic-plugins/versions.md b/docs/dynamic-plugins/versions.md index 6007b0abbd..856518ed69 100644 --- a/docs/dynamic-plugins/versions.md +++ b/docs/dynamic-plugins/versions.md @@ -3,7 +3,7 @@ ## RHDH 1.4 (pre-release, versions can change for final release) Based on [Backstage 1.31.3](https://backstage.io/docs/releases/v1.31.0) @@ -25,7 +25,7 @@ npx @backstage/create-app@0.5.17 | `@backstage/core-plugin-api` | `1.9.4` | | `@backstage/integration-react` | `1.1.32` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/main/packages/app/package.json) in the [`app`](https://github.com/janus-idp/backstage-showcase/tree/main/packages/app) package in the `main` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/main). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/main/packages/app/package.json) in the [`app`](https://github.com/redhat-developer/rhdh/tree/main/packages/app) package in the `main` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/main). ### Backend packages @@ -40,12 +40,12 @@ If you want to check versions of other packages, you can check the [`package.jso | `@backstage/config` | `1.2.0` | | `@backstage/config-loader` | `1.9.1` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/main/packages/backend/package.json) in the [`backend`](https://github.com/janus-idp/backstage-showcase/tree/main/packages/backend) package in the `main` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/main). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/main/packages/backend/package.json) in the [`backend`](https://github.com/redhat-developer/rhdh/tree/main/packages/backend) package in the `main` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/main). ## RHDH 1.3 Based on [Backstage 1.29.2](https://backstage.io/docs/releases/v1.29.0) @@ -67,7 +67,7 @@ npx @backstage/create-app@0.5.17 | `@backstage/core-plugin-api` | `1.9.3` | | `@backstage/integration-react` | `1.1.29` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/release-1.3/packages/app/package.json) in the [`app`](https://github.com/janus-idp/backstage-showcase/tree/release-1.3/packages/app) package in the `release-1.3` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/release-1.3). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.3/packages/app/package.json) in the [`app`](https://github.com/redhat-developer/rhdh/tree/release-1.3/packages/app) package in the `release-1.3` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.3). ### Backend packages @@ -83,7 +83,7 @@ If you want to check versions of other packages, you can check the [`package.jso | `@backstage/config` | `1.2.0` | | `@backstage/config-loader` | `1.8.1` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/release-1.3/packages/backend/package.json) in the [`backend`](https://github.com/janus-idp/backstage-showcase/tree/release-1.3/packages/backend) package in the `release-1.3` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/release-1.3). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.3/packages/backend/package.json) in the [`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.3/packages/backend) package in the `release-1.3` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.3). ## RHDH 1.2 @@ -91,7 +91,7 @@ Based on Backstage 1.26.5 @backstage/create-app 0.5.14 Based on [Backstage 1.26.5](https://backstage.io/docs/releases/v1.26.0) @@ -113,7 +113,7 @@ npx @backstage/create-app@0.5.14 | `@backstage/core-plugin-api` | `1.9.2` | | `@backstage/integration-react` | `1.1.26` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/1.2.x/packages/app/package.json) in the [`app`](https://github.com/janus-idp/backstage-showcase/tree/1.2.x/packages/app) package in the `1.2.x` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/1.2.x). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/1.2.x/packages/app/package.json) in the [`app`](https://github.com/redhat-developer/rhdh/tree/1.2.x/packages/app) package in the `1.2.x` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/1.2.x). ### Backend packages @@ -129,4 +129,4 @@ If you want to check versions of other packages, you can check the [`package.jso | `@backstage/config` | `1.2.0` | | `@backstage/config-loader` | `1.8.0` | -If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/1.2.x/packages/backend/package.json) in the [`backend`](https://github.com/janus-idp/backstage-showcase/tree/1.2.x/packages/backend) package in the `1.2.x` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/1.2.x). +If you want to check versions of other packages, you can check the [`package.json`](https://github.com/redhat-developer/rhdh/blob/1.2.x/packages/backend/package.json) in the [`backend`](https://github.com/redhat-developer/rhdh/tree/1.2.x/packages/backend) package in the `1.2.x` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/1.2.x). diff --git a/docs/dynamic-plugins/wrapping-plugins.md b/docs/dynamic-plugins/wrapping-plugins.md index 633021c364..eb8cba5580 100644 --- a/docs/dynamic-plugins/wrapping-plugins.md +++ b/docs/dynamic-plugins/wrapping-plugins.md @@ -9,4 +9,4 @@ In order to add dynamic plugin support to a third-party backend plugin, without - reexport the third-party plugin in `src/index.ts` via `export {default} from ''`, - export it as a dynamic plugin. -Examples of such a wrapper plugins can be found in the [Janus showcase repository](https://github.com/janus-idp/backstage-showcase/tree/main/dynamic-plugins/wrappers). For example, [roadiehq-scaffolder-backend-module-utils-dynamic](https://github.com/janus-idp/backstage-showcase/tree/main/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic) wraps the `@roadiehq/scaffolder-backend-module-utils` package to make it compatible with the dynamic plugin support. It then embeds the wrapped plugin code in the generated code and hoist its `@backstage` dependencies as peer dependencies in the resulting dynamic plugin through the use of the `--embed-package` option in the [`export-dynamic` script](https://github.com/janus-idp/backstage-showcase/blob/main/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json#L26). +Examples of such a wrapper plugins can be found in the [Janus showcase repository](https://github.com/redhat-developer/rhdh/tree/main/dynamic-plugins/wrappers). For example, [roadiehq-scaffolder-backend-module-utils-dynamic](https://github.com/redhat-developer/rhdh/tree/main/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic) wraps the `@roadiehq/scaffolder-backend-module-utils` package to make it compatible with the dynamic plugin support. It then embeds the wrapped plugin code in the generated code and hoist its `@backstage` dependencies as peer dependencies in the resulting dynamic plugin through the use of the `--embed-package` option in the [`export-dynamic` script](https://github.com/redhat-developer/rhdh/blob/main/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json#L26). diff --git a/docs/e2e-tests/CI.md b/docs/e2e-tests/CI.md index 9ce33f800e..18d46e0aff 100644 --- a/docs/e2e-tests/CI.md +++ b/docs/e2e-tests/CI.md @@ -4,7 +4,7 @@ This document provides a comprehensive overview of our Continuous Integration (C ## GitHub Pull Requests -When a new Pull Request (PR) is opened at [backstage-showcase](https://github.com/janus-idp/backstage-showcase), tests are triggered based on the nature of the changes and the contributor's role. +When a new Pull Request (PR) is opened at [backstage-showcase](https://github.com/redhat-developer/rhdh), tests are triggered based on the nature of the changes and the contributor's role. ### Automatic Triggering of Tests @@ -131,13 +131,13 @@ The nightly job for the `main` branch also runs against three OpenShift Containe The `openshift-ci-tests.sh` script (located at [`.ibm/pipelines/openshift-ci-tests.sh`](../../.ibm/pipelines/openshift-ci-tests.sh)) orchestrates the deployment and testing workflow for both PR and nightly jobs. The configuration for the Red Hat Developer Hub instance is managed using `yaml` config files for the application itself and the plugins in use. Those files are located in `.ibm/pipelines/resources`. These files define essential setup details and configurations specific to each test instance, ultimately determining the precise environment for the RHDH deployment. -Additionally, a **test runner** based on a custom Docker image (defined in [this Dockerfile](https://github.com/janus-idp/backstage-showcase/blob/main/.ibm/images/Dockerfile)) is set up as part of the environment. This runner helps standardize the testing environment and provides the necessary dependencies for test execution. +Additionally, a **test runner** based on a custom Docker image (defined in [this Dockerfile](https://github.com/redhat-developer/rhdh/blob/main/.ibm/images/Dockerfile)) is set up as part of the environment. This runner helps standardize the testing environment and provides the necessary dependencies for test execution. The OpenShift CI definitions for PR checks and nightly runs, as well as execution of `openshift-ci-tests.sh`, are managed here: -- [PR checks and nightly job definitions](https://github.com/openshift/release/tree/master/ci-operator/jobs/janus-idp/backstage-showcase) -- [Configuration definitions](https://github.com/openshift/release/tree/master/ci-operator/config/janus-idp/backstage-showcase) -- [Step registry for job execution](https://github.com/openshift/release/tree/master/ci-operator/step-registry/janus-idp/backstage-showcase) +- [PR checks and nightly job definitions](https://github.com/openshift/release/tree/master/ci-operator/jobs/redhat-developer/rhdh) +- [Configuration definitions](https://github.com/openshift/release/tree/master/ci-operator/config/redhat-developer/rhdh) +- [Step registry for job execution](https://github.com/openshift/release/tree/master/ci-operator/step-registry/redhat-developer/rhdh) - **Environment Preparation:** Sets up clusters and namespaces based on job requirements. - **Deployment:** Deploys RHDH instances using Helm charts. diff --git a/docs/e2e-tests/README.md b/docs/e2e-tests/README.md index 9eac7c2117..be7090ee32 100644 --- a/docs/e2e-tests/README.md +++ b/docs/e2e-tests/README.md @@ -1,7 +1,7 @@ # README for End-to-End Automation Framework **Stack**: [Playwright](https://playwright.dev/) over TypeScript -**Repository Location**: [GitHub Repository](https://github.com/janus-idp/backstage-showcase/tree/main/e2e-tests) +**Repository Location**: [GitHub Repository](https://github.com/redhat-developer/rhdh/tree/main/e2e-tests) ## File Structure of the Testing Framework diff --git a/docs/keycloak-quickstart.md b/docs/keycloak-quickstart.md index ae28fe41bc..c833c3ddb5 100644 --- a/docs/keycloak-quickstart.md +++ b/docs/keycloak-quickstart.md @@ -1,6 +1,6 @@ # Quick Start RHDH -This guide will show you how to quickly start up a quick keycloak instance on Openshift with the [`deploy-keycloak.sh`](https://github.com/janus-idp/backstage-showcase/blob/main/scripts/keycloak-setup/deploy-keycloak.sh) script. +This guide will show you how to quickly start up a quick keycloak instance on Openshift with the [`deploy-keycloak.sh`](https://github.com/redhat-developer/rhdh/blob/main/scripts/keycloak-setup/deploy-keycloak.sh) script. ## Usage diff --git a/docs/patch-package.md b/docs/patch-package.md index 2bc0f9273a..b345cb434c 100644 --- a/docs/patch-package.md +++ b/docs/patch-package.md @@ -48,7 +48,7 @@ This guide will show you how to patch a package in Backstage using the `patch-pa 1. Repeat for the rest of your plugins/packages -## Using the [`patch-package`](https://github.com/janus-idp/backstage-showcase/blob/main/scripts/patch-package.sh) script +## Using the [`patch-package`](https://github.com/redhat-developer/rhdh/blob/main/scripts/patch-package.sh) script 1. Create a new branch in your `backstage` instance for your target backstage version 1. Navigate to the `backstage` project and make your changes to the package/plugin you want to patch as if you were going to submit a PR diff --git a/docs/proxy.md b/docs/proxy.md index db13227a67..4026b58ffe 100644 --- a/docs/proxy.md +++ b/docs/proxy.md @@ -248,7 +248,7 @@ metadata: spec: application: # Support for Proxy settings added in PR 1225. Remove this once this PR is merged. - # image: quay.io/janus-idp/backstage-showcase:pr-1225 + # image: quay.io/rhdh-community/rhdh:pr-1225 appConfig: configMaps: - name: app-config-rhdh diff --git a/docs/rhdh-quickstart-script.md b/docs/rhdh-quickstart-script.md index 390582dcd9..0ff0e4fb6c 100644 --- a/docs/rhdh-quickstart-script.md +++ b/docs/rhdh-quickstart-script.md @@ -1,6 +1,6 @@ # Quick Start RHDH -This guide will show you how to quickly start up a customized instance of RHDH using Helm with the[`quick-start-rhdh.sh`](https://github.com/janus-idp/backstage-showcase/blob/main/scripts/rhdh-openshift-setup/quick-start-rhdh.sh) script. +This guide will show you how to quickly start up a customized instance of RHDH using Helm with the[`quick-start-rhdh.sh`](https://github.com/redhat-developer/rhdh/blob/main/scripts/rhdh-openshift-setup/quick-start-rhdh.sh) script. ## Usage diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/package.json index b8b9541ba1..d540423003 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/package.json @@ -52,7 +52,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json index d7fb4d4a30..233068aefe 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json @@ -50,7 +50,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-acr" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment/package.json index 659f304a7a..52fe58f65f 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic/package.json index 1b16f5d88b..0ca00a03bd 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic/package.json @@ -54,7 +54,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops/package.json index 8c77a32b49..6d48a4bfe5 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-azure-devops/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-azure-devops" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic/package.json index 05af5fafb8..238c883f4c 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic/package.json @@ -51,7 +51,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic/package.json index 0a13cfcdb7..bb9850006e 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic/package.json index bbc2fe7704..28c6870618 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-dynatrace/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-dynatrace/package.json index d755f96bbf..59ca6f96e1 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-dynatrace/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-dynatrace/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-dynatrace" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-github-actions/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-github-actions/package.json index 4b99d796af..bf352b07f5 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-github-actions/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-github-actions/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-github-actions" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-github-issues/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-github-issues/package.json index c2257abd49..b7ad3260af 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-github-issues/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-github-issues/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-github-issues" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic/package.json index 4d3d519887..b066ff0c6d 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-jenkins/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-jenkins/package.json index 63fa666f04..a4a7f8f965 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-jenkins/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-jenkins/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-jenkins" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory/package.json index e87d534f18..9b0be2bf03 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-lighthouse/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-lighthouse/package.json index 38d752effc..19a47469c4 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-lighthouse/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-lighthouse/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-lighthouse" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager/package.json index 5d76c51f7a..8d5cea374c 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic/package.json index 2e7c4551c2..91e751de57 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic/package.json @@ -52,7 +52,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-ocm/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-ocm/package.json index 681bca2b4e..75fa1cd403 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-ocm/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-ocm/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-ocm" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-quay/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-quay/package.json index 0be48b48d8..f4515d7d47 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-quay/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-quay/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-quay" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json index 97353851ed..56fc0588f5 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-rbac" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-redhat-argocd/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-redhat-argocd/package.json index adf375a0d9..dadbf24295 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-redhat-argocd/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-redhat-argocd/package.json @@ -59,7 +59,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-redhat-argocd" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic/package.json index 929e10e8c7..ee58cebf7c 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-kubernetes-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-quay-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-quay-dynamic/package.json index a5add4139e..075548749a 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-quay-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-quay-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-quay-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-regex-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-regex-dynamic/package.json index 9cc23da8e6..4ea7f5a2cf 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-regex-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-regex-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-regex-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic/package.json index 1a5d7e1ce6..005b2e5f19 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic/package.json @@ -45,7 +45,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-sonarqube-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-sonarqube-dynamic/package.json index 60b99c4f0f..00f3a22ed7 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-sonarqube-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-sonarqube-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-scaffolder-backend-module-sonarqube-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube-backend-dynamic/package.json index 097ff1ffbe..e878bb96fc 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-sonarqube-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube/package.json index fc865eae71..7fdd7d37b9 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-sonarqube/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-sonarqube" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar-backend-dynamic/package.json index 67da02c3d5..bec3f4be45 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-tech-radar-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar/package.json index 1f772b0ed0..db68591432 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-tech-radar/package.json @@ -51,7 +51,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-tech-radar" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-tekton/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-tekton/package.json index 6394902b2b..e3a930a325 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-tekton/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-tekton/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-tekton" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-community-plugin-topology/package.json b/dynamic-plugins/wrappers/backstage-community-plugin-topology/package.json index b4dabf35f3..6ff13fbc33 100644 --- a/dynamic-plugins/wrappers/backstage-community-plugin-topology/package.json +++ b/dynamic-plugins/wrappers/backstage-community-plugin-topology/package.json @@ -59,7 +59,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-community-plugin-topology" }, "keywords": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic/package.json index be92b92a96..896a93ce59 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server-dynamic/package.json index edbc1ca31c..e81f6acf1a 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-dynamic/package.json index 67b7076139..8ac95aa3a7 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-org-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-org-dynamic/package.json index 603479de7c..328069f8ef 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-org-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-org-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-github-org-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-dynamic/package.json index ca0cf54f14..eed4eabe42 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-org-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-org-dynamic/package.json index e08733dcbc..9c00567661 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-org-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-org-dynamic/package.json @@ -51,7 +51,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-gitlab-org-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-ldap-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-ldap-dynamic/package.json index e8dfae0652..7172cc9223 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-ldap-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-ldap-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-ldap-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-msgraph-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-msgraph-dynamic/package.json index d1de6d75e9..2673c1d182 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-msgraph-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-msgraph-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-msgraph-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-kubernetes-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-kubernetes-backend-dynamic/package.json index aeb1aa2300..d780c6ee57 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-kubernetes-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-kubernetes-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-kubernetes-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-kubernetes/package.json b/dynamic-plugins/wrappers/backstage-plugin-kubernetes/package.json index 6e0154374d..06bf791376 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-kubernetes/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-kubernetes/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-kubernetes" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic/package.json index acb8d18eb6..1aae6b1476 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic/package.json @@ -54,7 +54,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-module-email-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-module-email-dynamic/package.json index 96e0771fa0..6e9729fa8f 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-module-email-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-notifications-backend-module-email-dynamic/package.json @@ -49,7 +49,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-notifications-backend-module-email-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-notifications/package.json b/dynamic-plugins/wrappers/backstage-plugin-notifications/package.json index 889c689f59..c1ac27a879 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-notifications/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-notifications/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-notifications" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-azure-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-azure-dynamic/package.json index a6d70ddbe0..f2e34921e1 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-azure-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-azure-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-azure-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-cloud-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-cloud-dynamic/package.json index f1115b24a6..be2ff454fb 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-cloud-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-cloud-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-cloud-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-server-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-server-dynamic/package.json index 475e809376..7230a61148 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-server-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-server-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-bitbucket-server-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gerrit-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gerrit-dynamic/package.json index 9750474355..e690e46068 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gerrit-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gerrit-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gerrit-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-github-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-github-dynamic/package.json index ee632e42e8..797c841385 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-github-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-github-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-github-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gitlab-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gitlab-dynamic/package.json index bd7c7a1a5d..ebde3e3ae0 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gitlab-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gitlab-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-scaffolder-backend-module-gitlab-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-signals-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-signals-backend-dynamic/package.json index ec8ea995d3..6fe406064a 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-signals-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-signals-backend-dynamic/package.json @@ -52,7 +52,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-signals-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-signals/package.json b/dynamic-plugins/wrappers/backstage-plugin-signals/package.json index efa93ad207..5a9c105ba2 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-signals/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-signals/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-signals" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-techdocs-backend-dynamic/package.json b/dynamic-plugins/wrappers/backstage-plugin-techdocs-backend-dynamic/package.json index 2aae878c49..e637fb8487 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-techdocs-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-techdocs-backend-dynamic/package.json @@ -55,7 +55,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-techdocs-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json b/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json index 305bcee413..1387d7dbca 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json @@ -59,7 +59,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/backstage-plugin-techdocs" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic/package.json b/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic/package.json index 11dd1e85f8..8bf09ecd6b 100644 --- a/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic/package.json @@ -54,7 +54,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab/package.json b/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab/package.json index 850f369975..7ef43573fe 100644 --- a/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab/package.json +++ b/dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/immobiliarelabs-backstage-plugin-gitlab" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/janus-idp-backstage-plugin-aap-backend-dynamic/package.json b/dynamic-plugins/wrappers/janus-idp-backstage-plugin-aap-backend-dynamic/package.json index 63cd42cad6..8faec7f26f 100644 --- a/dynamic-plugins/wrappers/janus-idp-backstage-plugin-aap-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/janus-idp-backstage-plugin-aap-backend-dynamic/package.json @@ -52,7 +52,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/janus-idp-backstage-plugin-aap-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/pagerduty-backstage-plugin-backend-dynamic/package.json b/dynamic-plugins/wrappers/pagerduty-backstage-plugin-backend-dynamic/package.json index 3467bbcaa7..0d0a03fc15 100644 --- a/dynamic-plugins/wrappers/pagerduty-backstage-plugin-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/pagerduty-backstage-plugin-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/pagerduty-backstage-plugin-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/pagerduty-backstage-plugin/package.json b/dynamic-plugins/wrappers/pagerduty-backstage-plugin/package.json index 869a913fa5..8eca234ad6 100644 --- a/dynamic-plugins/wrappers/pagerduty-backstage-plugin/package.json +++ b/dynamic-plugins/wrappers/pagerduty-backstage-plugin/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/pagerduty-backstage-plugin" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/parfuemerie-douglas-scaffolder-backend-module-azure-repositories-dynamic/package.json b/dynamic-plugins/wrappers/parfuemerie-douglas-scaffolder-backend-module-azure-repositories-dynamic/package.json index b44c19aa3d..4a0e0179bd 100644 --- a/dynamic-plugins/wrappers/parfuemerie-douglas-scaffolder-backend-module-azure-repositories-dynamic/package.json +++ b/dynamic-plugins/wrappers/parfuemerie-douglas-scaffolder-backend-module-azure-repositories-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/parfuemerie-douglas-scaffolder-backend-module-azure-repositories-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic/package.json b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic/package.json index 1412d53153..17902b41d7 100644 --- a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import/package.json b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import/package.json index b42f0b8872..a38038c8c6 100644 --- a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import/package.json +++ b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-bulk-import" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page/package.json b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page/package.json index 7184c775b7..d04476b64c 100644 --- a/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page/package.json +++ b/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd-backend-dynamic/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd-backend-dynamic/package.json index e07a944eec..4e350cccab 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd-backend-dynamic/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd-backend-dynamic/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd-backend-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd/package.json index e5196e8b63..5da88fdc35 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-argo-cd" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-datadog/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-datadog/package.json index 3f0aa5bfa7..5c772113d4 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-datadog/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-datadog/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-datadog" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-insights/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-insights/package.json index 7e987b9fd1..4ddd3a6b6a 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-insights/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-insights/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-insights" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-pull-requests/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-pull-requests/package.json index 798e0a29e5..3829840cf3 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-pull-requests/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-pull-requests/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-github-pull-requests" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-jira/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-jira/package.json index cc7f1cd196..b0ef6d9b44 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-jira/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-jira/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-jira" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-security-insights/package.json b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-security-insights/package.json index a7cb60074c..90b55014ea 100644 --- a/dynamic-plugins/wrappers/roadiehq-backstage-plugin-security-insights/package.json +++ b/dynamic-plugins/wrappers/roadiehq-backstage-plugin-security-insights/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-backstage-plugin-security-insights" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-argocd-dynamic/package.json b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-argocd-dynamic/package.json index 3672e1d284..d7af89f63b 100644 --- a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-argocd-dynamic/package.json +++ b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-argocd-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-scaffolder-backend-argocd-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-http-request-dynamic/package.json b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-http-request-dynamic/package.json index d9317a8f28..fe64894e40 100644 --- a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-http-request-dynamic/package.json +++ b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-http-request-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-http-request-dynamic" }, "maintainers": [ diff --git a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json index ad1f352ed6..a1f4fec2d6 100644 --- a/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json +++ b/dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/janus-idp/backstage-showcase", + "url": "https://github.com/redhat-developer/rhdh", "directory": "dynamic-plugins/wrappers/roadiehq-scaffolder-backend-module-utils-dynamic" }, "maintainers": [ diff --git a/e2e-tests/playwright/e2e/github-happy-path.spec.ts b/e2e-tests/playwright/e2e/github-happy-path.spec.ts index 808d540b00..3e387d22a6 100644 --- a/e2e-tests/playwright/e2e/github-happy-path.spec.ts +++ b/e2e-tests/playwright/e2e/github-happy-path.spec.ts @@ -19,7 +19,7 @@ test.describe.skip("GitHub Happy path", () => { let backstageShowcase: BackstageShowcase; const component = - "https://github.com/janus-idp/backstage-showcase/blob/main/catalog-entities/all.yaml"; + "https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/all.yaml"; test.beforeAll(async ({ browser }, testInfo) => { page = (await setupBrowser(browser, testInfo)).page; diff --git a/e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts b/e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts index 461fb202f3..0da310dc4f 100644 --- a/e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts +++ b/e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts @@ -4,7 +4,7 @@ import { Common } from "../../../utils/common"; import { ImageRegistry } from "../../../utils/quay/quay"; test.describe.skip("Test Quay.io plugin", () => { - const quayRepository = "janus-idp/backstage-showcase"; + const quayRepository = "rhdh-community/rhdh"; let uiHelper: UIhelper; test.beforeEach(async ({ page }) => { diff --git a/e2e-tests/playwright/support/pages/catalog-import.ts b/e2e-tests/playwright/support/pages/catalog-import.ts index a9a216916f..dbbffe5d76 100644 --- a/e2e-tests/playwright/support/pages/catalog-import.ts +++ b/e2e-tests/playwright/support/pages/catalog-import.ts @@ -127,7 +127,7 @@ export class BackstageShowcase { async verifyAboutCardIsDisplayed() { const url = - "https://github.com/janus-idp/backstage-showcase/tree/main/catalog-entities/components/"; + "https://github.com/redhat-developer/rhdh/tree/main/catalog-entities/components/"; const isLinkVisible = await this.page .locator(`a[href="${url}"]`) .isVisible(); diff --git a/e2e-tests/playwright/utils/authenticationProviders/constants.ts b/e2e-tests/playwright/utils/authenticationProviders/constants.ts index 295d4331a7..080e628c88 100644 --- a/e2e-tests/playwright/utils/authenticationProviders/constants.ts +++ b/e2e-tests/playwright/utils/authenticationProviders/constants.ts @@ -403,7 +403,7 @@ export const CHART_VERSION = process.env.CHART_VERSION : "2.15.2"; export const QUAY_REPO = process.env.QUAY_REPO ? process.env.QUAY_REPO - : "janus-idp/backstage-showcase"; + : "redhat-developer/rhdh"; export const TAG_NAME = process.env.TAG_NAME; export const LOGS_FOLDER = process.env.LOGS_FOLDER ? process.env.LOGS_FOLDER diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 9662778d55..ae089f7f60 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -18,7 +18,7 @@ commonLabels: app.kubernetes.io/instance: backstage images: - name: backstage-showcase - newName: quay.io/janus-idp/backstage-showcase + newName: quay.io/rhdh-community/rhdh patchesJson6902: - patch: |- - op: remove diff --git a/mkdocs.yaml b/mkdocs.yaml index 6866116c6a..21763e1c4f 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,6 +1,6 @@ site_name: backstage-showcase -site_description: 'Documentation for Janus Showcase' -repo_url: https://github.com/janus-idp/backstage-showcase +site_description: 'Documentation for RHDH' +repo_url: https://github.com/redhat-developer/rhdh edit_uri: edit/main/docs plugins: diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index dd3e5f09ca..69f0e0a179 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -65,7 +65,7 @@ - 8356de2: The [Lighthouse plugin](https://github.com/backstage/backstage/tree/master/plugins/lighthouse) has been added with the `LighthouseCard` in the Lighthouse Tab in the Sidebar panel, the `EntityLighthouseContent` in the Entity Page Lighthouse Tab, and the `EntityLastLighthouseAuditCard` in the Entity Page Overview Tab. - These changes are **required** in `app-config.yaml` if you want to add the Lighthouse plugin. Please read the [README](https://github.com/janus-idp/backstage-showcase/blob/main/README.md) and [Getting Started](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/getting-started.md) for more details. + These changes are **required** in `app-config.yaml` if you want to add the Lighthouse plugin. Please read the [README](https://github.com/redhat-developer/rhdh/blob/main/README.md) and [Getting Started](https://github.com/redhat-developer/rhdh/blob/main/showcase-docs/getting-started.md) for more details. Please note that the Lighthouse plugin is a frontend for the [Lighthouse Audit Service](https://github.com/spotify/lighthouse-audit-service/tree/master) and requires it to be running. @@ -129,7 +129,7 @@ - 526b40d: The [Jira plugin](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/frontend/backstage-plugin-jira) has been added with the `EntityJiraOverviewCard` in the Entity Page issues tab. - These changes are **required** to `app-config.yaml` if you want to add the Jira plugin. Please read the [README](https://github.com/janus-idp/backstage-showcase/blob/main/README.md) and [Getting Started](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/getting-started.md) for more details. + These changes are **required** to `app-config.yaml` if you want to add the Jira plugin. Please read the [README](https://github.com/redhat-developer/rhdh/blob/main/README.md) and [Getting Started](https://github.com/redhat-developer/rhdh/blob/main/showcase-docs/getting-started.md) for more details. ```diff backend: @@ -166,7 +166,7 @@ - cb6c541: The [Jfrog Artifactory plugin](https://github.com/janus-idp/backstage-plugins/tree/main/plugins/jfrog-artifactory) has been added with the `JfrogArtifactoryPage` in the Entity Page image registry tab. - These changes are **required** to `app-config.yaml` if you want to add the JFrog Artifactory plugin. Please read the [README](https://github.com/janus-idp/backstage-showcase/blob/main/README.md) and [Getting Started](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/getting-started.md) for more details. + These changes are **required** to `app-config.yaml` if you want to add the JFrog Artifactory plugin. Please read the [README](https://github.com/redhat-developer/rhdh/blob/main/README.md) and [Getting Started](https://github.com/redhat-developer/rhdh/blob/main/showcase-docs/getting-started.md) for more details. ```diff proxy: diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 00a082b665..1cc3892e4a 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -84,7 +84,7 @@ + permission: ${PERMISSION_ENABLED} ``` -- 83003f0: Added Gitlab Discovery via the GitlabDiscoveryEntityProvider. For more information on how to configure the showcase to enable Gitlab Discovery refer to the `getting-started` [documentation](https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/getting-started.md#running-locally-with-the-optional-plugins) +- 83003f0: Added Gitlab Discovery via the GitlabDiscoveryEntityProvider. For more information on how to configure the showcase to enable Gitlab Discovery refer to the `getting-started` [documentation](https://github.com/redhat-developer/rhdh/blob/main/showcase-docs/getting-started.md#running-locally-with-the-optional-plugins) ### Patch Changes diff --git a/scripts/rhdh-openshift-setup/resources/deployments/backstage-test.yaml b/scripts/rhdh-openshift-setup/resources/deployments/backstage-test.yaml index 74b13de73c..e89d17acc3 100644 --- a/scripts/rhdh-openshift-setup/resources/deployments/backstage-test.yaml +++ b/scripts/rhdh-openshift-setup/resources/deployments/backstage-test.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: backstage-app annotations: - app.openshift.io/vcs-uri: "https://github.com/janus-idp/backstage-showcase" + app.openshift.io/vcs-uri: "https://github.com/redhat-developer/rhdh" app.openshift.io/vcs-ref: main labels: backstage.io/kubernetes-id: developer-hub diff --git a/scripts/rhdh-openshift-setup/resources/rhdh-configmap.yaml b/scripts/rhdh-openshift-setup/resources/rhdh-configmap.yaml index 9fb60aeb11..e786af2026 100644 --- a/scripts/rhdh-openshift-setup/resources/rhdh-configmap.yaml +++ b/scripts/rhdh-openshift-setup/resources/rhdh-configmap.yaml @@ -55,7 +55,7 @@ data: - allow: [Component, System, Group, Resource, Location, Template, API] # locations: # - type: url - # target: https://github.com/janus-idp/backstage-showcase/blob/main/catalog-entities/all.yaml + # target: https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/all.yaml # - type: url # target: https://github.com/janus-idp/software-templates/blob/main/showcase-templates.yaml providers: diff --git a/scripts/rhdh-openshift-setup/values.yaml b/scripts/rhdh-openshift-setup/values.yaml index bf5528246b..8796ec18b6 100644 --- a/scripts/rhdh-openshift-setup/values.yaml +++ b/scripts/rhdh-openshift-setup/values.yaml @@ -3,8 +3,8 @@ global: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). includes: - # -- List of dynamic plugins included inside the `janus-idp/backstage-showcase` container image, some of which are disabled by default. - # This file ONLY works with the `janus-idp/backstage-showcase` container image. + # -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are disabled by default. + # This file ONLY works with the `rhdh-community/rhdh` container image. - 'dynamic-plugins.default.yaml' # -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files. @@ -244,7 +244,7 @@ upstream: backstage: image: registry: quay.io - repository: janus-idp/backstage-showcase + repository: rhdh-community/rhdh tag: pr-1541 command: [] # FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD @@ -392,7 +392,7 @@ upstream: type: "RuntimeDefault" # -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. # It could be replaced by a custom image based on this one. - # @default -- `quay.io/janus-idp/backstage-showcase:latest` + # @default -- `quay.io/rhdh-community/rhdh:latest` image: '{{ include "backstage.image" . }}' command: - ./install-dynamic-plugins.sh