Skip to content

Add sonarqube workspace to commit 5f34bac for backstage 1.35.1 on branch release-1.5 #971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release-1.5
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Add sonarqube workspace at commit backstage/community-plugins@5f34bac for backstage 1.35.1 on branch release-1.5.

This PR was created automatically.
You might need to complete it with additional dynamic plugin export information, like:

  • the associated app-config.dynamic.yaml file for frontend plugins,
  • optionally the scalprum-config.json file for frontend plugins,
  • optionally some overlay source files for backend or frontend plugins.

Before merging, you need to export the workspace dynamic plugins as OCI images,
and test them inside a RHDH instance.

To do so, you can use the /publish instruction in a PR review comment.
This will start a PR check workflow to:

  • export the workspace plugins as dynamic plugins,
  • publish them as OCI images
  • push the oci-images in the GitHub container registry with a PR-specific tag.

@davidfestal
Copy link
Member

/publish

Copy link
Author

Publish workflow has completed with success.

  • Published container images:
    • ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube:pr_971__0.10.0
    • ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube-backend:pr_971__0.5.0

@davidfestal davidfestal added the help wanted to test Help wanted to test the generated OCI images inside RhDH label Mar 25, 2025
Copy link
Author

Successfully updated file versions.jsonfrom branch workspaces/release-1.5__sonarqube into this PR in commit 122d373

1 similar comment
Copy link
Author

Successfully updated file versions.jsonfrom branch workspaces/release-1.5__sonarqube into this PR in commit 122d373

@davidfestal
Copy link
Member

/publish

Copy link
Author

Publish workflow has completed with success.

  • Published container images:
    • ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube:pr_971__0.10.0
    • ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube-backend:pr_971__0.5.0

Copy link
Member

@PatAKnight PatAKnight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with rhdh on a cluster:

includes: []

plugins:
  - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube-backend:pr_971__0.5.0!backstage-community-plugin-sonarqube-backend
    disabled: false
    pluginConfig:
      sonarqube:
        baseUrl: ${SONARQUBE_URL}
        apiKey: ${SONARQUBE_TOKEN}
  - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube:pr_971__0.10.0!backstage-community-plugin-sonarqube
    disabled: false
    pluginConfig:
      dynamicPlugins:
        frontend:
          backstage-community.plugin-sonarqube:
            mountPoints:
              - mountPoint: entity.page.overview/cards
                importName: EntitySonarQubeCard
                config:
                  layout:
                    gridColumnEnd:
                      lg: 'span 4'
                      md: 'span 6'
                      xs: 'span 12'
                  if:
                    allOf:
                      - isSonarQubeAvailable

Screenshot from 2025-05-02 11-08-07
Screenshot from 2025-05-02 11-07-29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted to test Help wanted to test the generated OCI images inside RhDH
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants