Skip to content

Commit

Permalink
chore(homepage): rename workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov committed Nov 16, 2024
1 parent df7d832 commit 3ed2100
Show file tree
Hide file tree
Showing 70 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* @bethgriggs @nickboldt @kim-tsao @04kash
/workspaces/bulk-import @christoph-jerolimov @debsmita1 @rm3l
/workspaces/dynamic-home-page @christoph-jerolimov @ciiay @debsmita1
/workspaces/homepage @christoph-jerolimov @ciiay @debsmita1
/workspaces/marketplace @christoph-jerolimov @debsmita1 @divyanshiGupta
/workspaces/openshift-image-registry @christoph-jerolimov @debsmita1 @divyanshiGupta
/workspaces/theme @christoph-jerolimov @ciiay @debsmita1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: dynamic-home-page
name: homepage
description: An example of a Backstage application.
# Example for optional annotations
# annotations:
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@internal/dynamic-home-page",
"name": "@internal/homepage",
"version": "1.0.0",
"private": true,
"engines": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/dynamic-home-page"
"directory": "workspaces/homepage"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/dynamic-home-page/packages/app"
"directory": "workspaces/homepage/packages/app"
},
"backstage": {
"role": "frontend"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/dynamic-home-page/packages/backend"
"directory": "workspaces/homepage/packages/backend"
},
"backstage": {
"role": "backend"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/dynamic-home-page/plugins/dynamic-home-page"
"directory": "workspaces/homepage/plugins/dynamic-home-page"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "dynamic-home-page",
"pluginId": "homepage",
"pluginPackages": [
"@red-hat-developer-hub/backstage-plugin-dynamic-home-page"
]
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7425,9 +7425,9 @@ __metadata:
languageName: node
linkType: hard

"@internal/dynamic-home-page@workspace:.":
"@internal/homepage@workspace:.":
version: 0.0.0-use.local
resolution: "@internal/dynamic-home-page@workspace:."
resolution: "@internal/homepage@workspace:."
dependencies:
"@backstage/cli": ^0.28.0
"@backstage/e2e-test-utils": ^0.1.1
Expand Down

0 comments on commit 3ed2100

Please sign in to comment.