diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a0670f441f..66468c6b59 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,4 +28,4 @@ yarn.lock @backstage/community-plugins /workspaces/sonarqube @backstage/community-plugins-maintainers @backstage/sda-se-reviewers /workspaces/user-settings @backstage/community-plugins-maintainers @backstage/sda-se-reviewers /workspaces/tech-insights @backstage/community-plugins-maintainers @xantier -/workspaces/resource-optimization @backstage/community-plugins-maintainers @jkilzi @PreetiW +/workspaces/redhat-resource-optimization @backstage/community-plugins-maintainers diff --git a/workspaces/redhat-resource-optimization/.devcontainer/devcontainer.json b/workspaces/redhat-resource-optimization/.devcontainer/devcontainer.json index 569e931647..6410cc96e2 100644 --- a/workspaces/redhat-resource-optimization/.devcontainer/devcontainer.json +++ b/workspaces/redhat-resource-optimization/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "ghcr.io/dhoeric/features/act:1": {} }, "forwardPorts": [3000, 7007], - "postCreateCommand": "/workspaces/community-plugins/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh", + "postCreateCommand": ".devcontainer/scripts/post_create_command.sh", "customizations": { "vscode": { "settings": { diff --git a/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh b/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh index 6cda4152f4..c5c6f7b042 100755 --- a/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh +++ b/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh @@ -9,9 +9,6 @@ fi # Replace the default ZSH theme with a custom version the adds a newline before # the user's prompt sign -mv \ - /home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme \ - /home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme.backup -cp \ - /workspaces/community-plugins/workspaces/redhat-resource-optimization/.devcontainer/scripts/devcontainers.zsh-theme \ - /home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme +cp -f \ + .devcontainer/scripts/devcontainers.zsh-theme \ + /home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme diff --git a/workspaces/redhat-resource-optimization/.yarn/install-state.gz b/workspaces/redhat-resource-optimization/.yarn/install-state.gz new file mode 100644 index 0000000000..9fb77cdb7f Binary files /dev/null and b/workspaces/redhat-resource-optimization/.yarn/install-state.gz differ