Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
/workspaces/adoption-insights @redhat-developer/rhdh-ui @rohitkrai03 @karthikjeeyar @eswaraiahsapram
/workspaces/ai-integrations @redhat-developer/rhdh-ui @rohitkrai03 @karthikjeeyar @lucifergene @johnmcollier @gabemontero
/workspaces/bulk-import @redhat-developer/rhdh-plugins @rm3l @redhat-developer/rhdh-ui @debsmita1 @its-mitesh-kumar
/workspaces/extensions @redhat-developer/rhdh-ui @christoph-jerolimov @karthikjeeyar
/workspaces/global-floating-action-button @redhat-developer/rhdh-ui @debsmita1 @divyanshiGupta
/workspaces/global-header @redhat-developer/rhdh-ui @ciiay @divyanshiGupta
/workspaces/homepage @redhat-developer/rhdh-ui @christoph-jerolimov @eswaraiahsapram
/workspaces/lightspeed @redhat-developer/rhdh-ui @karthikjeeyar @rohitkrai03 @yangcao77
/workspaces/marketplace @redhat-developer/rhdh-ui @christoph-jerolimov @karthikjeeyar
/workspaces/mcp-integrations @johnmcollier @gabemontero @thepetk
/workspaces/openshift-image-registry @redhat-developer/rhdh-ui @divyanshiGupta @its-mitesh-kumar
/workspaces/orchestrator @batzionb @mareklibra @gciavarrini
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"packageRules": [
{
"description": "all marketplace minor updates",
"matchFileNames": ["workspaces/marketplace/**"],
"description": "all extensions minor updates",
"matchFileNames": ["workspaces/extensions/**"],
"extends": [
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-minor-presets(Marketplace)"
],
"addLabels": ["team/rhdh", "marketplace"]
"addLabels": ["team/rhdh", "extensions"]
},
{
"description": "all marketplace patch updates",
"matchFileNames": ["workspaces/marketplace/**"],
"description": "all extensions patch updates",
"matchFileNames": ["workspaces/extensions/**"],
"extends": [
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-patch-presets(Marketplace)"
],
"addLabels": ["team/rhdh", "marketplace"]
"addLabels": ["team/rhdh", "extensions"]
},
{
"description": "all marketplace dev dependency updates",
"matchFileNames": ["workspaces/marketplace/**"],
"description": "all extensions dev dependency updates",
"matchFileNames": ["workspaces/extensions/**"],
"extends": [
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-devdependency-presets(Marketplace)"
],
"addLabels": ["team/rhdh", "marketplace"]
"addLabels": ["team/rhdh", "extensions"]
}
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ When a Plugin Owner wants to upgrade their workspace(s) to the latest version of
3. In the menu that appears use the following:
1. For "Use workflow from" use the default "Branch: main"
2. For "Release Line" use the default "main"
3. For "Workspace (this much be a JSON array)" you will enter the name(s) of the workspace(s). For example for a single workspace it would look like this: `["bulk-import"]` and for multiple workspaces it would look like this: `["lightspeed", "homepage", "marketplace"]`
3. For "Workspace (this much be a JSON array)" you will enter the name(s) of the workspace(s). For example for a single workspace it would look like this: `["bulk-import"]` and for multiple workspaces it would look like this: `["lightspeed", "homepage", "extensions"]`
4. For "Specifies the type of version update to apply" use the default "minor"
4. Now click the "Run workflow" button
5. The workflow will then run and create a PR to upgrade each of the specified workspaces to the latest `main` release of Backstage
Expand Down
2 changes: 1 addition & 1 deletion catalog-info-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- ./workspaces/global-header/catalog-info.yaml
- ./workspaces/homepage/catalog-info.yaml
- ./workspaces/lightspeed/catalog-info.yaml
- ./workspaces/marketplace/catalog-info.yaml
- ./workspaces/extensions/catalog-info.yaml
- ./workspaces/openshift-image-registry/catalog-info.yaml
- ./workspaces/orchestrator/catalog-info.yaml
- ./workspaces/theme/catalog-info.yaml
2 changes: 0 additions & 2 deletions workspaces/adoption-insights/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/ai-integrations/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/bulk-import/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 1 addition & 1 deletion workspaces/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To start the development environment:

```bash
git clone https://github.com/redhat-developer/rhdh-plugins.git
cd rhdh-plugins/workspaces/marketplace
cd rhdh-plugins/workspaces/extensions
yarn install
yarn start
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ The module looks for extension YAML files in a directory. You can configure a cu
**Priority order:**

1. Configured directory (if specified in `extensions.directory`)
2. `opt/app-root/src/dynamic-plugins-root/extensions` directory
3. `opt/app-root/src/dynamic-plugins-root/marketplace` directory
4. `/extensions` directory (filesystem root)
5. `/marketplace` directory (filesystem root)
2. `/extensions` directory (filesystem root)
3. `/marketplace` directory (filesystem root)

**Example configuration:**

Expand Down
2 changes: 0 additions & 2 deletions workspaces/global-floating-action-button/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/global-header/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/homepage/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/lightspeed/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/mcp-integrations/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/openshift-image-registry/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/quickstart/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/redhat-resource-optimization/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/sandbox/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/scorecard/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
2 changes: 0 additions & 2 deletions workspaces/theme/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ separate folder of its own.

If you want to create a new plugin here, go to your project root directory, run
the command `yarn new`, and follow the on-screen instructions.

You can also check out existing plugins on [the plugin marketplace](https://backstage.io/plugins)!
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class TranslationService {

/**
* Finds the topmost folder with the given name by searching up the directory tree
* Similar to the approach used in marketplace plugin
* Similar to the approach used in extensions plugin
*/
private findTopmostFolder(
folderName: string,
Expand Down